Trace number 3175419

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-mtSAT 2296.1 574.777

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.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-3175419-1304123241.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	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.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      44 undec:       0 neg:      56
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4919       100      2130         0      4610     10650    100850   no data   no data  --
3.17/0.85	c  N st    10     11304       100      2130         0      4257     10650     74181   no data   no data  --
3.17/0.85	c  N st    11     17047       100      2130         0      9628     10650    196008   no data   no data  --
3.17/0.85	c  F st    12     25000       100      2130         0     11773     10650    238058   no data   no data  --
3.17/0.85	c  N st    12     25000       100      2130         0     11773     10650    238058   no data   no data  --
3.98/1.02	c Decided on static restart strategy
3.98/1.02	c  N st    18     30000       100      2130         0     10124     10650    188975   no data   no data  --
3.98/1.02	c  S st    18     30000       100      2130         0     10124     10650    188975   no data   no data  --
3.98/1.02	c  S st    18     30503       100      2130         0     10605     10650    199696   no data   no data  --
3.98/1.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.98/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.98/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.49	c lits-rem:      2004  cl-subs:     1818  v-elim:      0  v-fix:    0  time:  1.83 s
5.97/1.52	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30503       100      2130         0      8787     10650    157423   no data   no data  --
7.16/1.84	c  N st    20     37614       100      2130         0      8057     10650    129338   no data   no data  --
8.37/2.12	c  N st    21     44014       100      2130         0     14011     10650    254286   no data   no data  --
8.79/2.20	c  S st    22     45757       100      2130         0     15643     10650    289351   no data   no data  --
8.79/2.25	c  S st    22     46262       100      2130         0     16125     10650    300447   no data   no data  --
8.79/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.25	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.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.79/2.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.17/3.38	c lits-rem:      2626  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  4.43 s
13.17/3.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.17/3.38	c vivif2 --  cl tried    14081 cl shrink        0 lits rem          0 time: 0.01
13.58/3.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.58/3.44	c calculated reachability. Time: 0.00
13.58/3.44	c  N st    22     46262       100      2130         0     14081     10650    256013   no data   no data  --
16.36/4.16	c  N st    23     60661       100      2130         0      9955     10650    149015   no data   no data  --
17.98/4.58	c  N st    24     69393       100      2130         0     18049     10650    328119   no data   no data  --
17.98/4.58	c  S st    24     69393       100      2130         0     18049     10650    328119   no data   no data  --
18.35/4.63	c  S st    24     69894       100      2130         0     18534     10650    338982   no data   no data  --
18.35/4.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.35/4.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.35/4.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.54/5.91	c lits-rem:      3708  cl-subs:     2094  v-elim:      0  v-fix:    0  time:  5.06 s
23.54/5.91	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.54/5.91	c vivif2 --  cl tried    16440 cl shrink        0 lits rem          0 time: 0.01
23.54/5.99	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.30
23.54/5.99	c calculated reachability. Time: 0.00
23.54/5.99	c  N st    24     69894       100      2130         0     16440     10650    290401   no data   no data  --
27.95/7.07	c  F st    25     87500       100      2130         0     11573     10650    167840   no data   no data  --
27.95/7.07	c  N st    25     87500       100      2130         0     11573     10650    167840   no data   no data  --
29.14/7.35	c Decided on static restart strategy
29.94/7.51	c  N st    32     95540       100      2130         0     19054     10650    333965   no data   no data  --
31.94/8.08	c  N st    34    104841       100      2130         0     15672     10650    256156   no data   no data  --
31.94/8.08	c  S st    34    104841       100      2130         0     15672     10650    256156   no data   no data  --
32.34/8.13	c  S st    34    105348       100      2130         0     16158     10650    266627   no data   no data  --
32.34/8.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.34/8.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.34/8.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
32.34/8.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.34/8.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.34/8.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
32.34/8.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.73/9.23	c lits-rem:      2144  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  4.32 s
36.73/9.23	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
36.73/9.23	c vivif2 --  cl tried    14994 cl shrink        0 lits rem          0 time: 0.01
37.13/9.30	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.27
37.13/9.30	c calculated reachability. Time: 0.00
37.13/9.30	c  N st    34    105348       100      2130         0     14994     10650    239022   no data   no data  --
39.54/9.92	c  N st    35    114947       100      2130         0     23973     10650    437757   no data   no data  --
43.12/10.86	c  N st    36    129345       100      2130         0     24327     10650    425108   no data   no data  --
49.52/12.47	c  N st    37    150940       100      2130         0     15578     10650    211089   no data   no data  --
51.51/12.97	c  S st    38    158023       100      2130         0     22124     10650    351517   no data   no data  --
51.91/13.03	c  S st    38    158526       100      2130         0     22610     10650    362095   no data   no data  --
51.91/13.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.91/13.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.91/13.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.91/13.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.91/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.91/13.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
51.91/13.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.12/14.35	c lits-rem:      3535  cl-subs:     2188  v-elim:      0  v-fix:    0  time:  5.18 s
57.12/14.35	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
57.12/14.35	c vivif2 --  cl tried    20422 cl shrink        0 lits rem          0 time: 0.01
57.53/14.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.35
57.53/14.44	c calculated reachability. Time: 0.00
57.53/14.44	c  N st    38    158526       100      2130         0     20422     10650    313961   no data   no data  --
73.08/18.38	c  N st    39    207115       100      2130         0     32995     10650    560148   no data   no data  --
84.27/21.14	c  N st    40    237789       100      2130         0     25269     10650    378485   no data   no data  --
84.27/21.14	c  S st    40    237789       100      2130         0     25269     10650    378485   no data   no data  --
84.67/21.20	c  S st    40    238296       100      2130         0     25753     10650    389582   no data   no data  --
84.67/21.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.67/21.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.67/21.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
84.67/21.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.67/21.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.67/21.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
84.67/21.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
89.86/22.56	c lits-rem:      2750  cl-subs:     2378  v-elim:      0  v-fix:    0  time:  5.36 s
89.86/22.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
89.86/22.56	c vivif2 --  cl tried    23375 cl shrink        0 lits rem          0 time: 0.02
90.26/22.66	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.40
90.26/22.66	c calculated reachability. Time: 0.00
90.26/22.66	c  N st    40    238296       100      2130         0     23375     10650    343434   no data   no data  --
116.63/29.20	c  F st    41    306252       100      2130         0     25245     10650    346366   no data   no data  --
116.63/29.20	c  N st    41    306252       100      2130         0     25245     10650    346366   no data   no data  --
118.23/29.70	c Decided on static restart strategy
127.44/31.91	c  N st    51    334555       100      2130         0     29419     10650    435852   no data   no data  --
137.41/34.44	c  N st    53    357444       100      2130         0     27468     10650    370588   no data   no data  --
137.41/34.44	c  S st    53    357444       100      2130         0     27468     10650    370588   no data   no data  --
137.81/34.51	c  S st    53    357947       100      2130         0     27953     10650    381704   no data   no data  --
137.81/34.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.81/34.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
137.81/34.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
137.81/34.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.81/34.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.81/34.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
137.81/34.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.60/35.71	c lits-rem:      1713  cl-subs:     1551  v-elim:      0  v-fix:    0  time:  4.75 s
142.60/35.72	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
142.60/35.72	c vivif2 --  cl tried    26402 cl shrink        0 lits rem          0 time: 0.01
143.00/35.83	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.46
143.00/35.83	c calculated reachability. Time: 0.00
143.00/35.83	c  N st    53    357947       100      2130         0     26402     10650    350116   no data   no data  --
158.20/39.66	c  N st    54    390339       100      2130         0     32301     10650    462169   no data   no data  --
180.95/45.32	c  N st    55    438927       100      2130         0     26297     10650    316209   no data   no data  --
211.71/53.03	c  N st    56    511811       100      2130         0     38939     10650    562577   no data   no data  --
223.30/55.95	c  N st    57    536923       100      2130         0     33631     10650    440587   no data   no data  --
223.30/55.95	c  S st    57    536923       100      2130         0     33631     10650    440587   no data   no data  --
223.70/56.04	c  S st    57    537430       100      2130         0     34115     10650    451698   no data   no data  --
223.70/56.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
223.70/56.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.70/56.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
223.70/56.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.70/56.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.70/56.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
223.70/56.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
229.69/57.54	c lits-rem:      1977  cl-subs:     1720  v-elim:      0  v-fix:    0  time:  5.88 s
229.69/57.54	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
229.69/57.54	c vivif2 --  cl tried    32395 cl shrink        0 lits rem          0 time: 0.02
230.49/57.70	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.62
230.49/57.70	c calculated reachability. Time: 0.00
230.49/57.70	c  N st    57    537430       100      2130         0     32395     10650    418052   no data   no data  --
318.79/79.85	c  N st    58    701414       100      2130         0     59888     10650    968975   no data   no data  --
377.52/94.54	c  N st    59    806145       100      2130         0     54136     10650    811815   no data   no data  --
377.52/94.54	c  S st    59    806145       100      2130         0     54136     10650    811815   no data   no data  --
377.94/94.69	c  S st    59    806648       100      2130         0     54621     10650    822812   no data   no data  --
377.94/94.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
377.94/94.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
378.34/94.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
378.34/94.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
378.34/94.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
378.34/94.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
378.34/94.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
398.30/99.72	c lits-rem:      4654  cl-subs:     5502  v-elim:      0  v-fix:    0  time: 19.88 s
398.30/99.72	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
398.30/99.73	c vivif2 --  cl tried    49119 cl shrink        0 lits rem          0 time: 0.04
399.50/100.09	c asymm  cl-useful: 0/1871/2130 lits-rem:0 time: 1.44
399.50/100.09	c calculated reachability. Time: 0.00
399.50/100.09	c  N st    59    806648       100      2130         0     49119     10650    714252   no data   no data  --
571.70/143.17	c  F st    60   1071876       100      2130         0     64380     10650    967423   no data   no data  --
571.70/143.17	c  N st    60   1071876       100      2130         0     64380     10650    967423   no data   no data  --
575.29/144.04	c Decided on static restart strategy
596.06/149.20	c  N st    70   1100180       100      2130         0     49304     10650    638668   no data   no data  --
623.22/156.08	c  N st    72   1136173       100      2130         0     82452     10650   1360142   no data   no data  --
647.59/162.19	c  N st    73   1168566       100      2130         0     69978     10650   1072771   no data   no data  --
678.75/169.97	c  N st    74   1209973       100      2130         0     65076     10650    963676   no data   no data  --
678.75/169.97	c  S st    74   1209973       100      2130         0     65076     10650    963676   no data   no data  --
679.95/170.22	c  S st    74   1210474       100      2130         0     65559     10650    975367   no data   no data  --
679.95/170.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
679.95/170.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
679.95/170.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
679.95/170.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
679.95/170.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
679.95/170.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
679.95/170.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
721.49/180.65	c lits-rem:      3306  cl-subs:     5691  v-elim:      0  v-fix:    0  time: 41.34 s
721.49/180.65	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
721.49/180.66	c vivif2 --  cl tried    59868 cl shrink        0 lits rem          0 time: 0.05
723.09/181.01	c asymm  cl-useful: 0/1636/2130 lits-rem:0 time: 1.42
723.09/181.02	c calculated reachability. Time: 0.00
723.09/181.02	c  N st    74   1210474       100      2130         0     59868     10650    856871   no data   no data  --
781.42/195.60	c  N st    75   1283357       100      2130         0     83047     10650   1365754   no data   no data  --
870.90/218.01	c  N st    76   1392680       100      2130         0     92027     10650   1469591   no data   no data  --
1007.52/252.21	c  N st    77   1556665       100      2130         0     50059     10650    544588   no data   no data  --
1133.78/283.82	c  N st    78   1710474       100      2130         0     88963     10650   1335059   no data   no data  --
1133.78/283.82	c  S st    78   1710474       100      2130         0     88963     10650   1335059   no data   no data  --
1134.56/284.08	c  S st    78   1710975       100      2130         0     89446     10650   1346222   no data   no data  --
1134.56/284.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1134.56/284.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1134.95/284.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1134.95/284.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1134.95/284.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1134.95/284.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1134.95/284.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1237.22/309.73	c lits-rem:      3887  cl-subs:    13344  v-elim:      0  v-fix:    0  time: 102.08 s
1237.22/309.73	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1237.22/309.75	c vivif2 --  cl tried    76102 cl shrink        0 lits rem          0 time: 0.06
1238.82/310.18	c asymm  cl-useful: 0/1219/2130 lits-rem:0 time: 1.70
1238.82/310.18	c calculated reachability. Time: 0.00
1238.82/310.18	c  N st    78   1710975       100      2130         0     76102     10650   1096931   no data   no data  --
1576.78/394.73	c  N st    79   2079941       100      2130         0     88118     10650   1272226   no data   no data  --
1713.40/428.96	c  N st    80   2210975       100      2130         0     91654     10650   1333425   no data   no data  --
1713.40/428.96	c  S st    80   2210975       100      2130         0     91654     10650   1333425   no data   no data  --
1714.99/429.32	c  S st    80   2211479       100      2130         0     92138     10650   1344598   no data   no data  --
1714.99/429.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1714.99/429.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1714.99/429.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
1715.39/429.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1715.39/429.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1715.39/429.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1715.39/429.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1813.27/453.97	c lits-rem:      1750  cl-subs:    10692  v-elim:      0  v-fix:    0  time: 98.02 s
1813.27/453.97	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1813.27/453.99	c vivif2 --  cl tried    81446 cl shrink        0 lits rem          0 time: 0.06
1814.88/454.35	c asymm  cl-useful: 0/911/2130 lits-rem:0 time: 1.44
1814.88/454.35	c calculated reachability. Time: 0.00
1814.88/454.35	c  N st    80   2211479       100      2130         0     81446     10650   1140457   no data   no data  --
2295.83/574.75	c  E st    81   2690448         0      2130         0     85273     10650   1138038   no data   no data  --
2295.83/574.76	c Verified 2130 clauses.
2295.83/574.76	c Verified 2130 clauses.
2295.83/574.76	c Following stats are for *FIRST FINISHED THREAD ONLY*
2295.83/574.76	c num threads              : 4          
2295.83/574.76	c restarts                 : 81         
2295.83/574.76	c dynamic restarts         : 0          
2295.83/574.76	c static restarts          : 81         
2295.83/574.76	c full restarts            : 4          
2295.83/574.76	c total simplify time      : 0.01       
2295.83/574.76	c learnts DL2              : 0          
2295.83/574.76	c learnts size 2           : 0          
2295.83/574.76	c learnts size 1           : 0           (0.00      % of vars)
2295.83/574.76	c filedLit time            : 0.79        (0.03      % time)
2295.83/574.76	c v-elim SatELite          : 0           (0.00      % vars)
2295.83/574.76	c SatELite time            : 297.29      (12.96     % time)
2295.83/574.76	c v-elim xor               : 0           (0.00      % vars)
2295.83/574.76	c xor elim time            : 0.11        (0.00      % time)
2295.83/574.76	c num binary xor trees     : 0          
2295.83/574.76	c binxor trees' crown      : 0           (nan       leafs/tree)
2295.83/574.76	c bin xor find time        : 0.00       
2295.83/574.76	c OTF clause improved      : 222966      (0.08      clauses/conflict)
2295.83/574.76	c OTF impr. size diff      : 225666      (1.01       lits/clause)
2295.83/574.76	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
2295.83/574.76	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
2295.83/574.76	c tried to recurMin cls    : 183327      (6.81       % of conflicts)
2295.83/574.76	c updated cache            : 1712        (0.01       lits/tried recurMin)
2295.83/574.76	c unit cls received        : 0           (nan       % of units)
2295.83/574.76	c unit cls sent            : 0           (nan       % of units)
2295.83/574.76	c bin cls received         : 0          
2295.83/574.76	c bin cls sent             : 0          
2295.83/574.76	c clauses over max glue    : 0           (0.00      % of all clauses)
2295.83/574.76	c conflicts                : 2690448     (1172.42   / sec)
2295.83/574.76	c decisions                : 2983818     (0.25      % random)
2295.83/574.76	c bogo-props               : 82069734643 (35763768.18 / sec)
2295.83/574.76	c conflict literals        : 57377414    (17.94     % deleted)
2295.83/574.76	c Memory used              : 495.24      MB
2295.83/574.76	c single-thread CPU time   : 2294.77     s
2295.83/574.76	c all-threads sum CPU time : 2294.78     s
2295.83/574.76	s SATISFIABLE
2295.83/574.76	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: 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-3175419-1304123241/watcher-3175419-1304123241 -o /tmp/evaluation-result-3175419-1304123241/solver-3175419-1304123241 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175419-1304123241.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: 7.58 7.99 7.90 2/176 5038
/proc/meminfo: memFree=30880984/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 414 0 0 0 0 0 0 0 18 0 4 0 504740038 52465664 353 33554432000 4194304 4650419 140735738277728 18446744073709551615 47248028260272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 12809 353 303 112 0 7774 0
[pid=5038/tid=5041] ppid=5033 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 504740039 52465664 353 33554432000 4194304 4650419 140735738277728 18446744073709551615 220811268328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 504740039 52465664 353 33554432000 4194304 4650419 140735738277728 18446744073709551615 47248028260274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 504740039 52465664 353 33554432000 4194304 4650419 140735738277728 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.158423 s]
/proc/loadavg: 7.58 7.99 7.90 2/176 5038
/proc/meminfo: memFree=30880984/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=283716 CPUtime=0.61 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 2335 0 0 0 61 0 0 0 18 0 4 0 504740038 290525184 1679 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 70929 1679 391 112 0 65894 0
[pid=5038/tid=5041] ppid=5033 vsize=283716 CPUtime=0.15 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 523 0 0 0 15 0 0 0 18 0 4 0 504740039 290525184 1679 33554432000 4194304 4650419 140735738277728 18446744073709551615 4311390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=283716 CPUtime=0.15 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 493 0 0 0 15 0 0 0 18 0 4 0 504740039 290525184 1679 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=283716 CPUtime=0.14 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 381 0 0 0 14 0 0 0 21 0 4 0 504740039 290525184 1679 33554432000 4194304 4650419 140735738277728 18446744073709551615 4314863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 283716

[startup+0.200415 s]
/proc/loadavg: 7.58 7.99 7.90 2/176 5038
/proc/meminfo: memFree=30880984/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=283716 CPUtime=0.77 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 2480 0 0 0 77 0 0 0 18 0 4 0 504740038 290525184 1824 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 70929 1824 391 112 0 65894 0
[pid=5038/tid=5041] ppid=5033 vsize=283716 CPUtime=0.19 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 562 0 0 0 19 0 0 0 18 0 4 0 504740039 290525184 1824 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=283716 CPUtime=0.19 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 528 0 0 0 19 0 0 0 18 0 4 0 504740039 290525184 1824 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=283716 CPUtime=0.19 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 416 0 0 0 19 0 0 0 21 0 4 0 504740039 290525184 1824 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283716

[startup+0.300397 s]
/proc/loadavg: 7.58 7.99 7.90 2/176 5038
/proc/meminfo: memFree=30880984/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=284048 CPUtime=1.17 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 2992 0 0 0 117 0 0 0 18 0 4 0 504740038 290865152 2133 33554432000 4194304 4650419 140735738277728 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 71012 2133 391 112 0 65977 0
[pid=5038/tid=5041] ppid=5033 vsize=284048 CPUtime=0.29 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 785 0 0 0 29 0 0 0 18 0 4 0 504740039 290865152 2133 33554432000 4194304 4650419 140735738277728 18446744073709551615 4330724 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=284048 CPUtime=0.29 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 630 0 0 0 29 0 0 0 18 0 4 0 504740039 290865152 2133 33554432000 4194304 4650419 140735738277728 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=284048 CPUtime=0.29 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 508 0 0 0 29 0 0 0 21 0 4 0 504740039 290865152 2133 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284048

[startup+0.700323 s]
/proc/loadavg: 7.58 7.99 7.90 2/176 5038
/proc/meminfo: memFree=30880984/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=285304 CPUtime=2.77 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 5113 0 0 0 277 0 0 0 18 0 4 0 504740038 292151296 2632 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 71326 2632 391 112 0 66291 0
[pid=5038/tid=5041] ppid=5033 vsize=285304 CPUtime=0.69 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1232 0 0 0 69 0 0 0 18 0 4 0 504740039 292151296 2632 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=285304 CPUtime=0.69 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1215 0 0 0 69 0 0 0 18 0 4 0 504740039 292151296 2632 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=285304 CPUtime=0.69 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1013 0 0 0 69 0 0 0 22 0 4 0 504740039 292151296 2632 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365289 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) 285304

[startup+1.50118 s]
/proc/loadavg: 7.58 7.99 7.90 9/184 5046
/proc/meminfo: memFree=30849796/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=281632 CPUtime=5.97 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 10059 0 0 0 596 1 0 0 20 0 4 0 504740038 288391168 5352 33554432000 4194304 4650419 140735738277728 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 70408 5352 393 112 0 65373 0
[pid=5038/tid=5041] ppid=5033 vsize=281632 CPUtime=1.49 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 2951 0 0 0 149 0 0 0 20 0 4 0 504740039 288391168 5352 33554432000 4194304 4650419 140735738277728 18446744073709551615 4444740 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=281632 CPUtime=1.49 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 2049 0 0 0 149 0 0 0 19 0 4 0 504740039 288391168 5352 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=281632 CPUtime=1.48 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 1724 0 0 0 148 0 0 0 25 0 4 0 504740039 288391168 5352 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 281632

[startup+3.10088 s]
/proc/loadavg: 7.58 7.99 7.90 9/184 5046
/proc/meminfo: memFree=30813460/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=281860 CPUtime=12.36 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 17076 0 0 0 1234 2 0 0 25 0 4 0 504740038 288624640 9716 33554432000 4194304 4650419 140735738277728 18446744073709551615 4438745 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 70465 9716 393 112 0 65430 0
[pid=5038/tid=5041] ppid=5033 vsize=281860 CPUtime=3.08 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 4024 0 0 0 308 0 0 0 25 0 4 0 504740039 288624640 9716 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=281860 CPUtime=3.09 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 4299 0 0 0 309 0 0 0 25 0 4 0 504740039 288624640 9716 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=281860 CPUtime=3.07 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 3914 0 0 0 307 0 0 0 25 0 4 0 504740039 288624640 9716 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 281860

[startup+6.30029 s]
/proc/loadavg: 7.61 7.99 7.90 9/184 5046
/proc/meminfo: memFree=30783884/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=279104 CPUtime=25.14 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 25226 0 0 0 2511 3 0 0 25 0 4 0 504740038 285802496 14015 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 69776 14015 393 112 0 64741 0
[pid=5038/tid=5041] ppid=5033 vsize=279104 CPUtime=6.28 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 6429 0 0 0 628 0 0 0 25 0 4 0 504740039 285802496 14015 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=279104 CPUtime=6.29 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 6759 0 0 0 628 1 0 0 25 0 4 0 504740039 285802496 14015 33554432000 4194304 4650419 140735738277728 18446744073709551615 4439158 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=279104 CPUtime=6.25 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 5569 0 0 0 625 0 0 0 25 0 4 0 504740039 285802496 14015 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 279104

[startup+12.7011 s]
/proc/loadavg: 7.72 8.01 7.91 9/184 5046
/proc/meminfo: memFree=30746456/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=282088 CPUtime=50.71 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 36665 0 0 0 5065 6 0 0 25 0 4 0 504740038 288858112 16478 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 70522 16478 393 112 0 65487 0
[pid=5038/tid=5041] ppid=5033 vsize=282088 CPUtime=12.68 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 9367 0 0 0 1267 1 0 0 25 0 4 0 504740039 288858112 16478 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=282088 CPUtime=12.69 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 10079 0 0 0 1268 1 0 0 25 0 4 0 504740039 288858112 16478 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=282088 CPUtime=12.62 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 8585 0 0 0 1261 1 0 0 25 0 4 0 504740039 288858112 16478 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 282088

[startup+25.5008 s]
/proc/loadavg: 7.78 8.01 7.91 9/184 5047
/proc/meminfo: memFree=30713472/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=290540 CPUtime=101.85 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 55511 0 0 0 10174 11 0 0 25 0 4 0 504740038 297512960 21974 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 72635 21974 393 112 0 67600 0
[pid=5038/tid=5041] ppid=5033 vsize=290540 CPUtime=25.49 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 15529 0 0 0 2546 3 0 0 25 0 4 0 504740039 297512960 21974 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=290540 CPUtime=25.49 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 14951 0 0 0 2546 3 0 0 25 0 4 0 504740039 297512960 21974 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=290540 CPUtime=25.35 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 12180 0 0 0 2534 1 0 0 25 0 4 0 504740039 297512960 21974 33554432000 4194304 4650419 140735738277728 18446744073709551615 4229477 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 290540

[startup+51.101 s]
/proc/loadavg: 7.85 8.01 7.91 9/184 5047
/proc/meminfo: memFree=30677184/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=316420 CPUtime=204.13 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 82621 0 0 0 20393 20 0 0 25 0 4 0 504740038 324014080 27911 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 79105 27911 393 112 0 74070 0
[pid=5038/tid=5041] ppid=5033 vsize=316420 CPUtime=51.09 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 23795 0 0 0 5104 5 0 0 25 0 4 0 504740039 324014080 27911 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=316420 CPUtime=51.09 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 23593 0 0 0 5103 6 0 0 25 0 4 0 504740039 324014080 27911 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=316420 CPUtime=50.83 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 16209 0 0 0 5080 3 0 0 25 0 4 0 504740039 324014080 27911 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 316420

[startup+102.301 s]
/proc/loadavg: 7.93 8.00 7.91 10/184 5109
/proc/meminfo: memFree=30638216/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=314092 CPUtime=408.7 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 128117 0 0 0 40835 35 0 0 25 0 4 0 504740038 321630208 37189 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 78523 37189 393 112 0 73488 0
[pid=5038/tid=5041] ppid=5033 vsize=314092 CPUtime=102.29 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 35511 0 0 0 10219 10 0 0 25 0 4 0 504740039 321630208 37189 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=314092 CPUtime=102.29 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 37912 0 0 0 10219 10 0 0 25 0 4 0 504740039 321630208 37189 33554432000 4194304 4650419 140735738277728 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=314092 CPUtime=101.78 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 24479 0 0 0 10173 5 0 0 25 0 4 0 504740039 321630208 37189 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 314092

[startup+162.301 s]

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

/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 59537 0 0 0 40000 21 0 0 25 0 4 0 504740039 438034432 65997 33554432000 4194304 4650419 140735738277728 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1607.14
Current children cumulated vsize (KiB) 427768

[startup+462.301 s]
/proc/loadavg: 8.10 8.06 7.95 9/184 5148
/proc/meminfo: memFree=30400560/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=440216 CPUtime=1846.82 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 316846 0 0 0 184570 112 0 0 25 0 4 0 504740038 450781184 68892 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 110054 68892 393 112 0 105019 0
[pid=5038/tid=5041] ppid=5033 vsize=440216 CPUtime=462.3 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 73025 0 0 0 46206 24 0 0 25 0 4 0 504740039 450781184 68892 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=440216 CPUtime=462.31 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 96103 0 0 0 46195 36 0 0 25 0 4 0 504740039 450781184 68892 33554432000 4194304 4650419 140735738277728 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=440216 CPUtime=459.88 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 63072 0 0 0 45965 23 0 0 25 0 4 0 504740039 450781184 68892 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1846.82
Current children cumulated vsize (KiB) 440216

[startup+522.301 s]
/proc/loadavg: 8.11 8.06 7.96 9/184 5150
/proc/meminfo: memFree=30314688/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=572016 CPUtime=2086.5 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 342368 0 0 0 208526 124 0 0 25 0 4 0 504740038 585744384 79805 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 143004 79805 393 112 0 137969 0
[pid=5038/tid=5041] ppid=5033 vsize=572016 CPUtime=522.3 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 75806 0 0 0 52205 25 0 0 25 0 4 0 504740039 585744384 79805 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=572016 CPUtime=522.3 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 104192 0 0 0 52191 39 0 0 25 0 4 0 504740039 585744384 79805 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=572016 CPUtime=519.56 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 68839 0 0 0 51931 25 0 0 25 0 4 0 504740039 585744384 79805 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2086.5
Current children cumulated vsize (KiB) 572016

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

[startup+537.6 s]
/proc/loadavg: 8.08 8.06 7.96 9/184 5150
/proc/meminfo: memFree=30329308/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=560092 CPUtime=2147.62 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 345523 0 0 0 214636 126 0 0 25 0 4 0 504740038 573534208 75833 33554432000 4194304 4650419 140735738277728 18446744073709551615 4330854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 140023 75833 393 112 0 134988 0
[pid=5038/tid=5041] ppid=5033 vsize=560092 CPUtime=537.6 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 75918 0 0 0 53735 25 0 0 25 0 4 0 504740039 573534208 75833 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=560092 CPUtime=537.6 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 105117 0 0 0 53720 40 0 0 25 0 4 0 504740039 573534208 75833 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=560092 CPUtime=534.78 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 69880 0 0 0 53452 26 0 0 25 0 4 0 504740039 573534208 75833 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2147.62
Current children cumulated vsize (KiB) 560092

[startup+550.401 s]
/proc/loadavg: 8.06 8.06 7.96 9/184 5150
/proc/meminfo: memFree=30315656/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=560092 CPUtime=2198.75 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 347731 0 0 0 219748 127 0 0 25 0 4 0 504740038 573534208 78041 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 140023 78041 393 112 0 134988 0
[pid=5038/tid=5041] ppid=5033 vsize=560092 CPUtime=550.4 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76096 0 0 0 55015 25 0 0 25 0 4 0 504740039 573534208 78041 33554432000 4194304 4650419 140735738277728 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=560092 CPUtime=550.4 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 105516 0 0 0 55000 40 0 0 25 0 4 0 504740039 573534208 78041 33554432000 4194304 4650419 140735738277728 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=560092 CPUtime=547.52 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 71511 0 0 0 54725 27 0 0 25 0 4 0 504740039 573534208 78041 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2198.75
Current children cumulated vsize (KiB) 560092

[startup+563.201 s]
/proc/loadavg: 8.05 8.05 7.96 9/184 5151
/proc/meminfo: memFree=30320728/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=519464 CPUtime=2249.91 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 352948 0 0 0 224861 130 0 0 25 0 4 0 504740038 531931136 76969 33554432000 4194304 4650419 140735738277728 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 129866 76969 393 112 0 124831 0
[pid=5038/tid=5041] ppid=5033 vsize=519464 CPUtime=563.21 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76114 0 0 0 56296 25 0 0 25 0 4 0 504740039 531931136 76969 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=519464 CPUtime=563.21 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 107620 0 0 0 56280 41 0 0 25 0 4 0 504740039 531931136 76969 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=519464 CPUtime=560.25 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 55998 27 0 0 25 0 4 0 504740039 531931136 76969 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2249.91
Current children cumulated vsize (KiB) 519464

[startup+569.6 s]
/proc/loadavg: 8.05 8.05 7.96 9/184 5151
/proc/meminfo: memFree=30331016/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=519520 CPUtime=2275.46 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355002 0 0 0 227416 130 0 0 25 0 4 0 504740038 531988480 76501 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 129880 76501 393 112 0 124845 0
[pid=5038/tid=5041] ppid=5033 vsize=519520 CPUtime=569.6 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 56935 25 0 0 25 0 4 0 504740039 531988480 76501 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=519520 CPUtime=569.6 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109056 0 0 0 56919 41 0 0 25 0 4 0 504740039 531988480 76501 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=519520 CPUtime=566.61 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 56634 27 0 0 25 0 4 0 504740039 531988480 76501 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2275.46
Current children cumulated vsize (KiB) 519520

[startup+572.801 s]
/proc/loadavg: 8.13 8.07 7.96 9/184 5151
/proc/meminfo: memFree=30338580/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=507120 CPUtime=2288.25 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355472 0 0 0 228694 131 0 0 25 0 4 0 504740038 519290880 74511 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 126780 74511 393 112 0 121745 0
[pid=5038/tid=5041] ppid=5033 vsize=507120 CPUtime=572.8 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 57255 25 0 0 25 0 4 0 504740039 519290880 74511 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=507120 CPUtime=572.81 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109478 0 0 0 57239 42 0 0 25 0 4 0 504740039 519290880 74511 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=507120 CPUtime=569.79 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 56952 27 0 0 25 0 4 0 504740039 519290880 74511 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2288.25
Current children cumulated vsize (KiB) 507120

[startup+573.601 s]
/proc/loadavg: 8.13 8.07 7.96 9/184 5151
/proc/meminfo: memFree=30336348/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=507120 CPUtime=2291.44 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355559 0 0 0 229013 131 0 0 25 0 4 0 504740038 519290880 74598 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 126780 74598 393 112 0 121745 0
[pid=5038/tid=5041] ppid=5033 vsize=507120 CPUtime=573.6 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 57335 25 0 0 25 0 4 0 504740039 519290880 74598 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=507120 CPUtime=573.61 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109565 0 0 0 57319 42 0 0 25 0 4 0 504740039 519290880 74598 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=507120 CPUtime=570.59 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 57032 27 0 0 25 0 4 0 504740039 519290880 74598 33554432000 4194304 4650419 140735738277728 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2291.44
Current children cumulated vsize (KiB) 507120

[startup+574.401 s]
/proc/loadavg: 8.12 8.07 7.96 9/184 5151
/proc/meminfo: memFree=30334116/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=507120 CPUtime=2294.63 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355649 0 0 0 229332 131 0 0 25 0 4 0 504740038 519290880 74688 33554432000 4194304 4650419 140735738277728 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 126780 74688 393 112 0 121745 0
[pid=5038/tid=5041] ppid=5033 vsize=507120 CPUtime=574.4 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 57415 25 0 0 25 0 4 0 504740039 519290880 74688 33554432000 4194304 4650419 140735738277728 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=507120 CPUtime=574.41 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109655 0 0 0 57399 42 0 0 25 0 4 0 504740039 519290880 74688 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=507120 CPUtime=571.38 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 57111 27 0 0 25 0 4 0 504740039 519290880 74688 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2294.63
Current children cumulated vsize (KiB) 507120

[startup+574.601 s]
/proc/loadavg: 8.12 8.07 7.96 9/184 5151
/proc/meminfo: memFree=30334116/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=507120 CPUtime=2295.43 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355669 0 0 0 229412 131 0 0 25 0 4 0 504740038 519290880 74708 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 126780 74708 393 112 0 121745 0
[pid=5038/tid=5041] ppid=5033 vsize=507120 CPUtime=574.6 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 57435 25 0 0 25 0 4 0 504740039 519290880 74708 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=507120 CPUtime=574.61 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109675 0 0 0 57419 42 0 0 25 0 4 0 504740039 519290880 74708 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=507120 CPUtime=571.58 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 57131 27 0 0 25 0 4 0 504740039 519290880 74708 33554432000 4194304 4650419 140735738277728 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2295.43
Current children cumulated vsize (KiB) 507120

[startup+574.701 s]
/proc/loadavg: 8.12 8.07 7.96 9/184 5151
/proc/meminfo: memFree=30334116/32951124 swapFree=67105204/67111528
[pid=5038] ppid=5033 vsize=507120 CPUtime=2295.83 cores=1,3,5,7
/proc/5038/stat : 5038 (strangenight1-m) R 5033 5038 4321 0 -1 4202496 355682 0 0 0 229452 131 0 0 25 0 4 0 504740038 519290880 74721 33554432000 4194304 4650419 140735738277728 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5038/statm: 126780 74721 393 112 0 121745 0
[pid=5038/tid=5041] ppid=5033 vsize=507120 CPUtime=574.7 cores=1,3,5,7
/proc/5038/task/5041/stat : 5041 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 76235 0 0 0 57445 25 0 0 25 0 4 0 504740039 519290880 74721 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5038/tid=5042] ppid=5033 vsize=507120 CPUtime=574.71 cores=1,3,5,7
/proc/5038/task/5042/stat : 5042 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 109688 0 0 0 57429 42 0 0 25 0 4 0 504740039 519290880 74721 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5038/tid=5043] ppid=5033 vsize=507120 CPUtime=571.68 cores=1,3,5,7
/proc/5038/task/5043/stat : 5043 (strangenight1-m) R 5033 5038 4321 0 -1 4202560 72153 0 0 0 57141 27 0 0 25 0 4 0 504740039 519290880 74721 33554432000 4194304 4650419 140735738277728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2295.83
Current children cumulated vsize (KiB) 507120

Child status: 10
Real time (s): 574.777
CPU time (s): 2296.1
CPU user time (s): 2294.78
CPU system time (s): 1.3258
CPU usage (%): 399.477
Max. virtual memory (cumulated for all children) (KiB): 585000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2294.78
system time used= 1.3258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355698
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= 324
involuntary context switches= 15090

runsolver used 0.879866 second user time and 2.14567 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 02:27:21
IDJOB=3175419
IDBENCH=83037
IDSOLVER=1588
FILE ID=node147/3175419-1304123241
RUNJOBID= node147-1304123241-5020
PBS_JOBID= 13170716
Free space on /tmp= 72660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175419-1304123241/watcher-3175419-1304123241 -o /tmp/evaluation-result-3175419-1304123241/solver-3175419-1304123241 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175419-1304123241.cnf

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

MD5SUM BENCH= d6fc0fc1938fb2a6255c0a87d93d5767
RANDOM SEED=921219520

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30881296 kB
Buffers:        296032 kB
Cached:        1388172 kB
SwapCached:       3064 kB
Active:         163216 kB
Inactive:      1582024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30881296 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           12520 kB
Writeback:           0 kB
AnonPages:       59500 kB
Mapped:          14400 kB
Slab:           261204 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185780 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= 72648 MiB
End job on node147 at 2011-04-30 02:36:56