Trace number 3366488

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 2200.11 551.051

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03423
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366488-1305405456.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 1/1491/1491 lits-rem:3 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	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:     13  v-fix:    0  time:  0.00 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:     160 undec:      38 neg:     152
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       337      1475         1         0      4526         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.38/0.13	c  N st     8      4917       337      1475         1      4798      4526     83547   no data   no data
1.17/0.36	c  N st    10     11299       337      1475         1      4426      4526     56650   no data   no data
2.37/0.60	c  N st    11     17042       337      1475         1      9941      4526    147987   no data   no data
3.57/0.98	c  F st    12     25000       337      1475         1     12219      4526    189292   no data   no data
3.57/0.98	c  N st    12     25000       337      1475         1     12219      4526    189292   no data   no data
4.76/1.24	c Decided on static restart strategy
4.76/1.24	c  N st    18     30001       337      1475         1     10543      4526    145639   no data   no data
4.76/1.24	c  S st    18     30001       337      1475         1     10543      4526    145639   no data   no data
4.76/1.27	c  S st    18     30505       337      1475         1     11045      4526    154759   no data   no data
4.76/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.27	c blocked clauses removed:        7 vars:      1 tried:         337 T: 0.00 s
4.76/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.76/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.33	c lits-rem:       208  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.34	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
5.16/1.34	c calculated reachability. Time: 0.00
5.16/1.34	c  N st    18     30505       336      1468         1      9677      4504    132846   no data   no data
6.76/1.70	c  N st    20     37618       336      1468         1      8970      4504    108061   no data   no data
7.96/2.06	c  N st    21     44018       336      1468         1     15141      4504    220717   no data   no data
8.38/2.18	c  S st    22     45757       336      1468         1     16822      4504    250066   no data   no data
8.79/2.22	c  S st    22     46259       336      1468         1     17323      4504    259360   no data   no data
8.79/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.79/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.79/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.42	c lits-rem:       234  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  0.18 s
9.56/2.42	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
9.56/2.43	c vivif2 --  cl tried    15467 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46259       336      1468         1     15467      4504    227807   no data   no data
13.18/3.34	c  N st    23     60656       336      1468         1     11196      4504    127067   no data   no data
15.55/3.90	c  N st    24     69390       336      1468         1     19583      4504    270948   no data   no data
15.55/3.90	c  S st    24     69390       336      1468         1     19583      4504    270948   no data   no data
15.55/3.95	c  S st    24     69892       336      1468         1     20083      4504    279509   no data   no data
15.55/3.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.55/3.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.55/3.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
15.55/3.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.55/3.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.20	c lits-rem:       539  cl-subs:     2255  v-elim:      0  v-fix:    0  time:  0.23 s
16.75/4.20	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
16.75/4.20	c vivif2 --  cl tried    17828 cl shrink        0 lits rem          0 time: 0.00
16.75/4.21	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
16.75/4.21	c calculated reachability. Time: 0.00
16.75/4.21	c  N st    24     69892       336      1468         1     17828      4504    245401   no data   no data
21.55/5.42	c  F st    25     87503       336      1468         1     12796      4504    144482   no data   no data
21.55/5.42	c  N st    25     87503       336      1468         1     12796      4504    144482   no data   no data
22.73/5.76	c Decided on static restart strategy
23.53/5.96	c  N st    32     95541       336      1468         1     20613      4504    284816   no data   no data
26.35/6.63	c  N st    34    104840       336      1468         1     17021      4504    212484   no data   no data
26.35/6.63	c  S st    34    104840       336      1468         1     17021      4504    212484   no data   no data
26.35/6.68	c  S st    34    105341       336      1468         1     17519      4504    220983   no data   no data
26.35/6.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.35/6.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
26.35/6.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.35/6.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.35/6.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
26.35/6.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.35/6.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.35/6.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.72/6.75	c lits-rem:        52  cl-subs:      760  v-elim:      0  v-fix:    0  time:  0.06 s
26.72/6.75	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
26.72/6.76	c vivif2 --  cl tried    16759 cl shrink        0 lits rem          0 time: 0.00
26.72/6.77	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
26.72/6.77	c calculated reachability. Time: 0.00
26.72/6.77	c  N st    34    105341       336      1468         1     16759      4504    208374   no data   no data
29.53/7.43	c  N st    35    114939       336      1468         1     26047      4504    384781   no data   no data
34.31/8.62	c  N st    36    129336       336      1468         1     26316      4504    355424   no data   no data
41.09/10.33	c  N st    37    150933       336      1468         1     17349      4504    181755   no data   no data
43.10/10.88	c  S st    38    158011       336      1468         1     24187      4504    302115   no data   no data
43.52/10.94	c  S st    38    158511       336      1468         1     24685      4504    311012   no data   no data
43.52/10.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.52/10.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.52/10.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.52/10.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.52/10.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.52/10.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
43.52/10.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.52/10.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.52/10.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.29/11.13	c lits-rem:       128  cl-subs:     1547  v-elim:      0  v-fix:    0  time:  0.17 s
44.29/11.13	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
44.29/11.14	c vivif2 --  cl tried    23138 cl shrink        0 lits rem          0 time: 0.00
44.29/11.15	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
44.29/11.15	c calculated reachability. Time: 0.00
44.29/11.15	c  N st    38    158511       336      1468         1     23138      4504    286657   no data   no data
62.26/15.62	c  N st    39    207102       336      1468         1     36093      4504    491459   no data   no data
73.44/18.47	c  N st    40    237766       336      1468         1     28143      4504    339848   no data   no data
73.44/18.47	c  S st    40    237766       336      1468         1     28143      4504    339848   no data   no data
73.84/18.55	c  S st    40    238266       336      1468         1     28639      4504    348950   no data   no data
73.84/18.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.84/18.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
73.84/18.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.84/18.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.84/18.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.84/18.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
73.84/18.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.84/18.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
73.84/18.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.03/18.84	c lits-rem:       305  cl-subs:     2010  v-elim:      0  v-fix:    0  time:  0.27 s
75.03/18.84	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
75.03/18.84	c vivif2 --  cl tried    26629 cl shrink        0 lits rem          0 time: 0.00
75.03/18.86	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
75.03/18.86	c calculated reachability. Time: 0.00
75.03/18.86	c  N st    40    238266       336      1468         1     26629      4504    316176   no data   no data
104.59/26.24	c  F st    41    306250       336      1468         1     28607      4504    319550   no data   no data
104.59/26.24	c  N st    41    306250       336      1468         1     28607      4504    319550   no data   no data
106.98/26.84	c Decided on static restart strategy
118.18/29.68	c  N st    51    334561       336      1468         1     32815      4504    380275   no data   no data
129.33/32.45	c  N st    53    357399       336      1468         1     30662      4504    328288   no data   no data
129.33/32.45	c  S st    53    357399       336      1468         1     30662      4504    328288   no data   no data
129.73/32.54	c  S st    53    357904       336      1468         1     31162      4504    337904   no data   no data
129.73/32.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.73/32.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
129.73/32.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.73/32.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.73/32.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.73/32.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
129.73/32.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
129.73/32.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
129.73/32.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.53/32.76	c lits-rem:       127  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  0.19 s
130.53/32.76	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
130.53/32.76	c vivif2 --  cl tried    29269 cl shrink        0 lits rem          0 time: 0.00
130.53/32.78	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.02
130.53/32.78	c calculated reachability. Time: 0.00
130.53/32.78	c  N st    53    357904       336      1468         1     29269      4504    310910   no data   no data
146.50/36.70	c  N st    54    390298       336      1468         1     35367      4504    403013   no data   no data
172.85/43.38	c  N st    55    438888       336      1468         1     29277      4504    278621   no data   no data
210.41/52.76	c  N st    56    511770       336      1468         1     42717      4504    499449   no data   no data
223.58/56.06	c  N st    57    536857       336      1468         1     36946      4504    394783   no data   no data
223.58/56.06	c  S st    57    536857       336      1468         1     36946      4504    394783   no data   no data
223.99/56.16	c  S st    57    537362       336      1468         1     37448      4504    404196   no data   no data
223.99/56.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
223.99/56.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
223.99/56.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
223.99/56.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.99/56.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.99/56.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
223.99/56.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
223.99/56.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
223.99/56.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.16/56.44	c lits-rem:       154  cl-subs:     1686  v-elim:      0  v-fix:    0  time:  0.24 s
225.16/56.44	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
225.16/56.44	c vivif2 --  cl tried    35762 cl shrink        0 lits rem          0 time: 0.00
225.16/56.46	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.02
225.16/56.46	c calculated reachability. Time: 0.00
225.16/56.46	c  N st    57    537362       336      1468         1     35762      4504    377013   no data   no data
324.59/81.38	c  N st    58    701346       336      1468         1     64785      4504    864921   no data   no data
396.85/99.44	c  N st    59    806043       336      1468         1     58214      4504    688013   no data   no data
396.85/99.44	c  S st    59    806043       336      1468         1     58214      4504    688013   no data   no data
397.65/99.61	c  S st    59    806544       336      1468         1     58712      4504    697320   no data   no data
397.65/99.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
397.65/99.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
397.65/99.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.65/99.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.65/99.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.65/99.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
397.65/99.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.65/99.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
397.65/99.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.43/101.38	c lits-rem:       558  cl-subs:     6952  v-elim:      0  v-fix:    0  time:  1.72 s
404.43/101.38	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
404.43/101.39	c vivif2 --  cl tried    51760 cl shrink        0 lits rem          0 time: 0.01
404.83/101.43	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.04
404.83/101.43	c calculated reachability. Time: 0.00
404.83/101.43	c  N st    59    806544       336      1468         1     51760      4504    589662   no data   no data
600.88/150.60	c  F st    60   1071875       336      1468         1     67616      4504    806221   no data   no data
600.88/150.60	c  N st    60   1071875       336      1468         1     67616      4504    806221   no data   no data
606.09/151.81	c Decided on static restart strategy
626.82/157.04	c  N st    70   1100176       336      1468         1     51659      4504    514322   no data   no data
655.17/164.20	c  N st    72   1136173       336      1468         1     86166      4504   1126590   no data   no data
678.72/170.09	c  N st    73   1168567       336      1468         1     72992      4504    864976   no data   no data
713.86/178.89	c  N st    74   1209819       336      1468         1     67545      4504    773247   no data   no data
713.86/178.89	c  S st    74   1209819       336      1468         1     67545      4504    773247   no data   no data
715.48/179.21	c  S st    74   1210320       336      1468         1     68044      4504    782837   no data   no data
715.48/179.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
715.48/179.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
715.48/179.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
715.48/179.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
715.48/179.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.48/179.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
715.48/179.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
715.48/179.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
715.48/179.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
725.44/181.75	c lits-rem:      1565  cl-subs:     7914  v-elim:      0  v-fix:    0  time:  2.45 s
725.44/181.75	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
725.44/181.76	c vivif2 --  cl tried    60130 cl shrink        0 lits rem          0 time: 0.01
725.84/181.82	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.07
725.84/181.83	c calculated reachability. Time: 0.00
725.84/181.83	c  N st    74   1210320       336      1468         1     60130      4504    662180   no data   no data
784.94/196.60	c  N st    75   1283203       336      1468         1     84054      4504   1035975   no data   no data
878.76/220.13	c  N st    76   1392526       336      1468         1     94055      4504   1196332   no data   no data
1029.68/257.90	c  N st    77   1556511       336      1468         1    102177      4504   1378622   no data   no data
1177.05/294.82	c  N st    78   1710320       336      1468         1     90967      4504   1089006   no data   no data
1177.05/294.82	c  S st    78   1710320       336      1468         1     90967      4504   1089006   no data   no data
1178.61/295.20	c  S st    78   1710821       336      1468         1     91468      4504   1099227   no data   no data
1178.61/295.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1178.61/295.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1178.61/295.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1178.61/295.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1178.61/295.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1178.61/295.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1178.61/295.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1178.61/295.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1179.01/295.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1204.96/301.86	c lits-rem:       988  cl-subs:    15128  v-elim:      0  v-fix:    0  time:  6.55 s
1204.96/301.86	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
1204.96/301.87	c vivif2 --  cl tried    76340 cl shrink        0 lits rem          0 time: 0.01
1205.36/301.96	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.08
1205.36/301.96	c calculated reachability. Time: 0.00
1205.36/301.96	c  N st    78   1710821       336      1468         1     76340      4504    869651   no data   no data
1579.48/395.64	c  N st    79   2079786       336      1468         3     88001      4504    936399   no data   no data
1702.06/426.32	c  N st    80   2210822       336      1468         5     92142      4504   1022512   no data   no data
1702.06/426.32	c  S st    80   2210822       336      1468         5     92142      4504   1022512   no data   no data
1703.26/426.67	c  S st    80   2211325       336      1468         5     92641      4504   1031458   no data   no data
1703.26/426.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1703.68/426.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1703.68/426.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1703.68/426.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1703.68/426.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1703.68/426.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1703.68/426.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1703.68/426.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1706.45/427.45	c subs with bin:     4116  lits-rem:      2870  v-fix:    0  time:  0.68 s
1718.82/430.51	c lits-rem:      1597  cl-subs:    11668  v-elim:      0  v-fix:    0  time:  3.06 s
1718.82/430.51	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
1718.82/430.53	c vivif2 --  cl tried    76857 cl shrink        0 lits rem          0 time: 0.02
1719.22/430.60	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.07
1719.22/430.60	c calculated reachability. Time: 0.00
1719.22/430.60	c  N st    80   2211325       336      1468         5     76857      4504    828542   no data   no data
2199.97/551.03	c Following stats are for *FIRST FINISHED THREAD ONLY*
2199.97/551.03	c num threads              : 4          
2199.97/551.03	c restarts                 : 80         
2199.97/551.03	c dynamic restarts         : 0          
2199.97/551.03	c static restarts          : 80         
2199.97/551.03	c full restarts            : 4          
2199.97/551.03	c total simplify time      : 0.68       
2199.97/551.03	c learnts DL2              : 0          
2199.97/551.03	c learnts size 2           : 289        
2199.97/551.03	c learnts size 1           : 120         (34.29     % of vars)
2199.97/551.03	c filedLit time            : 0.13        (0.02      % time)
2199.97/551.03	c v-elim SatELite          : 16          (4.57      % vars)
2199.97/551.03	c SatELite time            : 9.83        (1.80      % time)
2199.97/551.03	c v-elim xor               : 0           (0.00      % vars)
2199.97/551.03	c xor elim time            : 0.02        (0.00      % time)
2199.97/551.03	c num binary xor trees     : 0          
2199.97/551.03	c binxor trees' crown      : 0           (nan       leafs/tree)
2199.97/551.03	c bin xor find time        : 0.00       
2199.97/551.03	c OTF clause improved      : 124448      (0.05      clauses/conflict)
2199.97/551.03	c OTF impr. size diff      : 130858      (1.05       lits/clause)
2199.97/551.03	c OTF cl watch-shrink      : 722760      (0.27      clauses/conflict)
2199.97/551.03	c OTF cl watch-sh-lit      : 942734      (1.30       lits/clause)
2199.97/551.03	c tried to recurMin cls    : 279258      (10.30      % of conflicts)
2199.97/551.03	c updated cache            : 6541        (0.02       lits/tried recurMin)
2199.97/551.03	c unit cls recevied        : 1           (0.83      % of units)
2199.97/551.03	c unit cls sent            : 8           (6.67      % of units)
2199.97/551.03	c bin cls recevied         : 2          
2199.97/551.03	c bin cls sent             : 133        
2199.97/551.03	c clauses over max glue    : 0           (0.00      % of all clauses)
2199.97/551.03	c conflicts                : 2712487     (4960.41   / sec)
2199.97/551.03	c decisions                : 3114277     (0.66      % random)
2199.97/551.03	c bogo-props               : 72940082330 (133387890.14 / sec)
2199.97/551.03	c conflict literals        : 44890825    (31.32     % deleted)
2199.97/551.03	c Memory used              : 422.77      MB
2199.97/551.03	c single-thread CPU time   : 546.83      s
2199.97/551.03	c all-threads sum CPU time : 2199.04     s
2199.97/551.03	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-3366488-1305405456/watcher-3366488-1305405456 -o /tmp/evaluation-result-3366488-1305405456/solver-3366488-1305405456 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366488-1305405456.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: 7.49 7.93 7.66 2/233 8591
/proc/meminfo: memFree=24316336/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 411 0 0 0 0 0 0 0 22 0 4 0 652146384 52396032 351 33554432000 4194304 4580107 140735626911040 18446744073709551615 222921777083 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 12792 351 302 95 0 7774 0
[pid=8591/tid=8592] ppid=8589 vsize=281824 CPUtime=0 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 88 0 0 0 0 0 0 0 24 0 4 0 652146385 288587776 670 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=281824 CPUtime=0 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73 0 0 0 0 0 0 0 24 0 4 0 652146385 288587776 670 33554432000 4194304 4580107 140735626911040 18446744073709551615 222921882094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=281824 CPUtime=0 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 82 0 0 0 0 0 0 0 24 0 4 0 652146385 288587776 670 33554432000 4194304 4580107 140735626911040 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0974801 s]
/proc/loadavg: 7.49 7.93 7.66 2/233 8591
/proc/meminfo: memFree=24316336/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=282504 CPUtime=0.36 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 1461 0 0 0 36 0 0 0 23 0 4 0 652146384 289284096 1381 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 70626 1381 377 95 0 65608 0
[pid=8591/tid=8592] ppid=8589 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 270 0 0 0 9 0 0 0 24 0 4 0 652146385 289284096 1381 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=282504 CPUtime=0.08 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 284 0 0 0 8 0 0 0 24 0 4 0 652146385 289284096 1381 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 217 0 0 0 9 0 0 0 24 0 4 0 652146385 289284096 1381 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282504

[startup+0.100483 s]
/proc/loadavg: 7.49 7.93 7.66 2/233 8591
/proc/meminfo: memFree=24316336/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=282504 CPUtime=0.38 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 1480 0 0 0 38 0 0 0 23 0 4 0 652146384 289284096 1400 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293680 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 70626 1401 377 95 0 65608 0
[pid=8591/tid=8592] ppid=8589 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 282 0 0 0 9 0 0 0 24 0 4 0 652146385 289284096 1401 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 286 0 0 0 9 0 0 0 24 0 4 0 652146385 289284096 1401 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 220 0 0 0 9 0 0 0 24 0 4 0 652146385 289284096 1401 33554432000 4194304 4580107 140735626911040 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282504

[startup+0.300413 s]
/proc/loadavg: 7.49 7.93 7.66 2/233 8591
/proc/meminfo: memFree=24316336/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=283880 CPUtime=1.17 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 2363 0 0 0 117 0 0 0 23 0 4 0 652146384 290693120 1848 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 70970 1848 377 95 0 65952 0
[pid=8591/tid=8592] ppid=8589 vsize=283880 CPUtime=0.29 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 509 0 0 0 29 0 0 0 24 0 4 0 652146385 290693120 1848 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=283880 CPUtime=0.29 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 522 0 0 0 29 0 0 0 25 0 4 0 652146385 290693120 1848 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=283880 CPUtime=0.29 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 430 0 0 0 29 0 0 0 25 0 4 0 652146385 290693120 1848 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283880

[startup+0.700341 s]
/proc/loadavg: 7.49 7.93 7.66 2/233 8591
/proc/meminfo: memFree=24316336/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=285332 CPUtime=2.77 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 4069 0 0 0 277 0 0 0 25 0 4 0 652146384 292179968 2065 33554432000 4194304 4580107 140735626911040 18446744073709551615 4318508 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 71333 2065 377 95 0 66315 0
[pid=8591/tid=8592] ppid=8589 vsize=285332 CPUtime=0.69 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 944 0 0 0 69 0 0 0 25 0 4 0 652146385 292179968 2065 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=285332 CPUtime=0.69 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 957 0 0 0 69 0 0 0 25 0 4 0 652146385 292179968 2065 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=285332 CPUtime=0.69 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 848 0 0 0 69 0 0 0 25 0 4 0 652146385 292179968 2066 33554432000 4194304 4580107 140735626911040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285332

[startup+1.5002 s]
/proc/loadavg: 7.49 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24292060/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=286580 CPUtime=5.96 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 7370 0 0 0 595 1 0 0 25 0 4 0 652146384 293457920 3596 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 71645 3596 379 95 0 66627 0
[pid=8591/tid=8592] ppid=8589 vsize=286580 CPUtime=1.49 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 1571 0 0 0 149 0 0 0 25 0 4 0 652146385 293457920 3596 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=286580 CPUtime=1.48 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 1589 0 0 0 148 0 0 0 25 0 4 0 652146385 293457920 3596 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=286580 CPUtime=1.49 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 1359 0 0 0 149 0 0 0 25 0 4 0 652146385 293457920 3596 33554432000 4194304 4580107 140735626911040 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286580

[startup+3.1009 s]
/proc/loadavg: 7.53 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24262832/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=297392 CPUtime=12.35 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 14993 0 0 0 1233 2 0 0 25 0 4 0 652146384 304529408 7960 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 74348 7960 379 95 0 69330 0
[pid=8591/tid=8592] ppid=8589 vsize=297392 CPUtime=3.09 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 3270 0 0 0 309 0 0 0 25 0 4 0 652146385 304529408 7960 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=297392 CPUtime=3.07 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 3897 0 0 0 307 0 0 0 25 0 4 0 652146385 304529408 7960 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=297392 CPUtime=3.08 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 3318 0 0 0 308 0 0 0 25 0 4 0 652146385 304529408 7960 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297392

[startup+6.30032 s]
/proc/loadavg: 7.53 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24227872/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=302220 CPUtime=25.13 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 23454 0 0 0 2509 4 0 0 25 0 4 0 652146384 309473280 11046 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 75555 11046 379 95 0 70537 0
[pid=8591/tid=8592] ppid=8589 vsize=302220 CPUtime=6.29 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 5883 0 0 0 628 1 0 0 25 0 4 0 652146385 309473280 11046 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=302220 CPUtime=6.25 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 6210 0 0 0 624 1 0 0 25 0 4 0 652146385 309473280 11046 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=302220 CPUtime=6.28 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 4722 0 0 0 628 0 0 0 25 0 4 0 652146385 309473280 11046 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 302220

[startup+12.7011 s]
/proc/loadavg: 7.68 7.95 7.66 9/245 8608
/proc/meminfo: memFree=24206856/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=307768 CPUtime=50.69 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 35929 0 0 0 5062 7 0 0 25 0 4 0 652146384 315154432 13909 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 76942 13909 379 95 0 71924 0
[pid=8591/tid=8592] ppid=8589 vsize=307768 CPUtime=12.68 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 8970 0 0 0 1267 1 0 0 25 0 4 0 652146385 315154432 13909 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=307768 CPUtime=12.6 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 8525 0 0 0 1259 1 0 0 25 0 4 0 652146385 315154432 13909 33554432000 4194304 4580107 140735626911040 18446744073709551615 4324374 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=307768 CPUtime=12.69 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 8116 0 0 0 1268 1 0 0 25 0 4 0 652146385 315154432 13909 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 307768

[startup+25.5008 s]
/proc/loadavg: 7.73 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24175960/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=315096 CPUtime=101.79 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 54789 0 0 0 10168 11 0 0 25 0 4 0 652146384 322658304 18351 33554432000 4194304 4580107 140735626911040 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 78774 18351 379 95 0 73756 0
[pid=8591/tid=8592] ppid=8589 vsize=315096 CPUtime=25.49 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 14093 0 0 0 2547 2 0 0 25 0 4 0 652146385 322658304 18351 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=315096 CPUtime=25.3 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 13291 0 0 0 2528 2 0 0 25 0 4 0 652146385 322658304 18351 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=315096 CPUtime=25.49 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 12296 0 0 0 2547 2 0 0 25 0 4 0 652146385 322658304 18351 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 315096

[startup+51.1011 s]
/proc/loadavg: 7.82 7.95 7.68 9/245 8639
/proc/meminfo: memFree=24161460/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=321944 CPUtime=204 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 82864 0 0 0 20382 18 0 0 25 0 4 0 652146384 329670656 21838 33554432000 4194304 4580107 140735626911040 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 80486 21838 379 95 0 75468 0
[pid=8591/tid=8592] ppid=8589 vsize=321944 CPUtime=51.09 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 22009 0 0 0 5105 4 0 0 25 0 4 0 652146385 329670656 21838 33554432000 4194304 4580107 140735626911040 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=321944 CPUtime=50.72 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 20542 0 0 0 5068 4 0 0 25 0 4 0 652146385 329670656 21838 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=321944 CPUtime=51.08 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 18351 0 0 0 5105 3 0 0 25 0 4 0 652146385 329670656 21838 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 321944

[startup+102.309 s]
/proc/loadavg: 8.02 7.99 7.70 9/245 8641
/proc/meminfo: memFree=24066384/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=323916 CPUtime=408.45 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 128268 0 0 0 40814 31 0 0 25 0 4 0 652146384 331689984 29907 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 80979 29907 379 95 0 75961 0
[pid=8591/tid=8592] ppid=8589 vsize=323916 CPUtime=102.3 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 33010 0 0 0 10222 8 0 0 25 0 4 0 652146385 331689984 29907 33554432000 4194304 4580107 140735626911040 18446744073709551615 4321799 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=323916 CPUtime=101.55 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 30482 0 0 0 10148 7 0 0 25 0 4 0 652146385 331689984 29907 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=323916 CPUtime=102.28 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 29631 0 0 0 10222 6 0 0 25 0 4 0 652146385 331689984 29907 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 323916

[startup+162.301 s]

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

/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 60464 0 0 0 34208 17 0 0 25 0 4 0 652146385 410595328 53638 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1366.67
Current children cumulated vsize (KiB) 400972

[startup+402.301 s]
/proc/loadavg: 8.02 8.04 7.80 9/245 8649
/proc/meminfo: memFree=23825176/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=412900 CPUtime=1606.24 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 289739 0 0 0 160539 85 0 0 25 0 4 0 652146384 422809600 56850 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 103225 56850 379 95 0 98207 0
[pid=8591/tid=8592] ppid=8589 vsize=412900 CPUtime=402.3 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 79273 0 0 0 40205 25 0 0 25 0 4 0 652146385 422809600 56850 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=412900 CPUtime=399.38 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 67417 0 0 0 39919 19 0 0 25 0 4 0 652146385 422809600 56850 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=412900 CPUtime=402.24 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 63973 0 0 0 40205 19 0 0 25 0 4 0 652146385 422809600 56850 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1606.24
Current children cumulated vsize (KiB) 412900

[startup+462.301 s]
/proc/loadavg: 8.07 8.05 7.82 9/245 8650
/proc/meminfo: memFree=23772816/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=413568 CPUtime=1845.8 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 314941 0 0 0 184486 94 0 0 25 0 4 0 652146384 423493632 60038 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 103392 60038 379 95 0 98374 0
[pid=8591/tid=8592] ppid=8589 vsize=413568 CPUtime=462.3 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 86588 0 0 0 46203 27 0 0 25 0 4 0 652146385 423493632 60038 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=413568 CPUtime=458.94 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 72459 0 0 0 45874 20 0 0 25 0 4 0 652146385 423493632 60038 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=413568 CPUtime=462.23 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 68557 0 0 0 46202 21 0 0 25 0 4 0 652146385 423493632 60038 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1845.8
Current children cumulated vsize (KiB) 413568

[startup+522.301 s]
/proc/loadavg: 8.09 8.05 7.83 9/245 8652
/proc/meminfo: memFree=23764116/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=422028 CPUtime=2085.36 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 337066 0 0 0 208433 103 0 0 25 0 4 0 652146384 432156672 63682 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 105507 63682 379 95 0 100489 0
[pid=8591/tid=8592] ppid=8589 vsize=422028 CPUtime=522.3 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 93864 0 0 0 52199 31 0 0 25 0 4 0 652146385 432156672 63682 33554432000 4194304 4580107 140735626911040 18446744073709551615 4296769 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=422028 CPUtime=518.51 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75232 0 0 0 51830 21 0 0 25 0 4 0 652146385 432156672 63682 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=422028 CPUtime=522.23 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 72482 0 0 0 52199 24 0 0 25 0 4 0 652146385 432156672 63682 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2085.36
Current children cumulated vsize (KiB) 422028

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

[startup+537.5 s]
/proc/loadavg: 8.14 8.07 7.84 9/245 8652
/proc/meminfo: memFree=23755420/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=422072 CPUtime=2146.04 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 339874 0 0 0 214500 104 0 0 25 0 4 0 652146384 432201728 64304 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 105518 64304 379 95 0 100500 0
[pid=8591/tid=8592] ppid=8589 vsize=422072 CPUtime=537.51 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 94777 0 0 0 53719 32 0 0 25 0 4 0 652146385 432201728 64304 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=422072 CPUtime=533.6 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75233 0 0 0 53339 21 0 0 25 0 4 0 652146385 432201728 64304 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=422072 CPUtime=537.42 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 72520 0 0 0 53718 24 0 0 25 0 4 0 652146385 432201728 64304 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2146.04
Current children cumulated vsize (KiB) 422072

[startup+543.901 s]
/proc/loadavg: 8.13 8.07 7.84 9/245 8653
/proc/meminfo: memFree=23741892/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2171.6 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 341545 0 0 0 217055 105 0 0 25 0 4 0 652146384 443301888 65916 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 65916 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=543.91 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 54359 32 0 0 25 0 4 0 652146385 443301888 65916 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=539.95 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 53974 21 0 0 25 0 4 0 652146385 443301888 65916 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=543.82 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73369 0 0 0 54358 24 0 0 25 0 4 0 652146385 443301888 65916 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2171.6
Current children cumulated vsize (KiB) 432912

[startup+547.1 s]
/proc/loadavg: 8.12 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23735320/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2184.37 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342044 0 0 0 218332 105 0 0 25 0 4 0 652146384 443301888 66415 33554432000 4194304 4580107 140735626911040 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66415 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=547.1 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 54678 32 0 0 25 0 4 0 652146385 443301888 66415 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=543.13 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54292 21 0 0 25 0 4 0 652146385 443301888 66415 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=547.02 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73636 0 0 0 54678 24 0 0 25 0 4 0 652146385 443301888 66415 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2184.37
Current children cumulated vsize (KiB) 432912

[startup+548.701 s]
/proc/loadavg: 8.12 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23733212/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2190.77 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342266 0 0 0 218971 106 0 0 25 0 4 0 652146384 443301888 66637 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66637 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=548.7 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 54838 32 0 0 25 0 4 0 652146385 443301888 66637 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=544.72 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54451 21 0 0 25 0 4 0 652146385 443301888 66637 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=548.62 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73767 0 0 0 54838 24 0 0 25 0 4 0 652146385 443301888 66637 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2190.77
Current children cumulated vsize (KiB) 432912

[startup+550.301 s]
/proc/loadavg: 8.12 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23725772/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2197.15 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342463 0 0 0 219609 106 0 0 25 0 4 0 652146384 443301888 66834 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66834 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=550.3 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 54998 32 0 0 25 0 4 0 652146385 443301888 66834 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=546.3 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54609 21 0 0 25 0 4 0 652146385 443301888 66834 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=550.22 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73879 0 0 0 54998 24 0 0 25 0 4 0 652146385 443301888 66834 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2197.15
Current children cumulated vsize (KiB) 432912

[startup+550.701 s]
/proc/loadavg: 8.12 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23725772/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2198.75 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342510 0 0 0 219769 106 0 0 25 0 4 0 652146384 443301888 66881 33554432000 4194304 4580107 140735626911040 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66881 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=550.7 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 55038 32 0 0 25 0 4 0 652146385 443301888 66881 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=546.7 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54649 21 0 0 25 0 4 0 652146385 443301888 66881 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=550.62 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73904 0 0 0 55038 24 0 0 25 0 4 0 652146385 443301888 66882 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2198.75
Current children cumulated vsize (KiB) 432912

[startup+550.901 s]
/proc/loadavg: 8.12 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23725772/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2199.55 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342534 0 0 0 219849 106 0 0 25 0 4 0 652146384 443301888 66905 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66905 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=550.9 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 55058 32 0 0 25 0 4 0 652146385 443301888 66905 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=546.9 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54669 21 0 0 25 0 4 0 652146385 443301888 66905 33554432000 4194304 4580107 140735626911040 18446744073709551615 4305219 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=550.82 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73918 0 0 0 55058 24 0 0 25 0 4 0 652146385 443301888 66905 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2199.55
Current children cumulated vsize (KiB) 432912

[startup+551.001 s]
/proc/loadavg: 8.11 8.06 7.84 9/245 8653
/proc/meminfo: memFree=23723788/32951124 swapFree=61559568/67111528
[pid=8591] ppid=8589 vsize=432912 CPUtime=2199.97 cores=0,2,4,6
/proc/8591/stat : 8591 (strangenight2-m) R 8589 8591 7898 0 -1 4202496 342547 0 0 0 219891 106 0 0 25 0 4 0 652146384 443301888 66918 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8591/statm: 108228 66918 379 95 0 103210 0
[pid=8591/tid=8592] ppid=8589 vsize=432912 CPUtime=551.01 cores=0,2,4,6
/proc/8591/task/8592/stat : 8592 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 95018 0 0 0 55069 32 0 0 25 0 4 0 652146385 443301888 66919 33554432000 4194304 4580107 140735626911040 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8591/tid=8593] ppid=8589 vsize=432912 CPUtime=547 cores=0,2,4,6
/proc/8591/task/8593/stat : 8593 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 75295 0 0 0 54679 21 0 0 25 0 4 0 652146385 443301888 66919 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8591/tid=8594] ppid=8589 vsize=432912 CPUtime=550.93 cores=0,2,4,6
/proc/8591/task/8594/stat : 8594 (strangenight2-m) R 8589 8591 7898 0 -1 4202560 73925 0 0 0 55069 24 0 0 25 0 4 0 652146385 443301888 66919 33554432000 4194304 4580107 140735626911040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2199.97
Current children cumulated vsize (KiB) 432912

Child status: 20
Real time (s): 551.051
CPU time (s): 2200.11
CPU user time (s): 2199.04
CPU system time (s): 1.07484
CPU usage (%): 399.258
Max. virtual memory (cumulated for all children) (KiB): 432912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2199.04
system time used= 1.07484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342555
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= 161
involuntary context switches= 15725

runsolver used 1.12283 second user time and 2.89556 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 22:37:36
IDJOB=3366488
IDBENCH=82897
IDSOLVER=1844
FILE ID=node109/3366488-1305405456
RUNJOBID= node109-1305405456-8581
PBS_JOBID= 13324470
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366488-1305405456/watcher-3366488-1305405456 -o /tmp/evaluation-result-3366488-1305405456/solver-3366488-1305405456 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366488-1305405456.cnf

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=1666170151

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      24316740 kB
Buffers:        232772 kB
Cached:        2252544 kB
SwapCached:      28404 kB
Active:          94932 kB
Inactive:      8323480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24316740 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            5464 kB
Writeback:           8 kB
AnonPages:     5911484 kB
Mapped:          17208 kB
Slab:           122436 kB
PageTables:      30740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17853244 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= 73216 MiB
End job on node109 at 2011-05-14 22:46:47