Trace number 3175431

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 2229.7 558.187

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S840902310-084.SATISFIABLE.cnf
MD5SUM02c45b007aaa35525677ccadd4298d97
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175431-1304123645.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.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:    500 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     239 undec:      55 neg:     206
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       483      2109         0         0      6440         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.15	c  N st     8      4917       483      2109         0      4857      6440    117138   no data   no data  --
0.00/0.39	c  N st    10     11300       483      2109         0      4478      6440     76225   no data   no data  --
0.00/0.65	c  N st    11     17043       483      2109         0     10059      6440    206386   no data   no data  --
3.99/1.05	c  F st    12     25001       483      2109         0     12366      6440    265013   no data   no data  --
3.99/1.05	c  N st    12     25001       483      2109         0     12366      6440    265013   no data   no data  --
4.80/1.29	c Decided on static restart strategy
4.80/1.29	c  N st    18     30001       483      2109         0     10655      6440    195383   no data   no data  --
4.80/1.29	c  S st    18     30001       483      2109         0     10655      6440    195383   no data   no data  --
5.20/1.32	c  S st    18     30502       483      2109         0     11156      6440    206418   no data   no data  --
5.20/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.20/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.20/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.20/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.20/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.20/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
5.20/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.51	c lits-rem:       218  cl-subs:      631  v-elim:      0  v-fix:    0  time:  0.75 s
5.97/1.52	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.03
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30502       483      2109         0     10525      6440    190906   no data   no data  --
7.59/1.94	c  N st    20     37613       483      2109         0      9791      6440    155136   no data   no data  --
9.17/2.35	c  N st    21     44012       483      2109         0     16016      6440    295157   no data   no data  --
9.57/2.48	c  S st    22     45753       483      2109         0      8997      6440    124508   no data   no data  --
9.97/2.50	c  S st    22     46255       483      2109         0      9499      6440    135995   no data   no data  --
9.97/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.97/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
9.97/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.60	c lits-rem:        55  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.34 s
10.37/2.60	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
10.37/2.60	c vivif2 --  cl tried     9393 cl shrink        0 lits rem          0 time: 0.00
10.37/2.60	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.03
10.37/2.61	c calculated reachability. Time: 0.00
10.37/2.61	c  N st    22     46255       483      2109         0      9393      6440    133602   no data   no data  --
13.97/3.53	c  N st    23     60652       483      2109         0     13697      6440    223131   no data   no data  --
16.76/4.25	c  N st    24     69383       483      2109         0     11501      6440    163655   no data   no data  --
16.76/4.25	c  S st    24     69383       483      2109         0     11501      6440    163655   no data   no data  --
16.76/4.28	c  S st    24     69885       483      2109         0     12002      6440    174866   no data   no data  --
16.76/4.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
16.76/4.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
16.76/4.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.55/4.45	c lits-rem:       131  cl-subs:      192  v-elim:      0  v-fix:    0  time:  0.65 s
17.55/4.45	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
17.55/4.45	c vivif2 --  cl tried    11810 cl shrink        0 lits rem          0 time: 0.01
17.55/4.46	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.04
17.55/4.46	c calculated reachability. Time: 0.00
17.55/4.46	c  N st    24     69885       483      2109         0     11810      6440    170077   no data   no data  --
22.75/5.74	c  F st    25     87501       483      2109         0     17317      6440    303216   no data   no data  --
22.75/5.74	c  N st    25     87501       483      2109         0     17317      6440    303216   no data   no data  --
24.35/6.14	c Decided on static restart strategy
25.17/6.38	c  N st    32     95539       483      2109         0     25214      6440    493862   no data   no data  --
27.94/7.09	c  N st    34    104827       483      2109         0     21556      6440    373302   no data   no data  --
27.94/7.09	c  S st    34    104827       483      2109         0     21556      6440    373302   no data   no data  --
28.34/7.14	c  S st    34    105333       483      2109         0     22062      6440    384813   no data   no data  --
28.34/7.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.34/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
28.34/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.54/7.99	c lits-rem:       216  cl-subs:      960  v-elim:      0  v-fix:    0  time:  3.32 s
31.54/7.99	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
31.54/7.99	c vivif2 --  cl tried    21102 cl shrink        0 lits rem          0 time: 0.02
31.94/8.01	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.07
31.94/8.01	c calculated reachability. Time: 0.00
31.94/8.01	c  N st    34    105333       483      2109         0     21102      6440    360716   no data   no data  --
35.13/8.81	c  N st    35    114931       483      2109         0     16801      6440    240418   no data   no data  --
39.93/10.07	c  N st    36    129329       483      2109         0     16233      6440    214441   no data   no data  --
47.13/11.85	c  N st    37    150924       483      2109         0     21685      6440    330023   no data   no data  --
49.52/12.45	c  S st    38    157999       483      2109         0     28626      6440    495375   no data   no data  --
49.92/12.52	c  S st    38    158504       483      2109         0     29129      6440    507294   no data   no data  --
49.92/12.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.92/12.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.92/12.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.92/12.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.92/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.92/12.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
49.92/12.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.92/14.05	c lits-rem:       547  cl-subs:     1474  v-elim:      0  v-fix:    0  time:  6.02 s
55.92/14.05	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
55.92/14.06	c vivif2 --  cl tried    27655 cl shrink        0 lits rem          0 time: 0.02
55.92/14.08	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.09
55.92/14.08	c calculated reachability. Time: 0.00
55.92/14.08	c  N st    38    158504       483      2109         0     27655      6440    471150   no data   no data  --
75.49/18.98	c  N st    39    207093       483      2109         0     22319      6440    303604   no data   no data  --
88.66/22.21	c  N st    40    237757       483      2109         0     32772      6440    538778   no data   no data  --
88.66/22.21	c  S st    40    237757       483      2109         0     32772      6440    538778   no data   no data  --
89.06/22.30	c  S st    40    238261       483      2109         0     33276      6440    549486   no data   no data  --
89.06/22.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.06/22.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.06/22.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
89.06/22.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.06/22.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.06/22.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
89.06/22.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.47/23.98	c lits-rem:       479  cl-subs:     1299  v-elim:      0  v-fix:    0  time:  6.56 s
95.47/23.98	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
95.47/23.98	c vivif2 --  cl tried    31977 cl shrink        0 lits rem          0 time: 0.02
95.85/24.01	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.11
95.85/24.01	c calculated reachability. Time: 0.00
95.85/24.01	c  N st    40    238261       483      2109         0     31977      6440    520237   no data   no data  --
127.41/31.91	c  F st    41    306250       483      2109         0     33860      6440    524350   no data   no data  --
127.41/31.91	c  N st    41    306250       483      2109         0     33860      6440    524350   no data   no data  --
129.81/32.55	c Decided on static restart strategy
140.59/35.28	c  N st    51    334554       483      2109         0     38153      6440    613375   no data   no data  --
152.19/38.20	c  N st    53    357391       483      2109         0     36017      6440    541890   no data   no data  --
152.19/38.20	c  S st    53    357391       483      2109         0     36017      6440    541890   no data   no data  --
152.59/38.29	c  S st    53    357895       483      2109         0     36521      6440    553747   no data   no data  --
152.59/38.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.59/38.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.97/38.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
152.97/38.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.97/38.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.97/38.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
152.97/38.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
159.76/40.06	c lits-rem:      1992  cl-subs:     1902  v-elim:      0  v-fix:    0  time:  6.95 s
159.76/40.06	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
159.76/40.07	c vivif2 --  cl tried    34619 cl shrink        0 lits rem          0 time: 0.02
160.16/40.10	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.12
160.16/40.10	c calculated reachability. Time: 0.00
160.16/40.10	c  N st    53    357895       483      2109         0     34619      6440    508134   no data   no data  --
177.74/44.58	c  N st    54    390287       483      2109         0     40889      6440    652125   no data   no data  --
207.31/51.95	c  N st    55    438875       483      2109         0     34702      6440    475416   no data   no data  --
247.65/62.08	c  N st    56    511757       483      2109         0     47872      6440    757156   no data   no data  --
262.45/65.75	c  N st    57    536842       483      2109         0     42236      6440    615827   no data   no data  --
262.45/65.75	c  S st    57    536842       483      2109         0     42236      6440    615827   no data   no data  --
262.83/65.86	c  S st    57    537348       483      2109         0     42741      6440    627087   no data   no data  --
262.83/65.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.83/65.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.83/65.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
263.23/65.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.23/65.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.23/65.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
263.23/65.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.84/67.87	c lits-rem:       566  cl-subs:     1508  v-elim:      0  v-fix:    0  time:  7.87 s
270.84/67.87	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
270.84/67.88	c vivif2 --  cl tried    41233 cl shrink        0 lits rem          0 time: 0.03
271.23/67.91	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.16
271.23/67.92	c calculated reachability. Time: 0.00
271.23/67.92	c  N st    57    537348       483      2109         0     41233      6440    592502   no data   no data  --
377.47/94.51	c  N st    58    701332       483      2109         0     35512      6440    360861   no data   no data  --
452.58/113.34	c  N st    59    806024       483      2109         0     64610      6440   1093465   no data   no data  --
452.58/113.34	c  S st    59    806024       483      2109         0     64610      6440   1093465   no data   no data  --
453.38/113.51	c  S st    59    806527       483      2109         0     65113      6440   1105831   no data   no data  --
453.38/113.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
453.38/113.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
453.38/113.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
453.38/113.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.38/113.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.38/113.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
453.38/113.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
467.75/117.19	c lits-rem:       199  cl-subs:     4085  v-elim:      0  v-fix:    0  time: 14.42 s
467.75/117.19	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
468.15/117.20	c vivif2 --  cl tried    61028 cl shrink        0 lits rem          0 time: 0.05
468.15/117.27	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.30
468.15/117.28	c calculated reachability. Time: 0.00
468.15/117.28	c  N st    59    806527       483      2109         0     61028      6440   1006004   no data   no data  --
663.89/166.26	c  F st    60   1071875       483      2109         0     76698      6440   1256945   no data   no data  --
663.89/166.26	c  N st    60   1071875       483      2109         0     76698      6440   1256945   no data   no data  --
669.89/167.70	c Decided on static restart strategy
689.45/172.60	c  N st    70   1100177       483      2109         0     60573      6440    830493   no data   no data  --
725.41/181.67	c  N st    72   1136170       483      2109         0     50848      6440    568576   no data   no data  --
754.97/189.04	c  N st    73   1168563       483      2109         0     82058      6440   1257641   no data   no data  --
795.32/199.10	c  N st    74   1209791       483      2109         0     76270      6440   1126680   no data   no data  --
795.32/199.10	c  S st    74   1209791       483      2109         0     76270      6440   1126680   no data   no data  --
796.12/199.32	c  S st    74   1210296       483      2109         0     76774      6440   1139186   no data   no data  --
796.12/199.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
796.12/199.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.12/199.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
796.52/199.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.52/199.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.52/199.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
796.52/199.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
814.10/203.83	c lits-rem:       539  cl-subs:     6419  v-elim:      0  v-fix:    0  time: 17.67 s
814.10/203.83	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
814.10/203.84	c vivif2 --  cl tried    70355 cl shrink        0 lits rem          0 time: 0.05
814.50/203.93	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.38
814.50/203.94	c calculated reachability. Time: 0.00
814.50/203.94	c  N st    74   1210296       483      2109         0     70355      6440   1003441   no data   no data  --
887.59/222.22	c  N st    75   1283178       483      2109         0     94812      6440   1598413   no data   no data  --
1004.65/251.54	c  N st    76   1392503       483      2109         0     55809      6440    620337   no data   no data  --
1165.62/291.81	c  N st    77   1556487       483      2109         0     60439      6440    686213   no data   no data  --
1333.80/333.99	c  N st    78   1710296       483      2109         0    101592      6440   1593217   no data   no data  --
1333.80/333.99	c  S st    78   1710296       483      2109         0    101592      6440   1593217   no data   no data  --
1335.39/334.35	c  S st    78   1710797       483      2109         0    102092      6440   1604952   no data   no data  --
1335.39/334.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1335.39/334.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1335.79/334.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1335.79/334.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1335.79/334.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1335.79/334.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1335.79/334.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1390.52/348.13	c lits-rem:       106  cl-subs:    11620  v-elim:      0  v-fix:    0  time: 54.59 s
1390.52/348.13	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
1390.52/348.15	c vivif2 --  cl tried    90472 cl shrink        0 lits rem          0 time: 0.07
1390.92/348.27	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.49
1390.92/348.27	c calculated reachability. Time: 0.00
1390.92/348.27	c  N st    78   1710797       483      2109         0     90472      6440   1354407   no data   no data  --
1809.18/452.92	c  N st    79   2079762       483      2109         0    102297      6440   1553578   no data   no data  --
1959.76/490.62	c  N st    80   2210797       483      2109         0    106693      6440   1666908   no data   no data  --
1959.76/490.62	c  S st    80   2210797       483      2109         0    106693      6440   1666908   no data   no data  --
1960.96/490.98	c  S st    80   2211301       483      2109         0    107196      6440   1679389   no data   no data  --
1960.96/490.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1960.96/490.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1961.36/491.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1961.36/491.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1961.36/491.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1961.36/491.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1961.36/491.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2004.10/501.78	c lits-rem:       127  cl-subs:     7041  v-elim:      0  v-fix:    0  time: 42.67 s
2004.10/501.78	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
2004.50/501.80	c vivif2 --  cl tried   100155 cl shrink        0 lits rem          0 time: 0.08
2004.90/501.94	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.58
2004.90/501.94	c calculated reachability. Time: 0.00
2004.90/501.94	c  N st    80   2211301       483      2109         0    100155      6440   1522306   no data   no data  --
2229.40/558.16	c Following stats are for *FIRST FINISHED THREAD ONLY*
2229.40/558.16	c num threads              : 4          
2229.40/558.16	c restarts                 : 3378       
2229.40/558.16	c dynamic restarts         : 3311       
2229.40/558.16	c static restarts          : 67         
2229.40/558.16	c full restarts            : 4          
2229.40/558.16	c total simplify time      : 0.02       
2229.40/558.16	c learnts DL2              : 0          
2229.40/558.16	c learnts size 2           : 0          
2229.40/558.16	c learnts size 1           : 0           (0.00      % of vars)
2229.40/558.16	c filedLit time            : 0.71        (0.03      % time)
2229.40/558.16	c v-elim SatELite          : 17          (3.40      % vars)
2229.40/558.16	c SatELite time            : 89.61       (4.02      % time)
2229.40/558.16	c v-elim xor               : 0           (0.00      % vars)
2229.40/558.16	c xor elim time            : 0.10        (0.00      % time)
2229.40/558.16	c num binary xor trees     : 0          
2229.40/558.16	c binxor trees' crown      : 0           (nan       leafs/tree)
2229.40/558.16	c bin xor find time        : 0.00       
2229.40/558.16	c OTF clause improved      : 56066       (0.02      clauses/conflict)
2229.40/558.16	c OTF impr. size diff      : 61511       (1.10       lits/clause)
2229.40/558.16	c OTF cl watch-shrink      : 702342      (0.29      clauses/conflict)
2229.40/558.16	c OTF cl watch-sh-lit      : 940850      (1.34       lits/clause)
2229.40/558.16	c tried to recurMin cls    : 437811      (18.05      % of conflicts)
2229.40/558.16	c updated cache            : 6372        (0.01       lits/tried recurMin)
2229.40/558.16	c unit cls received        : 0           (nan       % of units)
2229.40/558.16	c unit cls sent            : 0           (nan       % of units)
2229.40/558.16	c bin cls received         : 0          
2229.40/558.16	c bin cls sent             : 0          
2229.40/558.16	c clauses over max glue    : 0           (0.00      % of all clauses)
2229.40/558.16	c conflicts                : 2425634     (1088.48   / sec)
2229.40/558.16	c decisions                : 2961651     (0.59      % random)
2229.40/558.16	c bogo-props               : 58410706783 (26211252.24 / sec)
2229.40/558.16	c conflict literals        : 59376024    (23.63     % deleted)
2229.40/558.16	c Memory used              : 485.82      MB
2229.40/558.16	c single-thread CPU time   : 2228.46     s
2229.40/558.16	c all-threads sum CPU time : 2228.46     s
2229.40/558.16	s SATISFIABLE
2229.40/558.16	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 101 -102 -103 104 -105 -106 107 -108 109 110 -111 112 113 -114 -115 -116 -117 118 -119 120 121 -122 -123 -124 -125 126 127 128 129 130 131 -132 133 134 -135 136 -137 -138 139 -140 -141 142 143 144 -145 146 -147 148 149 -150 151 152 -153 154 -155 156 -157 158 159 160 161 -162 163 164 165 166 -167 -168 169 170 171 172 -173 -174 -175 176 -177 -178 -179 -180 -181 -182 183 -184 -185 -186 -187 188 189 -190 -191 192 -193 194 195 -196 197 -198 199 -200 -201 202 203 -204 -205 -206 207 -208 209 -210 211 -212 213 -214 215 216 -217 -218 -219 220 -221 -222 223 224 -225 226 -227 228 229 230 231 -232 233 -234 235 -236 -237 238 239 240 -241 -242 -243 244 245 246 247 248 -249 250 -251 -252 -253 -254 -255 256 257 -258 259 -260 261 -262 -263 -264 -265 266 267 268 269 270 -271 -272 273 -274 275 276 -277 278 279 -280 -281 282 -283 284 285 286 -287 -288 289 -290 291 -292 293 294 295 -296 -297 298 -299 -300 301 302 303 -304 -305 306 -307 308 309 310 311 -312 -313 -314 -315 -316 -317 -318 319 -320 321 322 323 -324 -325 -326 327 -328 329 330 -331 332 333 334 335 -336 337 -338 -339 340 -341 -342 -343 344 345 346 347 348 349 -350 -351 -352 -353 -354 -355 356 357 358 -359 -360 361 362 -363 364 -365 -366 -367 -368 369 -370 371 372 -373 374 375 376 377 -378 -379 -380 -381 382 383 384 -385 386 387 -388 -389 390 -391 392 -393 394 -395 -396 397 398 -399 -400 -401 -402 -403 -404 -405 406 407 408 -409 -410 -411 412 -413 414 415 -416 417 418 -419 -420 -421 -422 -423 -424 -425 -426 -427 428 429 -430 -431 -432 -433 -434 -435 -436 -437 438 -439 440 441 -442 443 444 -445 446 -447 -448 -449 -450 -451 -452 -453 454 455 -456 457 458 -459 460 461 -462 -463 -464 465 -466 467 -468 469 470 471 472 -473 474 -475 -476 477 478 479 -480 -481 -482 483 -484 -485 -486 -487 488 489 -490 -491 492 493 494 -495 496 497 -498 499 -500 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-3175431-1304123645/watcher-3175431-1304123645 -o /tmp/evaluation-result-3175431-1304123645/solver-3175431-1304123645 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175431-1304123645.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.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=199688 CPUtime=0 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 693 0 0 0 0 0 0 0 18 0 4 0 523964965 204480512 616 33554432000 4194304 4650419 140734492219872 18446744073709551615 230809270766 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10801/statm: 49922 616 355 112 0 44887 0
[pid=10801/tid=10802] ppid=10799 vsize=199688 CPUtime=0 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 4 0 523964965 204480512 626 33554432000 4194304 4650419 140734492219872 18446744073709551615 230809165627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=199688 CPUtime=0 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 117 0 0 0 0 0 0 0 18 0 4 0 523964965 204480512 628 33554432000 4194304 4650419 140734492219872 18446744073709551615 4536394 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=199688 CPUtime=0 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 112 0 0 0 0 0 0 0 18 0 4 0 523964965 204480512 632 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.130336 s]
/proc/loadavg: 7.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=221008 CPUtime=3.19 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 5181 0 0 0 319 0 0 0 19 0 4 0 523964965 226312192 2598 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 55252 2598 393 112 0 50217 0
[pid=10801/tid=10802] ppid=10799 vsize=221008 CPUtime=0.79 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1236 0 0 0 79 0 0 0 25 0 4 0 523964965 226312192 2598 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=221008 CPUtime=0.79 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1251 0 0 0 79 0 0 0 19 0 4 0 523964965 226312192 2598 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=221008 CPUtime=0.8 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1050 0 0 0 80 0 0 0 19 0 4 0 523964965 226312192 2598 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 221008

[startup+0.906366 s]
/proc/loadavg: 7.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=221008 CPUtime=3.59 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 5389 0 0 0 359 0 0 0 19 0 4 0 523964965 226312192 2806 33554432000 4194304 4650419 140734492219872 18446744073709551615 4333562 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 55252 2806 393 112 0 50217 0
[pid=10801/tid=10802] ppid=10799 vsize=221008 CPUtime=0.89 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1286 0 0 0 89 0 0 0 25 0 4 0 523964965 226312192 2806 33554432000 4194304 4650419 140734492219872 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=221008 CPUtime=0.89 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1304 0 0 0 89 0 0 0 19 0 4 0 523964965 226312192 2806 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=221008 CPUtime=0.89 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1100 0 0 0 89 0 0 0 19 0 4 0 523964965 226312192 2806 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 221008

[startup+1.00635 s]
/proc/loadavg: 7.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=221008 CPUtime=3.99 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 5622 0 0 0 399 0 0 0 19 0 4 0 523964965 226312192 3039 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 55252 3039 394 112 0 50217 0
[pid=10801/tid=10802] ppid=10799 vsize=221008 CPUtime=0.99 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1342 0 0 0 99 0 0 0 25 0 4 0 523964965 226312192 3039 33554432000 4194304 4650419 140734492219872 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=221008 CPUtime=0.99 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1361 0 0 0 99 0 0 0 19 0 4 0 523964965 226312192 3039 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=221008 CPUtime=0.99 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1165 0 0 0 99 0 0 0 19 0 4 0 523964965 226312192 3039 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 221008

[startup+1.10633 s]
/proc/loadavg: 7.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=221388 CPUtime=4.4 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 6230 0 0 0 439 1 0 0 19 0 4 0 523964965 226701312 3001 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 55347 3001 394 112 0 50312 0
[pid=10801/tid=10802] ppid=10799 vsize=221388 CPUtime=1.09 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1397 0 0 0 109 0 0 0 25 0 4 0 523964965 226701312 3001 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=221388 CPUtime=1.09 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1625 0 0 0 109 0 0 0 19 0 4 0 523964965 226701312 3001 33554432000 4194304 4650419 140734492219872 18446744073709551615 4367401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=221388 CPUtime=1.09 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1371 0 0 0 109 0 0 0 19 0 4 0 523964965 226701312 3001 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 221388

[startup+1.50026 s]
/proc/loadavg: 7.81 7.99 7.99 6/180 10801
/proc/meminfo: memFree=30934768/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=227036 CPUtime=5.97 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 8538 0 0 0 596 1 0 0 20 0 4 0 523964965 232484864 4660 33554432000 4194304 4650419 140734492219872 18446744073709551615 4444875 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 56759 4660 395 112 0 51724 0
[pid=10801/tid=10802] ppid=10799 vsize=227036 CPUtime=1.49 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1753 0 0 0 149 0 0 0 25 0 4 0 523964965 232484864 4660 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=227036 CPUtime=1.49 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1820 0 0 0 149 0 0 0 20 0 4 0 523964965 232484864 4660 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=227036 CPUtime=1.49 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 1564 0 0 0 149 0 0 0 20 0 4 0 523964965 232484864 4660 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 227036

[startup+3.10097 s]
/proc/loadavg: 7.81 7.99 7.99 9/184 10805
/proc/meminfo: memFree=30895964/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=214252 CPUtime=12.36 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 16162 0 0 0 1234 2 0 0 25 0 4 0 523964965 219394048 9523 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 53563 9523 395 112 0 48528 0
[pid=10801/tid=10802] ppid=10799 vsize=214252 CPUtime=3.08 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 3553 0 0 0 308 0 0 0 25 0 4 0 523964965 219394048 9523 33554432000 4194304 4650419 140734492219872 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=214252 CPUtime=3.08 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 4345 0 0 0 308 0 0 0 25 0 4 0 523964965 219394048 9523 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=214252 CPUtime=3.09 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 3729 0 0 0 309 0 0 0 25 0 4 0 523964965 219394048 9523 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 214252

[startup+6.30638 s]
/proc/loadavg: 7.83 7.99 7.99 9/184 10805
/proc/meminfo: memFree=30874264/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=222212 CPUtime=25.17 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 23715 0 0 0 2513 4 0 0 25 0 4 0 523964965 227545088 12757 33554432000 4194304 4650419 140734492219872 18446744073709551615 4328186 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 55553 12757 395 112 0 50518 0
[pid=10801/tid=10802] ppid=10799 vsize=222212 CPUtime=6.29 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 6328 0 0 0 628 1 0 0 25 0 4 0 523964965 227545088 12757 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=222212 CPUtime=6.29 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 5922 0 0 0 629 0 0 0 25 0 4 0 523964965 227545088 12757 33554432000 4194304 4650419 140734492219872 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=222212 CPUtime=6.29 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 4965 0 0 0 629 0 0 0 25 0 4 0 523964965 227545088 12757 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 222212

[startup+12.7002 s]
/proc/loadavg: 7.84 7.99 7.99 9/184 10806
/proc/meminfo: memFree=30859268/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=259308 CPUtime=50.72 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 36322 0 0 0 5065 7 0 0 25 0 4 0 523964965 265531392 18736 33554432000 4194304 4650419 140734492219872 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 64827 18736 395 112 0 59792 0
[pid=10801/tid=10802] ppid=10799 vsize=259308 CPUtime=12.69 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 9796 0 0 0 1267 2 0 0 25 0 4 0 523964965 265531392 18736 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=259308 CPUtime=12.69 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 8703 0 0 0 1268 1 0 0 25 0 4 0 523964965 265531392 18736 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=259308 CPUtime=12.69 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 7047 0 0 0 1268 1 0 0 25 0 4 0 523964965 265531392 18736 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 259308

[startup+25.5009 s]
/proc/loadavg: 7.88 7.99 7.99 9/184 10806
/proc/meminfo: memFree=30821456/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=278992 CPUtime=101.84 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 51764 0 0 0 10173 11 0 0 25 0 4 0 523964965 285687808 25263 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 69748 25263 395 112 0 64713 0
[pid=10801/tid=10802] ppid=10799 vsize=278992 CPUtime=25.48 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 11742 0 0 0 2546 2 0 0 25 0 4 0 523964965 285687808 25263 33554432000 4194304 4650419 140734492219872 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=278992 CPUtime=25.49 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 15153 0 0 0 2546 3 0 0 25 0 4 0 523964965 285687808 25263 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=278992 CPUtime=25.49 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 10213 0 0 0 2547 2 0 0 25 0 4 0 523964965 285687808 25263 33554432000 4194304 4650419 140734492219872 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 278992

[startup+51.1012 s]
/proc/loadavg: 8.04 8.02 8.00 9/184 10807
/proc/meminfo: memFree=30780492/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=289292 CPUtime=204.11 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 72499 0 0 0 20392 19 0 0 25 0 4 0 523964965 296235008 32810 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 72323 32810 395 112 0 67288 0
[pid=10801/tid=10802] ppid=10799 vsize=289292 CPUtime=51.09 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 14430 0 0 0 5106 3 0 0 25 0 4 0 523964965 296235008 32810 33554432000 4194304 4650419 140734492219872 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=289292 CPUtime=51.09 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 25016 0 0 0 5102 7 0 0 25 0 4 0 523964965 296235008 32810 33554432000 4194304 4650419 140734492219872 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=289292 CPUtime=51.09 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 13496 0 0 0 5106 3 0 0 25 0 4 0 523964965 296235008 32810 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 289292

[startup+102.301 s]
/proc/loadavg: 8.09 8.03 8.00 9/184 10808
/proc/meminfo: memFree=30731692/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=310292 CPUtime=408.63 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 102801 0 0 0 40832 31 0 0 25 0 4 0 523964965 317739008 41408 33554432000 4194304 4650419 140734492219872 18446744073709551615 4333209 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 77573 41408 395 112 0 72538 0
[pid=10801/tid=10802] ppid=10799 vsize=310292 CPUtime=102.29 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 17200 0 0 0 10225 4 0 0 25 0 4 0 523964965 317739008 41408 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=310292 CPUtime=102.29 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 38554 0 0 0 10216 13 0 0 25 0 4 0 523964965 317739008 41408 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=310292 CPUtime=102.29 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 20635 0 0 0 10223 6 0 0 25 0 4 0 523964965 317739008 41408 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 310292

[startup+162.301 s]

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

/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 39209 0 0 0 28216 14 0 0 25 0 4 0 523964965 501469184 78839 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.69
Current children cumulated vsize (KiB) 489716

[startup+342.301 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 10814
/proc/meminfo: memFree=30462400/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=488692 CPUtime=1367.36 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 217390 0 0 0 136651 85 0 0 25 0 4 0 523964965 500420608 86640 33554432000 4194304 4650419 140734492219872 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 122173 86640 395 112 0 117138 0
[pid=10801/tid=10802] ppid=10799 vsize=488692 CPUtime=342.29 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 39576 0 0 0 34216 13 0 0 25 0 4 0 523964965 500420608 86640 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=488692 CPUtime=342.3 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 82524 0 0 0 34196 34 0 0 25 0 4 0 523964965 500420608 86640 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=488692 CPUtime=342.3 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 43616 0 0 0 34212 18 0 0 25 0 4 0 523964965 500420608 86640 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1367.36
Current children cumulated vsize (KiB) 488692

[startup+402.307 s]
/proc/loadavg: 8.12 8.07 8.01 9/184 10816
/proc/meminfo: memFree=30456528/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=496008 CPUtime=1607.05 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 234467 0 0 0 160611 94 0 0 25 0 4 0 523964965 507912192 88418 33554432000 4194304 4650419 140734492219872 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 124002 88418 395 112 0 118967 0
[pid=10801/tid=10802] ppid=10799 vsize=496008 CPUtime=402.3 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 44315 0 0 0 40214 16 0 0 25 0 4 0 523964965 507912192 88418 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=496008 CPUtime=402.3 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 87878 0 0 0 40194 36 0 0 25 0 4 0 523964965 507912192 88418 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=496008 CPUtime=402.3 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 47660 0 0 0 40210 20 0 0 25 0 4 0 523964965 507912192 88418 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1607.05
Current children cumulated vsize (KiB) 496008

[startup+462.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/184 10818
/proc/meminfo: memFree=30455980/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=484632 CPUtime=1846.71 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 253584 0 0 0 184566 105 0 0 25 0 4 0 523964965 496263168 89074 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 121158 89074 395 112 0 116123 0
[pid=10801/tid=10802] ppid=10799 vsize=484632 CPUtime=462.29 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 50998 0 0 0 46210 19 0 0 25 0 4 0 523964965 496263168 89074 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=484632 CPUtime=462.3 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 93785 0 0 0 46191 39 0 0 25 0 4 0 523964965 496263168 89074 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=484632 CPUtime=462.3 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 51781 0 0 0 46207 23 0 0 25 0 4 0 523964965 496263168 89074 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1846.71
Current children cumulated vsize (KiB) 484632

[startup+522.301 s]
/proc/loadavg: 8.20 8.11 8.02 9/184 10819
/proc/meminfo: memFree=30432984/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=501672 CPUtime=2086.39 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 269864 0 0 0 208524 115 0 0 25 0 4 0 523964965 513712128 90791 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 125418 90791 395 112 0 120383 0
[pid=10801/tid=10802] ppid=10799 vsize=501672 CPUtime=522.3 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 56608 0 0 0 52207 23 0 0 25 0 4 0 523964965 513712128 90791 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=501672 CPUtime=522.3 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 98873 0 0 0 52188 42 0 0 25 0 4 0 523964965 513712128 90791 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=501672 CPUtime=522.3 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 53113 0 0 0 52206 24 0 0 25 0 4 0 523964965 513712128 90791 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2086.39
Current children cumulated vsize (KiB) 501672

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

[startup+538.301 s]
/proc/loadavg: 8.15 8.11 8.02 9/184 10820
/proc/meminfo: memFree=30438548/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=509624 CPUtime=2150.31 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 274585 0 0 0 214914 117 0 0 25 0 4 0 523964965 521854976 87326 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 127406 87326 395 112 0 122371 0
[pid=10801/tid=10802] ppid=10799 vsize=509624 CPUtime=538.29 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 58812 0 0 0 53805 24 0 0 25 0 4 0 523964965 521854976 87326 33554432000 4194304 4650419 140734492219872 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=509624 CPUtime=538.31 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 99809 0 0 0 53788 43 0 0 25 0 4 0 523964965 521854976 87326 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=509624 CPUtime=538.3 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54246 0 0 0 53806 24 0 0 25 0 4 0 523964965 521854976 87326 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2150.31
Current children cumulated vsize (KiB) 509624

[startup+551.101 s]
/proc/loadavg: 8.12 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30443752/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=509624 CPUtime=2201.44 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 277376 0 0 0 220024 120 0 0 25 0 4 0 523964965 521854976 87905 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363620 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 127406 87905 395 112 0 122371 0
[pid=10801/tid=10802] ppid=10799 vsize=509624 CPUtime=551.09 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60058 0 0 0 55084 25 0 0 25 0 4 0 523964965 521854976 87905 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=509624 CPUtime=551.1 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 99982 0 0 0 55067 43 0 0 25 0 4 0 523964965 521854976 87905 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=509624 CPUtime=551.11 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55086 25 0 0 25 0 4 0 523964965 521854976 87905 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2201.44
Current children cumulated vsize (KiB) 509624

[startup+554.301 s]
/proc/loadavg: 8.12 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30434076/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=509624 CPUtime=2214.22 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 278850 0 0 0 221301 121 0 0 25 0 4 0 523964965 521854976 89379 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 127406 89379 395 112 0 122371 0
[pid=10801/tid=10802] ppid=10799 vsize=509624 CPUtime=554.3 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60280 0 0 0 55404 26 0 0 25 0 4 0 523964965 521854976 89379 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=509624 CPUtime=554.3 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 101049 0 0 0 55387 43 0 0 25 0 4 0 523964965 521854976 89379 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=509624 CPUtime=554.31 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55406 25 0 0 25 0 4 0 523964965 521854976 89379 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2214.22
Current children cumulated vsize (KiB) 509624

[startup+555.901 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30438044/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=509624 CPUtime=2220.61 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 279127 0 0 0 221940 121 0 0 25 0 4 0 523964965 521854976 89656 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 127406 89656 395 112 0 122371 0
[pid=10801/tid=10802] ppid=10799 vsize=509624 CPUtime=555.9 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60399 0 0 0 55564 26 0 0 25 0 4 0 523964965 521854976 89656 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=509624 CPUtime=555.91 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 101205 0 0 0 55547 44 0 0 25 0 4 0 523964965 521854976 89656 33554432000 4194304 4650419 140734492219872 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=509624 CPUtime=555.91 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55566 25 0 0 25 0 4 0 523964965 521854976 89656 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2220.61
Current children cumulated vsize (KiB) 509624

[startup+557.5 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30436308/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=509624 CPUtime=2227 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 279383 0 0 0 222579 121 0 0 25 0 4 0 523964965 521854976 89912 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 127406 89912 395 112 0 122371 0
[pid=10801/tid=10802] ppid=10799 vsize=509624 CPUtime=557.5 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60506 0 0 0 55724 26 0 0 25 0 4 0 523964965 521854976 89912 33554432000 4194304 4650419 140734492219872 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=509624 CPUtime=557.51 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 101354 0 0 0 55707 44 0 0 25 0 4 0 523964965 521854976 89912 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=509624 CPUtime=557.51 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55726 25 0 0 25 0 4 0 523964965 521854976 89912 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2227
Current children cumulated vsize (KiB) 509624

[startup+557.9 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30436308/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=497476 CPUtime=2228.6 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 279430 0 0 0 222739 121 0 0 25 0 4 0 523964965 509415424 87335 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 124369 87335 395 112 0 119334 0
[pid=10801/tid=10802] ppid=10799 vsize=497476 CPUtime=557.9 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60507 0 0 0 55764 26 0 0 25 0 4 0 523964965 509415424 87335 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=497476 CPUtime=557.91 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 101400 0 0 0 55747 44 0 0 25 0 4 0 523964965 509415424 87335 33554432000 4194304 4650419 140734492219872 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=497476 CPUtime=557.91 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55766 25 0 0 25 0 4 0 523964965 509415424 87335 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2228.6
Current children cumulated vsize (KiB) 497476

[startup+558.1 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 10820
/proc/meminfo: memFree=30436308/32951124 swapFree=67111448/67111528
[pid=10801] ppid=10799 vsize=497476 CPUtime=2229.4 cores=1,3,5,7
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10605 0 -1 4202496 279454 0 0 0 222819 121 0 0 25 0 4 0 523964965 509415424 87359 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10801/statm: 124369 87359 395 112 0 119334 0
[pid=10801/tid=10802] ppid=10799 vsize=497476 CPUtime=558.1 cores=1,3,5,7
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 60507 0 0 0 55784 26 0 0 25 0 4 0 523964965 509415424 87359 33554432000 4194304 4650419 140734492219872 18446744073709551615 4360658 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=497476 CPUtime=558.11 cores=1,3,5,7
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 101424 0 0 0 55767 44 0 0 25 0 4 0 523964965 509415424 87359 33554432000 4194304 4650419 140734492219872 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=497476 CPUtime=558.11 cores=1,3,5,7
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10605 0 -1 4202560 54587 0 0 0 55786 25 0 0 25 0 4 0 523964965 509415424 87359 33554432000 4194304 4650419 140734492219872 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2229.4
Current children cumulated vsize (KiB) 497476

Child status: 10
Real time (s): 558.187
CPU time (s): 2229.7
CPU user time (s): 2228.46
CPU system time (s): 1.23681
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 519696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2228.46
system time used= 1.23681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279474
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= 154
involuntary context switches= 14029

runsolver used 0.886865 second user time and 2.15867 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-30 02:34:05
IDJOB=3175431
IDBENCH=83049
IDSOLVER=1588
FILE ID=node104/3175431-1304123645
RUNJOBID= node104-1304122384-10624
PBS_JOBID= 13170745
Free space on /tmp= 71544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S840902310-084.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175431-1304123645/watcher-3175431-1304123645 -o /tmp/evaluation-result-3175431-1304123645/solver-3175431-1304123645 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175431-1304123645.cnf

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

MD5SUM BENCH= 02c45b007aaa35525677ccadd4298d97
RANDOM SEED=938098317

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30935172 kB
Buffers:        370228 kB
Cached:        1092504 kB
SwapCached:         80 kB
Active:         232868 kB
Inactive:      1387204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30935172 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      156760 kB
Mapped:          15516 kB
Slab:           331188 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   416076 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= 71536 MiB
End job on node104 at 2011-04-30 02:43:23