Trace number 3366345

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-2-mt (fixed)UNSAT 1394.4 351.691

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366345-1305402176.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.37/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.10	c calculated reachability. Time: 0.00
0.37/0.10	c Calc default polars -  time:   0.00 s pos:      31 undec:       2 neg:      42
0.37/0.10	c =========================================================================================
0.37/0.10	c types(t): F = full restart, N = normal restart
0.37/0.10	c types(t): S = simplification begin/end, E = solution found
0.37/0.10	c restart types(rt): st = static, dy = dynamic
0.37/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.37/0.10	c Decided on static restart strategy
0.77/0.20	c  N st     8      4919        75      1597         0      4483      7985     76988   no data   no data
0.77/0.27	c  N st    10     11302        75      1597         0      4143      7985     58683   no data   no data
1.57/0.44	c  N st    11     17046        75      1597         0      9340      7985    148188   no data   no data
2.77/0.71	c  F st    12     25000        75      1597         0     11427      7985    176355   no data   no data
2.77/0.71	c  N st    12     25000        75      1597         0     11427      7985    176355   no data   no data
3.16/0.89	c Decided on static restart strategy
3.16/0.89	c  N st    18     30000        75      1597         0      9795      7985    144338   no data   no data
3.16/0.89	c  S st    18     30000        75      1597         0      9795      7985    144338   no data   no data
3.56/0.92	c  S st    18     30501        75      1597         0     10262      7985    152780   no data   no data
3.56/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.56/0.92	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.56/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.09	c lits-rem:       222  cl-subs:     2515  v-elim:      0  v-fix:    0  time:  0.15 s
4.40/1.12	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.40/1.12	c calculated reachability. Time: 0.00
4.40/1.12	c  N st    18     30501        75      1597         0      7747      7985    113552   no data   no data
5.56/1.43	c  N st    20     37611        75      1597         0      7127      7985     92568   no data   no data
6.36/1.68	c  N st    21     44011        75      1597         0     12861      7985    185514   no data   no data
6.76/1.76	c  S st    22     45751        75      1597         0     14457      7985    213478   no data   no data
7.16/1.80	c  S st    22     46259        75      1597         0     14931      7985    221944   no data   no data
7.16/1.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.18	c lits-rem:       352  cl-subs:     3073  v-elim:      0  v-fix:    0  time:  0.35 s
8.37/2.18	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.37/2.18	c vivif2 --  cl tried    11858 cl shrink        0 lits rem          0 time: 0.00
8.79/2.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.79/2.22	c calculated reachability. Time: 0.00
8.79/2.22	c  N st    22     46259        75      1597         0     11858      7985    174620   no data   no data
11.14/2.89	c  N st    23     60657        75      1597         0     16878      7985    237779   no data   no data
12.76/3.30	c  N st    24     69389        75      1597         0     15972      7985    222773   no data   no data
12.76/3.30	c  S st    24     69389        75      1597         0     15972      7985    222773   no data   no data
13.18/3.34	c  S st    24     69893        75      1597         0     16446      7985    231308   no data   no data
13.18/3.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/3.72	c lits-rem:       346  cl-subs:     3227  v-elim:      0  v-fix:    0  time:  0.36 s
14.72/3.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.72/3.72	c vivif2 --  cl tried    13219 cl shrink        0 lits rem          0 time: 0.00
14.72/3.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.72/3.77	c calculated reachability. Time: 0.00
14.72/3.77	c  N st    24     69893        75      1597         0     13219      7985    183977   no data   no data
18.72/4.72	c  F st    25     87500        75      1597         0     19220      7985    265954   no data   no data
18.72/4.72	c  N st    25     87500        75      1597         0     19220      7985    265954   no data   no data
19.91/5.06	c Decided on static restart strategy
20.72/5.21	c  N st    32     95539        75      1597         0     15841      7985    213645   no data   no data
23.11/5.82	c  N st    34    104839        75      1597         0     12569      7985    152972   no data   no data
23.11/5.82	c  S st    34    104839        75      1597         0     12569      7985    152972   no data   no data
23.11/5.86	c  S st    34    105341        75      1597         0     13037      7985    161097   no data   no data
23.11/5.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.11/5.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.11/5.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.11/5.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.11/5.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.11/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.95	c lits-rem:        83  cl-subs:     1161  v-elim:      0  v-fix:    0  time:  0.08 s
23.51/5.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.51/5.95	c vivif2 --  cl tried    11876 cl shrink        0 lits rem          0 time: 0.00
23.51/5.99	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.51/5.99	c calculated reachability. Time: 0.00
23.51/5.99	c  N st    34    105341        75      1597         0     11876      7985    144641   no data   no data
25.92/6.54	c  N st    35    114940        75      1597         0     20434      7985    279719   no data   no data
29.09/7.31	c  N st    36    129339        75      1597         0     20923      7985    287730   no data   no data
34.28/8.64	c  N st    37    150934        75      1597         0     26782      7985    371167   no data   no data
35.86/9.09	c  S st    38    158011        75      1597         0     18829      7985    232980   no data   no data
36.26/9.14	c  S st    38    158514        75      1597         0     19299      7985    241416   no data   no data
36.26/9.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.26/9.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
36.26/9.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.26/9.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.26/9.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.26/9.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.26/9.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.26/9.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.26/9.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.46/9.41	c lits-rem:       259  cl-subs:     2654  v-elim:      0  v-fix:    0  time:  0.25 s
37.46/9.41	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.46/9.41	c vivif2 --  cl tried    16645 cl shrink        0 lits rem          0 time: 0.00
37.46/9.47	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.46/9.47	c calculated reachability. Time: 0.00
37.46/9.47	c  N st    38    158514        75      1597         0     16645      7985    203527   no data   no data
51.03/12.84	c  N st    39    207103        75      1597         0     28894      7985    370538   no data   no data
61.02/15.32	c  N st    40    237771        75      1597         0     21502      7985    248081   no data   no data
61.02/15.32	c  S st    40    237771        75      1597         0     21502      7985    248081   no data   no data
61.02/15.38	c  S st    40    238273        75      1597         0     21971      7985    256742   no data   no data
61.02/15.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.02/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.02/15.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.02/15.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.02/15.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.02/15.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.02/15.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.02/15.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.02/15.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.19/15.67	c lits-rem:       222  cl-subs:     2854  v-elim:      0  v-fix:    0  time:  0.28 s
62.19/15.67	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.19/15.67	c vivif2 --  cl tried    19117 cl shrink        0 lits rem          0 time: 0.00
62.59/15.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
62.59/15.74	c calculated reachability. Time: 0.00
62.59/15.74	c  N st    40    238273        75      1597         0     19117      7985    220638   no data   no data
85.72/21.58	c  F st    41    306252        75      1597         0     21130      7985    226538   no data   no data
85.72/21.58	c  N st    41    306252        75      1597         0     21130      7985    226538   no data   no data
87.34/21.96	c Decided on static restart strategy
96.11/24.11	c  N st    51    334555        75      1597         0     25043      7985    281432   no data   no data
104.90/26.36	c  N st    53    357409        75      1597         0     23110      7985    243861   no data   no data
104.90/26.36	c  S st    53    357409        75      1597         0     23110      7985    243861   no data   no data
105.32/26.43	c  S st    53    357912        75      1597         0     23579      7985    252291   no data   no data
105.32/26.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.32/26.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
105.32/26.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.32/26.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.32/26.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.32/26.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.32/26.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.32/26.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.32/26.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.66/26.59	c lits-rem:       101  cl-subs:     1439  v-elim:      0  v-fix:    0  time:  0.14 s
105.66/26.59	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.66/26.59	c vivif2 --  cl tried    22140 cl shrink        0 lits rem          0 time: 0.00
106.06/26.67	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
106.06/26.67	c calculated reachability. Time: 0.00
106.06/26.67	c  N st    53    357912        75      1597         0     22140      7985    234459   no data   no data
116.44/29.28	c  N st    54    390306        75      1597         0     27937      7985    317249   no data   no data
137.58/34.55	c  N st    55    438894        75      1597         0     47171      7985    608464   no data   no data
167.49/42.09	c  N st    56    511776        75      1597         0     34546      7985    398251   no data   no data
179.49/45.05	c  N st    57    536871        75      1597         0     29324      7985    310063   no data   no data
179.49/45.05	c  S st    57    536871        75      1597         0     29324      7985    310063   no data   no data
179.91/45.12	c  S st    57    537375        75      1597         0     29807      7985    319103   no data   no data
179.91/45.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
179.91/45.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
179.91/45.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
179.91/45.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
179.91/45.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.91/45.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
179.91/45.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
179.91/45.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
179.91/45.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.66/45.35	c lits-rem:       188  cl-subs:     1417  v-elim:      0  v-fix:    0  time:  0.21 s
180.66/45.35	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
180.66/45.36	c vivif2 --  cl tried    28390 cl shrink        0 lits rem          0 time: 0.00
181.06/45.46	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
181.06/45.46	c calculated reachability. Time: 0.00
181.06/45.46	c  N st    57    537375        75      1597         0     28390      7985    301010   no data   no data
254.08/63.74	c  N st    58    701359        75      1597         0     54697      7985    665223   no data   no data
305.12/76.51	c  N st    59    806064        75      1597         0     49516      7985    585961   no data   no data
305.12/76.51	c  S st    59    806064        75      1597         0     49516      7985    585961   no data   no data
305.52/76.64	c  S st    59    806567        75      1597         0     49987      7985    594683   no data   no data
305.52/76.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
305.52/76.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
305.52/76.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
305.52/76.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
305.52/76.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.52/76.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
305.52/76.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
305.52/76.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
305.52/76.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.49/78.63	c lits-rem:       787  cl-subs:     8041  v-elim:      0  v-fix:    0  time:  1.93 s
313.49/78.63	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
313.49/78.64	c vivif2 --  cl tried    41946 cl shrink        0 lits rem          0 time: 0.01
314.29/78.81	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
314.29/78.81	c calculated reachability. Time: 0.00
314.29/78.81	c  N st    59    806567        75      1597         0     41946      7985    488036   no data   no data
452.71/113.55	c  F st    60   1071875        75      1597         0     56695      7985    648021   no data   no data
452.71/113.55	c  N st    60   1071875        75      1597         0     56695      7985    648021   no data   no data
456.34/114.45	c Decided on static restart strategy
473.47/118.75	c  N st    70   1100182        75      1597         0     42062      7985    428808   no data   no data
492.20/123.49	c  N st    72   1136175        75      1597         0     73998      7985    941748   no data   no data
510.95/128.14	c  N st    73   1168570        75      1597         0     62068      7985    748343   no data   no data
538.08/134.99	c  N st    74   1209853        75      1597         0     57036      7985    660208   no data   no data
538.08/134.99	c  S st    74   1209853        75      1597         0     57036      7985    660208   no data   no data
538.88/135.15	c  S st    74   1210358        75      1597         0     57508      7985    668812   no data   no data
538.88/135.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
538.88/135.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
538.88/135.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
538.88/135.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
538.88/135.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
538.88/135.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
538.88/135.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
538.88/135.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
539.29/135.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
549.63/137.86	c lits-rem:      1088  cl-subs:     7528  v-elim:      0  v-fix:    0  time:  2.62 s
549.63/137.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
549.63/137.87	c vivif2 --  cl tried    49980 cl shrink        0 lits rem          0 time: 0.01
550.83/138.18	c asymm  cl-useful: 0/1596/1597 lits-rem:0 time: 0.31
550.83/138.18	c calculated reachability. Time: 0.00
550.83/138.18	c  N st    74   1210358        75      1597         0     49980      7985    565773   no data   no data
596.33/149.51	c  N st    75   1283244        75      1597         0     72408      7985    895775   no data   no data
666.95/167.24	c  N st    76   1392568        75      1597         0     81706      7985    997755   no data   no data
770.63/193.24	c  N st    77   1556552        75      1597         1     88260      7985   1046078   no data   no data
871.55/218.57	c  N st    78   1710358        75      1597         1     78988      7985    918370   no data   no data
871.55/218.57	c  S st    78   1710358        75      1597         1     78988      7985    918370   no data   no data
872.77/218.89	c  S st    78   1710863        75      1597         1     79467      7985    926896   no data   no data
872.77/218.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
873.19/218.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
873.19/218.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
873.19/218.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
873.19/218.93	c subs with bin:        2  lits-rem:         5  v-fix:    0  time:  0.00 s
873.19/218.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
873.19/218.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
873.19/218.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
874.34/219.27	c subs with bin:      838  lits-rem:      1590  v-fix:    0  time:  0.29 s
901.46/226.06	c lits-rem:      3153  cl-subs:    16528  v-elim:      0  v-fix:    0  time:  6.71 s
901.46/226.06	c vivif2 --  cl tried     1595 cl shrink        0 lits rem          0 time: 0.00
901.46/226.07	c vivif2 --  cl tried    62101 cl shrink        0 lits rem          0 time: 0.01
903.06/226.43	c asymm  cl-useful: 0/1219/1595 lits-rem:0 time: 0.36
903.06/226.43	c calculated reachability. Time: 0.00
903.06/226.43	c  N st    78   1710863        75      1595         1     62101      7971    707860   no data   no data
1173.52/294.24	c  N st    79   2079828        75      1595         2     74579      7971    820638   no data   no data
1173.52/294.24	c Finding binary XORs  T:     0.00 s  found:       0
1277.22/320.27	c  N st    80   2210866        75      1595         4     78599      7971    869630   no data   no data
1277.22/320.27	c  S st    80   2210866        75      1595         4     78599      7971    869630   no data   no data
1277.22/320.27	c Finding binary XORs  T:     0.00 s  found:       0
1278.42/320.50	c  S st    80   2211370        75      1595         8     79073      7971    877551   no data   no data
1278.42/320.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1278.42/320.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1278.42/320.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1278.42/320.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1278.42/320.53	c subs with bin:       13  lits-rem:        22  v-fix:    0  time:  0.00 s
1278.42/320.53	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:     75 time:  0.00 s
1278.42/320.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1278.42/320.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1283.62/321.86	c subs with bin:     5401  lits-rem:      8746  v-fix:    0  time:  1.27 s
1301.97/326.45	c lits-rem:      2482  cl-subs:    11980  v-elim:      0  v-fix:    0  time:  4.54 s
1301.97/326.45	c vivif2 --  cl tried     1582 cl shrink        0 lits rem          0 time: 0.00
1301.97/326.46	c vivif2 --  cl tried    61692 cl shrink        0 lits rem          0 time: 0.01
1303.56/326.84	c asymm  cl-useful: 0/1144/1582 lits-rem:0 time: 0.36
1303.56/326.84	c calculated reachability. Time: 0.00
1303.56/326.84	c  N st    80   2211370        75      1582         9     61692      7898    653804   no data   no data
1394.22/351.68	c Following stats are for *FIRST FINISHED THREAD ONLY*
1394.22/351.68	c num threads              : 4          
1394.22/351.68	c restarts                 : 81         
1394.22/351.68	c dynamic restarts         : 0          
1394.22/351.68	c static restarts          : 81         
1394.22/351.68	c full restarts            : 4          
1394.22/351.68	c total simplify time      : 0.33       
1394.22/351.68	c learnts DL2              : 0          
1394.22/351.68	c learnts size 2           : 146        
1394.22/351.68	c learnts size 1           : 47          (62.67     % of vars)
1394.22/351.68	c filedLit time            : 0.13        (0.04      % time)
1394.22/351.68	c v-elim SatELite          : 0           (0.00      % vars)
1394.22/351.68	c SatELite time            : 20.88       (5.94      % time)
1394.22/351.68	c v-elim xor               : 0           (0.00      % vars)
1394.22/351.68	c xor elim time            : 0.02        (0.00      % time)
1394.22/351.68	c num binary xor trees     : 0          
1394.22/351.68	c binxor trees' crown      : 0           (nan       leafs/tree)
1394.22/351.68	c bin xor find time        : 0.00       
1394.22/351.68	c OTF clause improved      : 264370      (0.11      clauses/conflict)
1394.22/351.68	c OTF impr. size diff      : 271412      (1.03       lits/clause)
1394.22/351.68	c OTF cl watch-shrink      : 125972      (0.05      clauses/conflict)
1394.22/351.68	c OTF cl watch-sh-lit      : 134081      (1.06       lits/clause)
1394.22/351.68	c tried to recurMin cls    : 105368      (4.56       % of conflicts)
1394.22/351.68	c updated cache            : 1310        (0.01       lits/tried recurMin)
1394.22/351.68	c unit cls recevied        : 1           (2.13      % of units)
1394.22/351.68	c unit cls sent            : 10          (21.28     % of units)
1394.22/351.68	c bin cls recevied         : 7          
1394.22/351.68	c bin cls sent             : 88         
1394.22/351.68	c clauses over max glue    : 0           (0.00      % of all clauses)
1394.22/351.68	c conflicts                : 2309295     (6569.95   / sec)
1394.22/351.68	c decisions                : 2521446     (0.68      % random)
1394.22/351.68	c bogo-props               : 63688011225 (181192538.78 / sec)
1394.22/351.68	c conflict literals        : 34622582    (25.08     % deleted)
1394.22/351.68	c Memory used              : 359.32      MB
1394.22/351.68	c single-thread CPU time   : 351.49      s
1394.22/351.68	c all-threads sum CPU time : 1393.56     s
1394.22/351.68	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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: 8.08 8.11 8.04 2/349 12950
/proc/meminfo: memFree=21312136/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 651815319 52396032 351 33554432000 4194304 4580107 140737299060720 18446744073709551615 218905731003 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12950/statm: 12792 351 302 95 0 7774 0
[pid=12950/tid=12951] ppid=12948 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 4 0 651815319 186613760 372 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262816256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 4 0 651815319 186613760 372 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262816263 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 651815319 186613760 372 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262816263 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.097209 s]
/proc/loadavg: 8.08 8.11 8.04 2/349 12950
/proc/meminfo: memFree=21312136/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=282080 CPUtime=0.36 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 1494 0 0 0 36 0 0 0 25 0 4 0 651815319 288849920 1394 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 70520 1394 376 95 0 65502 0
[pid=12950/tid=12951] ppid=12948 vsize=282080 CPUtime=0.09 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 271 0 0 0 9 0 0 0 25 0 4 0 651815319 288849920 1394 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=282080 CPUtime=0.08 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 288 0 0 0 8 0 0 0 25 0 4 0 651815319 288849920 1394 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=282080 CPUtime=0.09 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 231 0 0 0 9 0 0 0 25 0 4 0 651815319 288849920 1394 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282080

[startup+0.101212 s]
/proc/loadavg: 8.08 8.11 8.04 2/349 12950
/proc/meminfo: memFree=21312136/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=282080 CPUtime=0.37 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 1507 0 0 0 37 0 0 0 25 0 4 0 651815319 288849920 1407 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 70520 1407 376 95 0 65502 0
[pid=12950/tid=12951] ppid=12948 vsize=282080 CPUtime=0.09 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 274 0 0 0 9 0 0 0 25 0 4 0 651815319 288849920 1407 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=282080 CPUtime=0.09 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 291 0 0 0 9 0 0 0 25 0 4 0 651815319 288849920 1407 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=282080 CPUtime=0.09 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 235 0 0 0 9 0 0 0 25 0 4 0 651815319 288849920 1407 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282080

[startup+0.300142 s]
/proc/loadavg: 8.08 8.11 8.04 2/349 12950
/proc/meminfo: memFree=21312136/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=283856 CPUtime=1.17 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 2812 0 0 0 117 0 0 0 25 0 4 0 651815319 290668544 1670 33554432000 4194304 4580107 140737299060720 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 70964 1670 377 95 0 65946 0
[pid=12950/tid=12951] ppid=12948 vsize=283856 CPUtime=0.29 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 604 0 0 0 29 0 0 0 25 0 4 0 651815319 290668544 1670 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=283856 CPUtime=0.29 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 614 0 0 0 29 0 0 0 25 0 4 0 651815319 290668544 1670 33554432000 4194304 4580107 140737299060720 18446744073709551615 4320571 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=283856 CPUtime=0.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 554 0 0 0 29 0 0 0 25 0 4 0 651815319 290668544 1670 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283856

[startup+0.701069 s]
/proc/loadavg: 8.08 8.11 8.04 2/349 12950
/proc/meminfo: memFree=21312136/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=284628 CPUtime=2.77 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 4407 0 0 0 277 0 0 0 25 0 4 0 651815319 291459072 2462 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 71157 2462 378 95 0 66139 0
[pid=12950/tid=12951] ppid=12948 vsize=284628 CPUtime=0.69 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 1032 0 0 0 69 0 0 0 25 0 4 0 651815319 291459072 2462 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=284628 CPUtime=0.69 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 1012 0 0 0 69 0 0 0 25 0 4 0 651815319 291459072 2462 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=284628 CPUtime=0.69 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 941 0 0 0 69 0 0 0 25 0 4 0 651815319 291459072 2462 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284628

[startup+1.50093 s]
/proc/loadavg: 8.08 8.11 8.04 9/361 12967
/proc/meminfo: memFree=21280360/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=289812 CPUtime=5.96 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 10427 0 0 0 595 1 0 0 25 0 4 0 651815319 296767488 6285 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 72453 6285 379 95 0 67435 0
[pid=12950/tid=12951] ppid=12948 vsize=289812 CPUtime=1.49 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 2526 0 0 0 149 0 0 0 25 0 4 0 651815319 296767488 6285 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=289812 CPUtime=1.48 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 3257 0 0 0 148 0 0 0 25 0 4 0 651815319 296767488 6285 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=289812 CPUtime=1.49 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 1597 0 0 0 149 0 0 0 25 0 4 0 651815319 296767488 6285 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289812

[startup+3.10064 s]
/proc/loadavg: 8.08 8.11 8.04 9/361 12967
/proc/meminfo: memFree=21245392/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=300664 CPUtime=12.34 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 16562 0 0 0 1232 2 0 0 19 0 4 0 651815319 307879936 9131 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 75166 9131 379 95 0 70148 0
[pid=12950/tid=12951] ppid=12948 vsize=300664 CPUtime=3.08 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 4365 0 0 0 308 0 0 0 25 0 4 0 651815319 307879936 9131 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406483 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=300664 CPUtime=3.08 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 4058 0 0 0 308 0 0 0 25 0 4 0 651815319 307879936 9131 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=300664 CPUtime=3.09 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 4009 0 0 0 309 0 0 0 19 0 4 0 651815319 307879936 9131 33554432000 4194304 4580107 140737299060720 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 300664

[startup+6.30106 s]
/proc/loadavg: 8.08 8.11 8.04 9/361 12967
/proc/meminfo: memFree=21221616/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=312384 CPUtime=25.11 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 24498 0 0 0 2507 4 0 0 25 0 4 0 651815319 319881216 11630 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 78096 11630 379 95 0 73078 0
[pid=12950/tid=12951] ppid=12948 vsize=312384 CPUtime=6.29 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 6015 0 0 0 628 1 0 0 25 0 4 0 651815319 319881216 11630 33554432000 4194304 4580107 140737299060720 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=312384 CPUtime=6.29 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 6327 0 0 0 628 1 0 0 25 0 4 0 651815319 319881216 11630 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=312384 CPUtime=6.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 6614 0 0 0 628 1 0 0 25 0 4 0 651815319 319881216 11630 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406412 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 312384

[startup+12.7009 s]
/proc/loadavg: 8.06 8.10 8.04 9/361 12967
/proc/meminfo: memFree=21197508/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=306596 CPUtime=50.63 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 36528 0 0 0 5056 7 0 0 25 0 4 0 651815319 313954304 13455 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 76649 13455 379 95 0 71631 0
[pid=12950/tid=12951] ppid=12948 vsize=306596 CPUtime=12.69 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 9449 0 0 0 1267 2 0 0 25 0 4 0 651815319 313954304 13455 33554432000 4194304 4580107 140737299060720 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=306596 CPUtime=12.68 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 9751 0 0 0 1267 1 0 0 25 0 4 0 651815319 313954304 13455 33554432000 4194304 4580107 140737299060720 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=306596 CPUtime=12.68 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 9458 0 0 0 1267 1 0 0 25 0 4 0 651815319 313954304 13455 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 306596

[startup+25.5006 s]
/proc/loadavg: 8.05 8.10 8.03 9/361 12967
/proc/meminfo: memFree=21167616/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=291356 CPUtime=101.67 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 56764 0 0 0 10156 11 0 0 25 0 4 0 651815319 298348544 18371 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 72839 18371 379 95 0 67821 0
[pid=12950/tid=12951] ppid=12948 vsize=291356 CPUtime=25.48 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 14690 0 0 0 2545 3 0 0 25 0 4 0 651815319 298348544 18371 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=291356 CPUtime=25.48 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 14722 0 0 0 2545 3 0 0 25 0 4 0 651815319 298348544 18371 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=291356 CPUtime=25.48 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 15353 0 0 0 2546 2 0 0 25 0 4 0 651815319 298348544 18371 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 291356

[startup+51.101 s]
/proc/loadavg: 8.03 8.09 8.03 9/361 12968
/proc/meminfo: memFree=21143124/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=305888 CPUtime=203.8 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 86226 0 0 0 20362 18 0 0 25 0 4 0 651815319 313229312 20690 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 76472 20690 379 95 0 71454 0
[pid=12950/tid=12951] ppid=12948 vsize=305888 CPUtime=51.08 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 23071 0 0 0 5103 5 0 0 25 0 4 0 651815319 313229312 20690 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=305888 CPUtime=51.07 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 22578 0 0 0 5102 5 0 0 25 0 4 0 651815319 313229312 20690 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=305888 CPUtime=51.09 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 22382 0 0 0 5105 4 0 0 25 0 4 0 651815319 313229312 20690 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 305888

[startup+102.313 s]
/proc/loadavg: 8.12 8.10 8.04 9/361 12969
/proc/meminfo: memFree=21099944/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=325256 CPUtime=408.08 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 136417 0 0 0 40776 32 0 0 25 0 4 0 651815319 333062144 26922 33554432000 4194304 4580107 140737299060720 18446744073709551615 4321207 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 81314 26922 379 95 0 76296 0
[pid=12950/tid=12951] ppid=12948 vsize=325256 CPUtime=102.29 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 36039 0 0 0 10220 9 0 0 25 0 4 0 651815319 333062144 26922 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=325256 CPUtime=102.28 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 35457 0 0 0 10220 8 0 0 25 0 4 0 651815319 333062144 26922 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=325256 CPUtime=102.3 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 34319 0 0 0 10223 7 0 0 25 0 4 0 651815319 333062144 26922 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 325256

[startup+162.301 s]
/proc/loadavg: 8.08 8.09 8.04 9/361 12971
/proc/meminfo: memFree=21036908/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=310760 CPUtime=647.37 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 186622 0 0 0 64692 45 0 0 25 0 4 0 651815319 318218240 38456 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 77690 38456 379 95 0 72672 0
[pid=12950/tid=12951] ppid=12948 vsize=310760 CPUtime=162.28 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 48613 0 0 0 16215 13 0 0 25 0 4 0 651815319 318218240 38456 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=310760 CPUtime=162.25 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 49720 0 0 0 16213 12 0 0 25 0 4 0 651815319 318218240 38456 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=310760 CPUtime=162.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 47025 0 0 0 16219 10 0 0 25 0 4 0 651815319 318218240 38456 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.37
Current children cumulated vsize (KiB) 310760

[startup+222.301 s]
/proc/loadavg: 8.06 8.09 8.04 9/361 12972
/proc/meminfo: memFree=20988648/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=336280 CPUtime=886.71 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 231668 0 0 0 88613 58 0 0 25 0 4 0 651815319 344350720 42678 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 84070 42678 379 95 0 79052 0
[pid=12950/tid=12951] ppid=12948 vsize=336280 CPUtime=222.28 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 60528 0 0 0 22212 16 0 0 25 0 4 0 651815319 344350720 42678 33554432000 4194304 4580107 140737299060720 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=336280 CPUtime=222.25 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 60289 0 0 0 22209 16 0 0 25 0 4 0 651815319 344350720 42678 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=336280 CPUtime=222.28 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 57745 0 0 0 22216 12 0 0 25 0 4 0 651815319 344350720 42678 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 886.71
Current children cumulated vsize (KiB) 336280

[startup+282.301 s]
/proc/loadavg: 8.10 8.09 8.04 9/361 12974
/proc/meminfo: memFree=20965684/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=333944 CPUtime=1126.05 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 266135 0 0 0 112536 69 0 0 25 0 4 0 651815319 341958656 44604 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 83486 44604 379 95 0 78468 0
[pid=12950/tid=12951] ppid=12948 vsize=333944 CPUtime=282.29 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 69082 0 0 0 28210 19 0 0 25 0 4 0 651815319 341958656 44604 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=333944 CPUtime=282.24 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 69516 0 0 0 28205 19 0 0 25 0 4 0 651815319 341958656 44604 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=333944 CPUtime=282.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 67068 0 0 0 28214 15 0 0 25 0 4 0 651815319 341958656 44604 33554432000 4194304 4580107 140737299060720 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1126.05
Current children cumulated vsize (KiB) 333944

[startup+342.3 s]
/proc/loadavg: 8.04 8.07 8.03 9/361 12976
/proc/meminfo: memFree=20923124/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=302408 CPUtime=1365.37 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 299681 0 0 0 136456 81 0 0 25 0 4 0 651815319 309665792 47197 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 75602 47197 380 95 0 70584 0
[pid=12950/tid=12951] ppid=12948 vsize=302408 CPUtime=342.29 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 77511 0 0 0 34207 22 0 0 25 0 4 0 651815319 309665792 47197 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=302408 CPUtime=342.22 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 78638 0 0 0 34200 22 0 0 25 0 4 0 651815319 309665792 47197 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=302408 CPUtime=342.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75550 0 0 0 34211 18 0 0 25 0 4 0 651815319 309665792 47197 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1365.37
Current children cumulated vsize (KiB) 302408

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

[startup+345.501 s]
/proc/loadavg: 8.04 8.07 8.03 9/361 12976
/proc/meminfo: memFree=20907744/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=302408 CPUtime=1378.14 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) R 12948 12950 12531 0 -1 4202496 300275 0 0 0 137732 82 0 0 25 0 4 0 651815319 309665792 47791 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 75602 47791 380 95 0 70584 0
[pid=12950/tid=12951] ppid=12948 vsize=302408 CPUtime=345.49 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 77656 0 0 0 34527 22 0 0 25 0 4 0 651815319 309665792 47791 33554432000 4194304 4580107 140737299060720 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=302408 CPUtime=345.42 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 78638 0 0 0 34520 22 0 0 25 0 4 0 651815319 309665792 47792 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=302408 CPUtime=345.49 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75784 0 0 0 34531 18 0 0 25 0 4 0 651815319 309665792 47792 33554432000 4194304 4580107 140737299060720 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1378.14
Current children cumulated vsize (KiB) 302408

[startup+348.713 s]
/proc/loadavg: 8.03 8.07 8.03 7/361 12976
/proc/meminfo: memFree=20902908/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=367944 CPUtime=1388.44 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) S 12948 12950 12531 0 -1 4202496 301327 0 0 0 138762 82 0 0 25 0 4 0 651815319 376774656 48815 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 91986 48815 380 95 0 86968 0
[pid=12950/tid=12951] ppid=12948 vsize=367944 CPUtime=347.43 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) S 12948 12950 12531 0 -1 4202560 78507 0 0 0 34721 22 0 0 25 0 4 0 651815319 376774656 48815 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446604448883319232 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=367944 CPUtime=348.64 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 78638 0 0 0 34842 22 0 0 25 0 4 0 651815319 376774656 48815 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=367944 CPUtime=348.7 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75886 0 0 0 34852 18 0 0 25 0 4 0 651815319 376774656 48815 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262792900 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1388.44
Current children cumulated vsize (KiB) 367944

[startup+350.301 s]
/proc/loadavg: 8.03 8.07 8.03 7/361 12976
/proc/meminfo: memFree=20902660/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=367944 CPUtime=1391.62 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) S 12948 12950 12531 0 -1 4202496 302133 0 0 0 139080 82 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 91986 49621 380 95 0 86968 0
[pid=12950/tid=12951] ppid=12948 vsize=367944 CPUtime=347.43 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) S 12948 12950 12531 0 -1 4202560 78507 0 0 0 34721 22 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446604448883319232 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=367944 CPUtime=350.22 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 79444 0 0 0 35000 22 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=367944 CPUtime=350.29 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75886 0 0 0 35011 18 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262792747 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1391.62
Current children cumulated vsize (KiB) 367944

[startup+351.101 s]
/proc/loadavg: 7.87 8.03 8.02 7/361 12976
/proc/meminfo: memFree=20899064/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=367944 CPUtime=1393.22 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) S 12948 12950 12531 0 -1 4202496 302133 0 0 0 139240 82 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 91986 49621 380 95 0 86968 0
[pid=12950/tid=12951] ppid=12948 vsize=367944 CPUtime=347.43 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) S 12948 12950 12531 0 -1 4202560 78507 0 0 0 34721 22 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446604448883319232 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=367944 CPUtime=351.02 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 79444 0 0 0 35080 22 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=367944 CPUtime=351.09 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75886 0 0 0 35091 18 0 0 25 0 4 0 651815319 376774656 49621 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262792747 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1393.22
Current children cumulated vsize (KiB) 367944

[startup+351.501 s]
/proc/loadavg: 7.87 8.03 8.02 7/361 12976
/proc/meminfo: memFree=20899064/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=367944 CPUtime=1394.02 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) S 12948 12950 12531 0 -1 4202496 302173 0 0 0 139320 82 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 91986 48982 380 95 0 86968 0
[pid=12950/tid=12951] ppid=12948 vsize=367944 CPUtime=347.43 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) S 12948 12950 12531 0 -1 4202560 78507 0 0 0 34721 22 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446604448883319232 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=367944 CPUtime=351.42 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 79484 0 0 0 35120 22 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=367944 CPUtime=351.49 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75886 0 0 0 35131 18 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262792747 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1394.02
Current children cumulated vsize (KiB) 367944

[startup+351.601 s]
/proc/loadavg: 7.87 8.03 8.02 7/361 12976
/proc/meminfo: memFree=20899064/32951124 swapFree=65581052/67111528
[pid=12950] ppid=12948 vsize=367944 CPUtime=1394.22 cores=0,2,4,6
/proc/12950/stat : 12950 (strangenight2-m) S 12948 12950 12531 0 -1 4202496 302173 0 0 0 139340 82 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12950/statm: 91986 48982 380 95 0 86968 0
[pid=12950/tid=12951] ppid=12948 vsize=367944 CPUtime=347.43 cores=0,2,4,6
/proc/12950/task/12951/stat : 12951 (strangenight2-m) S 12948 12950 12531 0 -1 4202560 78507 0 0 0 34721 22 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 47016262817332 0 0 4096 2 18446604448883319232 0 0 -1 0 0 0 0
[pid=12950/tid=12952] ppid=12948 vsize=367944 CPUtime=351.52 cores=0,2,4,6
/proc/12950/task/12952/stat : 12952 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 79484 0 0 0 35130 22 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12950/tid=12953] ppid=12948 vsize=367944 CPUtime=351.59 cores=0,2,4,6
/proc/12950/task/12953/stat : 12953 (strangenight2-m) R 12948 12950 12531 0 -1 4202560 75886 0 0 0 35141 18 0 0 25 0 4 0 651815319 376774656 48982 33554432000 4194304 4580107 140737299060720 18446744073709551615 4205160 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1394.22
Current children cumulated vsize (KiB) 367944

Child status: 20
Real time (s): 351.691
CPU time (s): 1394.4
CPU user time (s): 1393.56
CPU system time (s): 0.836872
CPU usage (%): 396.484
Max. virtual memory (cumulated for all children) (KiB): 398832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1393.56
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302176
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= 230
involuntary context switches= 9688

runsolver used 1.15282 second user time and 2.71559 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 21:42:56
IDJOB=3366345
IDBENCH=82754
IDSOLVER=1844
FILE ID=node137/3366345-1305402176
RUNJOBID= node137-1305400970-12845
PBS_JOBID= 13324457
Free space on /tmp= 73672 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366345-1305402176/watcher-3366345-1305402176 -o /tmp/evaluation-result-3366345-1305402176/solver-3366345-1305402176 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366345-1305402176.cnf

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=2107134802

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21312408 kB
Buffers:        277132 kB
Cached:        3698232 kB
SwapCached:      36328 kB
Active:        1611028 kB
Inactive:      9804008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21312408 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:     7412764 kB
Mapped:          18936 kB
Slab:           119704 kB
PageTables:      38316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75896648 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= 73664 MiB
End job on node137 at 2011-05-14 21:48:48