Trace number 3369028

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)SAT 2282.04 572.158

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S196779284-038.SATISFIABLE.cnf
MD5SUMd6fc0fc1938fb2a6255c0a87d93d5767
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369028-1305410849.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      44 undec:       0 neg:      56
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4919       100      2130         0      4610     10650    100850   no data   no data  --
3.57/0.90	c  N st    10     11304       100      2130         0      4257     10650     74181   no data   no data  --
3.57/0.90	c  N st    11     17047       100      2130         0      9628     10650    196008   no data   no data  --
3.57/0.90	c  F st    12     25000       100      2130         0     11773     10650    238058   no data   no data  --
3.57/0.90	c  N st    12     25000       100      2130         0     11773     10650    238058   no data   no data  --
3.57/1.00	c Decided on static restart strategy
3.57/1.00	c  N st    18     30000       100      2130         0     10124     10650    188975   no data   no data  --
3.57/1.00	c  S st    18     30000       100      2130         0     10124     10650    188975   no data   no data  --
4.00/1.10	c  S st    18     30503       100      2130         0     10605     10650    199696   no data   no data  --
4.00/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.00/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.00/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.00/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.49	c lits-rem:      2004  cl-subs:     1818  v-elim:      0  v-fix:    0  time:  1.83 s
5.96/1.53	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.15
5.96/1.53	c calculated reachability. Time: 0.00
5.96/1.53	c  N st    18     30503       100      2130         0      8787     10650    157423   no data   no data  --
7.16/1.85	c  N st    20     37614       100      2130         0      8057     10650    129338   no data   no data  --
8.38/2.12	c  N st    21     44014       100      2130         0     14011     10650    254286   no data   no data  --
8.79/2.21	c  S st    22     45757       100      2130         0     15643     10650    289351   no data   no data  --
8.79/2.26	c  S st    22     46262       100      2130         0     16125     10650    300447   no data   no data  --
8.79/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.79/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.79/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.38	c lits-rem:      2626  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  4.43 s
13.18/3.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.18/3.39	c vivif2 --  cl tried    14081 cl shrink        0 lits rem          0 time: 0.01
13.53/3.45	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.53/3.45	c calculated reachability. Time: 0.00
13.53/3.45	c  N st    22     46262       100      2130         0     14081     10650    256013   no data   no data  --
16.33/4.16	c  N st    23     60661       100      2130         0      9955     10650    149015   no data   no data  --
17.93/4.59	c  N st    24     69393       100      2130         0     18049     10650    328119   no data   no data  --
17.93/4.59	c  S st    24     69393       100      2130         0     18049     10650    328119   no data   no data  --
18.32/4.64	c  S st    24     69894       100      2130         0     18534     10650    338982   no data   no data  --
18.32/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.32/4.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.32/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.32/4.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.51/5.92	c lits-rem:      3708  cl-subs:     2094  v-elim:      0  v-fix:    0  time:  5.04 s
23.51/5.92	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.51/5.92	c vivif2 --  cl tried    16440 cl shrink        0 lits rem          0 time: 0.01
23.51/5.99	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.30
23.51/5.99	c calculated reachability. Time: 0.00
23.51/5.99	c  N st    24     69894       100      2130         0     16440     10650    290401   no data   no data  --
27.89/7.07	c  F st    25     87500       100      2130         0     11573     10650    167840   no data   no data  --
27.89/7.07	c  N st    25     87500       100      2130         0     11573     10650    167840   no data   no data  --
29.09/7.36	c Decided on static restart strategy
29.89/7.52	c  N st    32     95540       100      2130         0     19054     10650    333965   no data   no data  --
31.88/8.09	c  N st    34    104841       100      2130         0     15672     10650    256156   no data   no data  --
31.88/8.09	c  S st    34    104841       100      2130         0     15672     10650    256156   no data   no data  --
32.28/8.14	c  S st    34    105348       100      2130         0     16158     10650    266627   no data   no data  --
32.28/8.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.28/8.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.28/8.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
32.28/8.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.28/8.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.28/8.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
32.28/8.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.67/9.24	c lits-rem:      2144  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  4.32 s
36.67/9.24	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
36.67/9.24	c vivif2 --  cl tried    14994 cl shrink        0 lits rem          0 time: 0.01
37.07/9.31	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.27
37.07/9.31	c calculated reachability. Time: 0.00
37.07/9.31	c  N st    34    105348       100      2130         0     14994     10650    239022   no data   no data  --
39.50/9.93	c  N st    35    114947       100      2130         0     23973     10650    437757   no data   no data  --
43.06/10.87	c  N st    36    129345       100      2130         0     24327     10650    425108   no data   no data  --
49.43/12.49	c  N st    37    150940       100      2130         0     15578     10650    211089   no data   no data  --
51.84/13.00	c  S st    38    158023       100      2130         0     22124     10650    351517   no data   no data  --
51.84/13.06	c  S st    38    158526       100      2130         0     22610     10650    362095   no data   no data  --
51.84/13.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.84/13.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.84/13.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.84/13.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.84/13.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.84/13.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
51.84/13.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.06/14.38	c lits-rem:      3535  cl-subs:     2188  v-elim:      0  v-fix:    0  time:  5.19 s
57.06/14.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
57.06/14.38	c vivif2 --  cl tried    20422 cl shrink        0 lits rem          0 time: 0.01
57.41/14.47	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.35
57.41/14.47	c calculated reachability. Time: 0.00
57.41/14.47	c  N st    38    158526       100      2130         0     20422     10650    313961   no data   no data  --
73.38/18.42	c  N st    39    207115       100      2130         0     32995     10650    560148   no data   no data  --
84.14/21.18	c  N st    40    237789       100      2130         0     25269     10650    378485   no data   no data  --
84.14/21.18	c  S st    40    237789       100      2130         0     25269     10650    378485   no data   no data  --
84.54/21.24	c  S st    40    238296       100      2130         0     25753     10650    389582   no data   no data  --
84.54/21.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.54/21.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.54/21.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
84.54/21.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.54/21.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.54/21.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
84.54/21.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.13/22.60	c lits-rem:      2750  cl-subs:     2378  v-elim:      0  v-fix:    0  time:  5.35 s
90.13/22.60	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
90.13/22.60	c vivif2 --  cl tried    23375 cl shrink        0 lits rem          0 time: 0.01
90.53/22.70	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.40
90.53/22.70	c calculated reachability. Time: 0.00
90.53/22.70	c  N st    40    238296       100      2130         0     23375     10650    343434   no data   no data  --
116.46/29.25	c  F st    41    306252       100      2130         0     25245     10650    346366   no data   no data  --
116.46/29.25	c  N st    41    306252       100      2130         0     25245     10650    346366   no data   no data  --
118.49/29.75	c Decided on static restart strategy
127.27/31.96	c  N st    51    334555       100      2130         0     29419     10650    435852   no data   no data  --
137.20/34.48	c  N st    53    357444       100      2130         0     27468     10650    370588   no data   no data  --
137.20/34.48	c  S st    53    357444       100      2130         0     27468     10650    370588   no data   no data  --
137.60/34.55	c  S st    53    357947       100      2130         0     27953     10650    381704   no data   no data  --
137.60/34.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
137.60/34.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
137.60/34.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
137.60/34.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.60/34.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.60/34.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
137.60/34.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.37/35.76	c lits-rem:      1713  cl-subs:     1551  v-elim:      0  v-fix:    0  time:  4.77 s
142.37/35.76	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
142.37/35.77	c vivif2 --  cl tried    26402 cl shrink        0 lits rem          0 time: 0.02
142.77/35.88	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.46
142.77/35.88	c calculated reachability. Time: 0.00
142.77/35.88	c  N st    53    357947       100      2130         0     26402     10650    350116   no data   no data  --
157.98/39.69	c  N st    54    390339       100      2130         0     32301     10650    462169   no data   no data  --
180.66/45.34	c  N st    55    438927       100      2130         0     26297     10650    316209   no data   no data  --
211.38/53.05	c  N st    56    511811       100      2130         0     38939     10650    562577   no data   no data  --
222.96/55.97	c  N st    57    536923       100      2130         0     33631     10650    440587   no data   no data  --
222.96/55.97	c  S st    57    536923       100      2130         0     33631     10650    440587   no data   no data  --
223.39/56.06	c  S st    57    537430       100      2130         0     34115     10650    451698   no data   no data  --
223.39/56.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
223.39/56.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.39/56.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
223.39/56.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.39/56.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.39/56.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
223.39/56.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
229.33/57.56	c lits-rem:      1977  cl-subs:     1720  v-elim:      0  v-fix:    0  time:  5.91 s
229.33/57.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
229.33/57.57	c vivif2 --  cl tried    32395 cl shrink        0 lits rem          0 time: 0.02
230.13/57.72	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.62
230.13/57.73	c calculated reachability. Time: 0.00
230.13/57.73	c  N st    57    537430       100      2130         0     32395     10650    418052   no data   no data  --
318.29/79.85	c  N st    58    701414       100      2130         0     59888     10650    968975   no data   no data  --
376.96/94.54	c  N st    59    806145       100      2130         0     54136     10650    811815   no data   no data  --
376.96/94.54	c  S st    59    806145       100      2130         0     54136     10650    811815   no data   no data  --
377.36/94.69	c  S st    59    806648       100      2130         0     54621     10650    822812   no data   no data  --
377.72/94.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
377.72/94.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.72/94.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
377.72/94.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
377.72/94.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.72/94.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
377.72/94.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.26/99.61	c lits-rem:      4654  cl-subs:     5502  v-elim:      0  v-fix:    0  time: 19.40 s
397.26/99.61	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
397.26/99.62	c vivif2 --  cl tried    49119 cl shrink        0 lits rem          0 time: 0.04
398.46/99.97	c asymm  cl-useful: 0/1871/2130 lits-rem:0 time: 1.43
398.46/99.98	c calculated reachability. Time: 0.00
398.46/99.98	c  N st    59    806648       100      2130         0     49119     10650    714252   no data   no data  --
570.42/143.04	c  F st    60   1071876       100      2130         0     64380     10650    967423   no data   no data  --
570.42/143.04	c  N st    60   1071876       100      2130         0     64380     10650    967423   no data   no data  --
573.97/143.91	c Decided on static restart strategy
594.31/149.04	c  N st    70   1100180       100      2130         0     49304     10650    638668   no data   no data  --
621.83/155.90	c  N st    72   1136173       100      2130         0     82452     10650   1360142   no data   no data  --
645.76/161.99	c  N st    73   1168566       100      2130         0     69978     10650   1072771   no data   no data  --
676.87/169.75	c  N st    74   1209973       100      2130         0     65076     10650    963676   no data   no data  --
676.87/169.75	c  S st    74   1209973       100      2130         0     65076     10650    963676   no data   no data  --
677.67/169.99	c  S st    74   1210474       100      2130         0     65559     10650    975367   no data   no data  --
678.07/170.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
678.07/170.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
678.07/170.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
678.07/170.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
678.07/170.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
678.07/170.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
678.07/170.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
719.19/180.32	c lits-rem:      3306  cl-subs:     5691  v-elim:      0  v-fix:    0  time: 40.86 s
719.19/180.32	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
719.19/180.33	c vivif2 --  cl tried    59868 cl shrink        0 lits rem          0 time: 0.04
720.34/180.68	c asymm  cl-useful: 0/1636/2130 lits-rem:0 time: 1.40
720.34/180.68	c calculated reachability. Time: 0.00
720.34/180.68	c  N st    74   1210474       100      2130         0     59868     10650    856871   no data   no data  --
778.18/195.18	c  N st    75   1283357       100      2130         0     83047     10650   1365754   no data   no data  --
867.51/217.53	c  N st    76   1392680       100      2130         0     92027     10650   1469591   no data   no data  --
1003.13/251.58	c  N st    77   1556665       100      2130         0     50059     10650    544588   no data   no data  --
1128.77/283.09	c  N st    78   1710474       100      2130         0     88963     10650   1335059   no data   no data  --
1128.77/283.09	c  S st    78   1710474       100      2130         0     88963     10650   1335059   no data   no data  --
1129.97/283.36	c  S st    78   1710975       100      2130         0     89446     10650   1346222   no data   no data  --
1129.97/283.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1129.97/283.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1130.37/283.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1130.37/283.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1130.37/283.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1130.37/283.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1130.37/283.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1232.08/308.93	c lits-rem:      3887  cl-subs:    13344  v-elim:      0  v-fix:    0  time: 101.63 s
1232.08/308.93	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1232.08/308.95	c vivif2 --  cl tried    76102 cl shrink        0 lits rem          0 time: 0.06
1233.66/309.37	c asymm  cl-useful: 0/1219/2130 lits-rem:0 time: 1.65
1233.66/309.37	c calculated reachability. Time: 0.00
1233.66/309.37	c  N st    78   1710975       100      2130         0     76102     10650   1096931   no data   no data  --
1569.50/393.53	c  N st    79   2079941       100      2130         0     88118     10650   1272226   no data   no data  --
1705.92/427.73	c  N st    80   2210975       100      2130         0     91654     10650   1333425   no data   no data  --
1705.92/427.73	c  S st    80   2210975       100      2130         0     91654     10650   1333425   no data   no data  --
1707.10/428.08	c  S st    80   2211479       100      2130         0     92138     10650   1344598   no data   no data  --
1707.10/428.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1707.10/428.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1707.50/428.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
1707.50/428.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1707.50/428.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1707.50/428.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1707.50/428.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1802.43/452.00	c lits-rem:      1750  cl-subs:    10692  v-elim:      0  v-fix:    0  time: 94.97 s
1802.43/452.00	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1802.86/452.02	c vivif2 --  cl tried    81446 cl shrink        0 lits rem          0 time: 0.06
1804.02/452.33	c asymm  cl-useful: 0/911/2130 lits-rem:0 time: 1.25
1804.02/452.33	c calculated reachability. Time: 0.00
1804.02/452.33	c  N st    80   2211479       100      2130         0     81446     10650   1140457   no data   no data  --
2281.86/572.13	c  E st    81   2690448         0      2130         0     85273     10650   1138038   no data   no data  --
2281.86/572.14	c Verified 2130 clauses.
2281.86/572.14	c Verified 2130 clauses.
2281.86/572.14	c Following stats are for *FIRST FINISHED THREAD ONLY*
2281.86/572.14	c num threads              : 4          
2281.86/572.14	c restarts                 : 81         
2281.86/572.14	c dynamic restarts         : 0          
2281.86/572.14	c static restarts          : 81         
2281.86/572.14	c full restarts            : 4          
2281.86/572.14	c total simplify time      : 0.00       
2281.86/572.14	c learnts DL2              : 0          
2281.86/572.14	c learnts size 2           : 0          
2281.86/572.14	c learnts size 1           : 0           (0.00      % of vars)
2281.86/572.14	c filedLit time            : 0.79        (0.03      % time)
2281.86/572.14	c v-elim SatELite          : 0           (0.00      % vars)
2281.86/572.14	c SatELite time            : 292.86      (12.84     % time)
2281.86/572.14	c v-elim xor               : 0           (0.00      % vars)
2281.86/572.14	c xor elim time            : 0.11        (0.01      % time)
2281.86/572.14	c num binary xor trees     : 0          
2281.86/572.14	c binxor trees' crown      : 0           (nan       leafs/tree)
2281.86/572.14	c bin xor find time        : 0.00       
2281.86/572.14	c OTF clause improved      : 222966      (0.08      clauses/conflict)
2281.86/572.14	c OTF impr. size diff      : 225666      (1.01       lits/clause)
2281.86/572.14	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
2281.86/572.14	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
2281.86/572.14	c tried to recurMin cls    : 183327      (6.81       % of conflicts)
2281.86/572.14	c updated cache            : 1712        (0.01       lits/tried recurMin)
2281.86/572.14	c unit cls received        : 0           (nan       % of units)
2281.86/572.14	c unit cls sent            : 0           (nan       % of units)
2281.86/572.14	c bin cls received         : 0          
2281.86/572.14	c bin cls sent             : 0          
2281.86/572.14	c clauses over max glue    : 0           (0.00      % of all clauses)
2281.86/572.14	c conflicts                : 2690448     (1179.63   / sec)
2281.86/572.14	c decisions                : 2983818     (0.25      % random)
2281.86/572.14	c bogo-props               : 82069734643 (35983640.84 / sec)
2281.86/572.14	c conflict literals        : 57377414    (17.94     % deleted)
2281.86/572.14	c Memory used              : 472.78      MB
2281.86/572.14	c single-thread CPU time   : 2280.75     s
2281.86/572.14	c all-threads sum CPU time : 2280.75     s
2281.86/572.14	s SATISFIABLE
2281.86/572.14	v -1 -2 -3 4 5 6 7 8 -9 10 11 12 -13 14 15 16 -17 -18 -19 -20 -21 -22 23 24 25 26 27 -28 -29 -30 -31 32 33 34 35 -36 37 -38 39 -40 -41 42 43 -44 45 46 -47 -48 49 50 -51 -52 53 -54 -55 -56 -57 58 -59 60 61 -62 63 64 -65 66 -67 68 -69 -70 -71 -72 -73 74 -75 -76 77 78 -79 -80 -81 -82 -83 -84 85 86 87 88 -89 -90 -91 -92 93 -94 95 -96 97 98 99 100 0

Verifier Data

OK

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-3369028-1305410849/watcher-3369028-1305410849 -o /tmp/evaluation-result-3369028-1305410849/solver-3369028-1305410849 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369028-1305410849.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: 0.00 0.00 0.04 6/352 27076
/proc/meminfo: memFree=21547012/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 416 0 0 0 1 0 0 0 22 0 4 0 633501038 52465664 356 33554432000 4194304 4650419 140735899974192 18446744073709551615 46973159454227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 12809 356 306 112 0 7774 0
[pid=27076/tid=27077] ppid=27074 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 633501039 52465664 356 33554432000 4194304 4650419 140735899974192 18446744073709551615 46973159454233 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 633501039 52465664 356 33554432000 4194304 4650419 140735899974192 18446744073709551615 46973159454233 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 633501039 52465664 356 33554432000 4194304 4650419 140735899974192 18446744073709551615 46973159454636 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0576619 s]
/proc/loadavg: 0.00 0.00 0.04 6/352 27076
/proc/meminfo: memFree=21547012/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=282588 CPUtime=0.2 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 1477 0 0 0 20 0 0 0 18 0 4 0 633501038 289370112 1318 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 70647 1318 388 112 0 65612 0
[pid=27076/tid=27077] ppid=27074 vsize=282588 CPUtime=0.05 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 329 0 0 0 5 0 0 0 18 0 4 0 633501039 289370112 1318 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=282588 CPUtime=0.04 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 264 0 0 0 4 0 0 0 18 0 4 0 633501039 289370112 1318 33554432000 4194304 4650419 140735899974192 18446744073709551615 4328218 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=282588 CPUtime=0.04 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 178 0 0 0 4 0 0 0 24 0 4 0 633501039 289370112 1318 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282588

[startup+0.100654 s]
/proc/loadavg: 0.00 0.00 0.04 6/352 27076
/proc/meminfo: memFree=21547012/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=282588 CPUtime=0.37 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 1733 0 0 0 37 0 0 0 18 0 4 0 633501038 289370112 1574 33554432000 4194304 4650419 140735899974192 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 70647 1574 389 112 0 65612 0
[pid=27076/tid=27077] ppid=27074 vsize=282588 CPUtime=0.09 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 400 0 0 0 9 0 0 0 18 0 4 0 633501039 289370112 1574 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=282588 CPUtime=0.09 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 315 0 0 0 9 0 0 0 18 0 4 0 633501039 289370112 1574 33554432000 4194304 4650419 140735899974192 18446744073709551615 4331245 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=282588 CPUtime=0.08 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 248 0 0 0 8 0 0 0 24 0 4 0 633501039 289370112 1574 33554432000 4194304 4650419 140735899974192 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282588

[startup+0.300619 s]
/proc/loadavg: 0.00 0.00 0.04 6/352 27076
/proc/meminfo: memFree=21547012/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=284168 CPUtime=1.16 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 3017 0 0 0 116 0 0 0 18 0 4 0 633501038 290988032 2130 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 71042 2130 391 112 0 66007 0
[pid=27076/tid=27077] ppid=27074 vsize=284168 CPUtime=0.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 809 0 0 0 29 0 0 0 18 0 4 0 633501039 290988032 2130 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=284168 CPUtime=0.29 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 614 0 0 0 29 0 0 0 18 0 4 0 633501039 290988032 2130 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=284168 CPUtime=0.28 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 531 0 0 0 28 0 0 0 25 0 4 0 633501039 290988032 2130 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284168

[startup+0.700549 s]
/proc/loadavg: 0.00 0.00 0.04 6/352 27076
/proc/meminfo: memFree=21547012/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=285780 CPUtime=2.77 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 5133 0 0 0 276 1 0 0 18 0 4 0 633501038 292638720 2633 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 71445 2633 391 112 0 66410 0
[pid=27076/tid=27077] ppid=27074 vsize=285780 CPUtime=0.69 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1259 0 0 0 69 0 0 0 18 0 4 0 633501039 292638720 2633 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=285780 CPUtime=0.68 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1193 0 0 0 68 0 0 0 18 0 4 0 633501039 292638720 2633 33554432000 4194304 4650419 140735899974192 18446744073709551615 4333924 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=285780 CPUtime=0.68 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1043 0 0 0 68 0 0 0 25 0 4 0 633501039 292638720 2633 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285780

[startup+1.50041 s]
/proc/loadavg: 0.00 0.00 0.04 9/356 27080
/proc/meminfo: memFree=21527156/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=283156 CPUtime=5.96 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 10094 0 0 0 594 2 0 0 20 0 4 0 633501038 289951744 5380 33554432000 4194304 4650419 140735899974192 18446744073709551615 255106429249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 70789 5382 393 112 0 65754 0
[pid=27076/tid=27077] ppid=27074 vsize=283156 CPUtime=1.49 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 3003 0 0 0 149 0 0 0 20 0 4 0 633501039 289951744 5382 33554432000 4194304 4650419 140735899974192 18446744073709551615 4439123 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=283156 CPUtime=1.48 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1984 0 0 0 148 0 0 0 19 0 4 0 633501039 289951744 5382 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=283156 CPUtime=1.47 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 1814 0 0 0 147 0 0 0 25 0 4 0 633501039 289951744 5382 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 283156

[startup+3.10113 s]
/proc/loadavg: 0.00 0.00 0.04 9/356 27080
/proc/meminfo: memFree=21487476/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=286876 CPUtime=12.35 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 16572 0 0 0 1232 3 0 0 25 0 4 0 633501038 293761024 10177 33554432000 4194304 4650419 140735899974192 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 71719 10177 393 112 0 66684 0
[pid=27076/tid=27077] ppid=27074 vsize=286876 CPUtime=3.09 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 4022 0 0 0 308 1 0 0 25 0 4 0 633501039 293761024 10177 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=286876 CPUtime=3.08 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 4076 0 0 0 308 0 0 0 25 0 4 0 633501039 293761024 10177 33554432000 4194304 4650419 140735899974192 18446744073709551615 4313130 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=286876 CPUtime=3.06 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 3831 0 0 0 306 0 0 0 25 0 4 0 633501039 293761024 10177 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286876

[startup+6.30057 s]
/proc/loadavg: 0.64 0.13 0.09 9/356 27080
/proc/meminfo: memFree=21458964/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=289868 CPUtime=25.11 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 24635 0 0 0 2506 5 0 0 25 0 4 0 633501038 296824832 13591 33554432000 4194304 4650419 140735899974192 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 72467 13591 393 112 0 67432 0
[pid=27076/tid=27077] ppid=27074 vsize=289868 CPUtime=6.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 6273 0 0 0 628 1 0 0 25 0 4 0 633501039 296824832 13591 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=289868 CPUtime=6.28 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 6889 0 0 0 627 1 0 0 25 0 4 0 633501039 296824832 13591 33554432000 4194304 4650419 140735899974192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=289868 CPUtime=6.22 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 5379 0 0 0 622 0 0 0 25 0 4 0 633501039 296824832 13591 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 289868

[startup+12.7004 s]
/proc/loadavg: 1.31 0.28 0.13 9/356 27080
/proc/meminfo: memFree=21415372/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=310620 CPUtime=50.63 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 36393 0 0 0 5056 7 0 0 25 0 4 0 633501038 318074880 17888 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 77655 17888 393 112 0 72620 0
[pid=27076/tid=27077] ppid=27074 vsize=310620 CPUtime=12.68 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 9327 0 0 0 1267 1 0 0 25 0 4 0 633501039 318074880 17888 33554432000 4194304 4650419 140735899974192 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=310620 CPUtime=12.69 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 10195 0 0 0 1267 2 0 0 25 0 4 0 633501039 318074880 17888 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=310620 CPUtime=12.55 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 7997 0 0 0 1254 1 0 0 25 0 4 0 633501039 318074880 17888 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 310620

[startup+25.5002 s]
/proc/loadavg: 2.79 0.66 0.26 9/356 27081
/proc/meminfo: memFree=21363908/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=302208 CPUtime=101.69 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 54883 0 0 0 10158 11 0 0 25 0 4 0 633501038 309460992 23859 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 75552 23859 393 112 0 70517 0
[pid=27076/tid=27077] ppid=27074 vsize=302208 CPUtime=25.49 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 15459 0 0 0 2546 3 0 0 25 0 4 0 633501039 309460992 23860 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=302208 CPUtime=25.49 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 15888 0 0 0 2546 3 0 0 25 0 4 0 633501039 309460992 23860 33554432000 4194304 4650419 140735899974192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=302208 CPUtime=25.2 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 10344 0 0 0 2519 1 0 0 25 0 4 0 633501039 309460992 23860 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 302208

[startup+51.1007 s]
/proc/loadavg: 4.57 1.25 0.46 9/356 27081
/proc/meminfo: memFree=21305712/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=303068 CPUtime=203.8 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 79152 0 0 0 20362 18 0 0 25 0 4 0 633501038 310341632 29330 33554432000 4194304 4650419 140735899974192 18446744073709551615 4333257 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 75767 29330 393 112 0 70732 0
[pid=27076/tid=27077] ppid=27074 vsize=303068 CPUtime=51.08 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 23193 0 0 0 5104 4 0 0 25 0 4 0 633501039 310341632 29330 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=303068 CPUtime=51.08 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 23054 0 0 0 5103 5 0 0 25 0 4 0 633501039 310341632 29330 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=303068 CPUtime=50.52 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 14135 0 0 0 5049 3 0 0 25 0 4 0 633501039 310341632 29330 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 303068

[startup+102.314 s]
/proc/loadavg: 6.59 2.31 0.87 9/356 27083
/proc/meminfo: memFree=21217412/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=330288 CPUtime=408.08 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 122278 0 0 0 40776 32 0 0 25 0 4 0 633501038 338214912 41823 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 82572 41823 393 112 0 77537 0
[pid=27076/tid=27077] ppid=27074 vsize=330288 CPUtime=102.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 35452 0 0 0 10221 8 0 0 25 0 4 0 633501039 338214912 41823 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=330288 CPUtime=102.31 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 34998 0 0 0 10221 10 0 0 25 0 4 0 633501039 338214912 41823 33554432000 4194304 4650419 140735899974192 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=330288 CPUtime=101.15 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 23038 0 0 0 10110 5 0 0 25 0 4 0 633501039 338214912 41823 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 330288

[startup+162.301 s]

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

/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 44146 0 0 0 33822 15 0 0 25 0 4 0 633501039 455041024 70827 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1365.28
Current children cumulated vsize (KiB) 444376

[startup+402.301 s]
/proc/loadavg: 8.07 5.98 2.86 9/356 27091
/proc/meminfo: memFree=21009744/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=421688 CPUtime=1604.61 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 273567 0 0 0 160362 99 0 0 25 0 4 0 633501038 431808512 68238 33554432000 4194304 4650419 140735899974192 18446744073709551615 4339960 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 105422 68238 393 112 0 100387 0
[pid=27076/tid=27077] ppid=27074 vsize=421688 CPUtime=402.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 85340 0 0 0 40200 29 0 0 25 0 4 0 633501039 431808512 68238 33554432000 4194304 4650419 140735899974192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=421688 CPUtime=402.3 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 78010 0 0 0 40202 28 0 0 25 0 4 0 633501039 431808512 68238 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=421688 CPUtime=397.7 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 48858 0 0 0 39752 18 0 0 25 0 4 0 633501039 431808512 68238 33554432000 4194304 4650419 140735899974192 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1604.61
Current children cumulated vsize (KiB) 421688

[startup+462.3 s]
/proc/loadavg: 8.09 6.37 3.18 9/356 27092
/proc/meminfo: memFree=20972900/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=434052 CPUtime=1843.91 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 298908 0 0 0 184282 109 0 0 25 0 4 0 633501038 444469248 72979 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 108513 72979 393 112 0 103478 0
[pid=27076/tid=27077] ppid=27074 vsize=434052 CPUtime=462.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 92663 0 0 0 46198 31 0 0 25 0 4 0 633501039 444469248 72979 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=434052 CPUtime=462.3 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 87679 0 0 0 46197 33 0 0 25 0 4 0 633501039 444469248 72979 33554432000 4194304 4650419 140735899974192 18446744073709551615 4370716 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=434052 CPUtime=457 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 51625 0 0 0 45681 19 0 0 25 0 4 0 633501039 444469248 72979 33554432000 4194304 4650419 140735899974192 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1843.91
Current children cumulated vsize (KiB) 434052

[startup+522.301 s]
/proc/loadavg: 8.09 6.68 3.49 9/356 27094
/proc/meminfo: memFree=20927876/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=458932 CPUtime=2083.23 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 318810 0 0 0 208205 118 0 0 25 0 4 0 633501038 469946368 78000 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 114733 78000 393 112 0 109698 0
[pid=27076/tid=27077] ppid=27074 vsize=458932 CPUtime=522.29 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 99956 0 0 0 52194 35 0 0 25 0 4 0 633501039 469946368 78000 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=458932 CPUtime=522.3 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 91587 0 0 0 52195 35 0 0 25 0 4 0 633501039 469946368 78000 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=458932 CPUtime=516.32 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 55362 0 0 0 51612 20 0 0 25 0 4 0 633501039 469946368 78000 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2083.23
Current children cumulated vsize (KiB) 458932

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

[startup+537.5 s]
/proc/loadavg: 8.07 6.74 3.56 9/356 27094
/proc/meminfo: memFree=20909268/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=471432 CPUtime=2143.86 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 324434 0 0 0 214265 121 0 0 25 0 4 0 633501038 482746368 80986 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 117858 80986 393 112 0 112823 0
[pid=27076/tid=27077] ppid=27074 vsize=471432 CPUtime=537.5 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 102676 0 0 0 53713 37 0 0 25 0 4 0 633501039 482746368 80986 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=471432 CPUtime=537.5 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 93388 0 0 0 53714 36 0 0 25 0 4 0 633501039 482746368 80986 33554432000 4194304 4650419 140735899974192 18446744073709551615 4360640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=471432 CPUtime=531.35 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 56457 0 0 0 53114 21 0 0 25 0 4 0 633501039 482746368 80986 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2143.86
Current children cumulated vsize (KiB) 471432

[startup+550.301 s]
/proc/loadavg: 8.06 6.80 3.63 9/356 27095
/proc/meminfo: memFree=20894380/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=446644 CPUtime=2194.91 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 327854 0 0 0 219368 123 0 0 25 0 4 0 633501038 457363456 79485 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 111661 79485 393 112 0 106626 0
[pid=27076/tid=27077] ppid=27074 vsize=446644 CPUtime=550.3 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 103491 0 0 0 54992 38 0 0 25 0 4 0 633501039 457363456 79485 33554432000 4194304 4650419 140735899974192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=446644 CPUtime=550.3 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 94306 0 0 0 54994 36 0 0 25 0 4 0 633501039 457363456 79485 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=446644 CPUtime=543.99 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 58065 0 0 0 54378 21 0 0 25 0 4 0 633501039 457363456 79485 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2194.91
Current children cumulated vsize (KiB) 446644

[startup+563.101 s]
/proc/loadavg: 8.12 6.88 3.70 9/356 27095
/proc/meminfo: memFree=20928728/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=446644 CPUtime=2246 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 329239 0 0 0 224476 124 0 0 25 0 4 0 633501038 457363456 80870 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 111661 80870 393 112 0 106626 0
[pid=27076/tid=27077] ppid=27074 vsize=446644 CPUtime=563.11 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 103768 0 0 0 56273 38 0 0 25 0 4 0 633501039 457363456 80870 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=446644 CPUtime=563.11 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 94306 0 0 0 56275 36 0 0 25 0 4 0 633501039 457363456 80870 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=446644 CPUtime=556.65 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 58741 0 0 0 55643 22 0 0 25 0 4 0 633501039 457363456 80870 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2246
Current children cumulated vsize (KiB) 446644

[startup+566.301 s]
/proc/loadavg: 8.12 6.88 3.70 9/356 27095
/proc/meminfo: memFree=20918064/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=459100 CPUtime=2258.73 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 331807 0 0 0 225748 125 0 0 25 0 4 0 633501038 470118400 83339 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 114775 83339 393 112 0 109740 0
[pid=27076/tid=27077] ppid=27074 vsize=459100 CPUtime=566.3 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 105080 0 0 0 56592 38 0 0 25 0 4 0 633501039 470118400 83339 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=459100 CPUtime=566.3 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 94359 0 0 0 56594 36 0 0 25 0 4 0 633501039 470118400 83339 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=459100 CPUtime=559.82 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 59698 0 0 0 55959 23 0 0 25 0 4 0 633501039 470118400 83339 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2258.73
Current children cumulated vsize (KiB) 459100

[startup+569.501 s]
/proc/loadavg: 8.11 6.89 3.73 9/356 27095
/proc/meminfo: memFree=20903060/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=484124 CPUtime=2271.5 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 334975 0 0 0 227024 126 0 0 25 0 4 0 633501038 495742976 86368 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 121031 86368 393 112 0 115996 0
[pid=27076/tid=27077] ppid=27074 vsize=484124 CPUtime=569.49 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 105399 0 0 0 56911 38 0 0 25 0 4 0 633501039 495742976 86368 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=484124 CPUtime=569.49 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 95633 0 0 0 56913 36 0 0 25 0 4 0 633501039 495742976 86368 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=484124 CPUtime=562.98 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 59931 0 0 0 56275 23 0 0 25 0 4 0 633501039 495742976 86368 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2271.5
Current children cumulated vsize (KiB) 484124

[startup+571.1 s]
/proc/loadavg: 8.11 6.89 3.73 9/356 27095
/proc/meminfo: memFree=20904672/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=484124 CPUtime=2277.87 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 335623 0 0 0 227661 126 0 0 25 0 4 0 633501038 495742976 87016 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 121031 87016 393 112 0 115996 0
[pid=27076/tid=27077] ppid=27074 vsize=484124 CPUtime=571.09 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 105552 0 0 0 57071 38 0 0 25 0 4 0 633501039 495742976 87016 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=484124 CPUtime=571.09 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 95826 0 0 0 57073 36 0 0 25 0 4 0 633501039 495742976 87016 33554432000 4194304 4650419 140735899974192 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=484124 CPUtime=564.55 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 60042 0 0 0 56432 23 0 0 25 0 4 0 633501039 495742976 87016 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2277.87
Current children cumulated vsize (KiB) 484124

[startup+571.901 s]
/proc/loadavg: 8.11 6.89 3.73 9/356 27095
/proc/meminfo: memFree=20902068/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=484124 CPUtime=2281.11 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 335932 0 0 0 227984 127 0 0 25 0 4 0 633501038 495742976 87325 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 121031 87325 393 112 0 115996 0
[pid=27076/tid=27077] ppid=27074 vsize=484124 CPUtime=571.91 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 105626 0 0 0 57153 38 0 0 25 0 4 0 633501039 495742976 87326 33554432000 4194304 4650419 140735899974192 18446744073709551615 4352094 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=484124 CPUtime=571.91 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 95920 0 0 0 57155 36 0 0 25 0 4 0 633501039 495742976 87326 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=484124 CPUtime=565.35 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 60093 0 0 0 56512 23 0 0 25 0 4 0 633501039 495742976 87326 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2281.11
Current children cumulated vsize (KiB) 484124

[startup+572.101 s]
/proc/loadavg: 8.11 6.89 3.73 9/356 27095
/proc/meminfo: memFree=20902068/32951124 swapFree=67111348/67111528
[pid=27076] ppid=27074 vsize=484124 CPUtime=2281.86 cores=1,3,5,7
/proc/27076/stat : 27076 (strangenight1-m) R 27074 27076 27035 0 -1 4202496 336005 0 0 0 228059 127 0 0 25 0 4 0 633501038 495742976 87398 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 121031 87398 393 112 0 115996 0
[pid=27076/tid=27077] ppid=27074 vsize=484124 CPUtime=572.1 cores=1,3,5,7
/proc/27076/task/27077/stat : 27077 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 105641 0 0 0 57172 38 0 0 25 0 4 0 633501039 495742976 87398 33554432000 4194304 4650419 140735899974192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27076/tid=27078] ppid=27074 vsize=484124 CPUtime=572.09 cores=1,3,5,7
/proc/27076/task/27078/stat : 27078 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 95943 0 0 0 57173 36 0 0 25 0 4 0 633501039 495742976 87398 33554432000 4194304 4650419 140735899974192 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27076/tid=27079] ppid=27074 vsize=484124 CPUtime=565.54 cores=1,3,5,7
/proc/27076/task/27079/stat : 27079 (strangenight1-m) R 27074 27076 27035 0 -1 4202560 60104 0 0 0 56531 23 0 0 25 0 4 0 633501039 495742976 87398 33554432000 4194304 4650419 140735899974192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2281.86
Current children cumulated vsize (KiB) 484124

Child status: 10
Real time (s): 572.158
CPU time (s): 2282.04
CPU user time (s): 2280.75
CPU system time (s): 1.2898
CPU usage (%): 398.849
Max. virtual memory (cumulated for all children) (KiB): 511652

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

runsolver used 1.84272 second user time and 4.72828 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 00:07:29
IDJOB=3369028
IDBENCH=83037
IDSOLVER=1846
FILE ID=node144/3369028-1305410849
RUNJOBID= node144-1305410848-27054
PBS_JOBID= 13324517
Free space on /tmp= 73236 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S196779284-038.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369028-1305410849/watcher-3369028-1305410849 -o /tmp/evaluation-result-3369028-1305410849/solver-3369028-1305410849 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369028-1305410849.cnf

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

MD5SUM BENCH= d6fc0fc1938fb2a6255c0a87d93d5767
RANDOM SEED=336694040

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21547416 kB
Buffers:        289188 kB
Cached:        3630056 kB
SwapCached:          0 kB
Active:        8187180 kB
Inactive:      2868256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21547416 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12416 kB
Writeback:           0 kB
AnonPages:     7136684 kB
Mapped:          27028 kB
Slab:           244712 kB
PageTables:      37228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82064236 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= 73228 MiB
End job on node144 at 2011-05-15 00:17:01