Trace number 3174079

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-mtUNSAT 2190.76 548.453

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-3174079-1304087895.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.18/0.36	c  N st    10     11299       337      1475         1      4426      4526     56650   no data   no data
1.98/0.59	c  N st    11     17042       337      1475         1      9941      4526    147987   no data   no data
3.58/0.97	c  F st    12     25000       337      1475         1     12219      4526    189292   no data   no data
3.58/0.97	c  N st    12     25000       337      1475         1     12219      4526    189292   no data   no data
4.77/1.22	c Decided on static restart strategy
4.77/1.22	c  N st    18     30001       337      1475         1     10543      4526    145639   no data   no data
4.77/1.22	c  S st    18     30001       337      1475         1     10543      4526    145639   no data   no data
4.77/1.25	c  S st    18     30505       337      1475         1     11045      4526    154759   no data   no data
4.77/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.26	c blocked clauses removed:        7 vars:      1 tried:         337 T: 0.00 s
4.77/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.77/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.32	c lits-rem:       208  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  0.05 s
5.18/1.33	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
5.18/1.33	c calculated reachability. Time: 0.00
5.18/1.33	c  N st    18     30505       336      1468         1      9677      4504    132846   no data   no data
6.37/1.69	c  N st    20     37618       336      1468         1      8970      4504    108061   no data   no data
7.97/2.04	c  N st    21     44018       336      1468         1     15141      4504    220717   no data   no data
8.38/2.16	c  S st    22     45757       336      1468         1     16822      4504    250066   no data   no data
8.78/2.21	c  S st    22     46259       336      1468         1     17323      4504    259360   no data   no data
8.78/2.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.78/2.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.78/2.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.78/2.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.78/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.78/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.41	c lits-rem:       234  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  0.18 s
9.57/2.41	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
9.57/2.41	c vivif2 --  cl tried    15467 cl shrink        0 lits rem          0 time: 0.00
9.57/2.42	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
9.57/2.42	c calculated reachability. Time: 0.00
9.57/2.42	c  N st    22     46259       336      1468         1     15467      4504    227807   no data   no data
13.18/3.33	c  N st    23     60656       336      1468         1     11196      4504    127067   no data   no data
15.16/3.88	c  N st    24     69390       336      1468         1     19583      4504    270948   no data   no data
15.16/3.88	c  S st    24     69390       336      1468         1     19583      4504    270948   no data   no data
15.56/3.93	c  S st    24     69892       336      1468         1     20083      4504    279509   no data   no data
15.56/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
15.56/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.19	c lits-rem:       539  cl-subs:     2255  v-elim:      0  v-fix:    0  time:  0.24 s
16.36/4.19	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
16.36/4.19	c vivif2 --  cl tried    17828 cl shrink        0 lits rem          0 time: 0.00
16.76/4.20	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
16.76/4.20	c calculated reachability. Time: 0.00
16.76/4.20	c  N st    24     69892       336      1468         1     17828      4504    245401   no data   no data
21.56/5.41	c  F st    25     87503       336      1468         1     12796      4504    144482   no data   no data
21.56/5.41	c  N st    25     87503       336      1468         1     12796      4504    144482   no data   no data
22.75/5.74	c Decided on static restart strategy
23.55/5.94	c  N st    32     95541       336      1468         1     20613      4504    284816   no data   no data
26.37/6.61	c  N st    34    104840       336      1468         1     17021      4504    212484   no data   no data
26.37/6.61	c  S st    34    104840       336      1468         1     17021      4504    212484   no data   no data
26.37/6.66	c  S st    34    105341       336      1468         1     17519      4504    220983   no data   no data
26.37/6.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.37/6.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
26.37/6.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.37/6.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.37/6.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.37/6.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
26.37/6.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.37/6.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.37/6.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.74/6.73	c lits-rem:        52  cl-subs:      760  v-elim:      0  v-fix:    0  time:  0.06 s
26.74/6.73	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
26.74/6.74	c vivif2 --  cl tried    16759 cl shrink        0 lits rem          0 time: 0.00
26.74/6.74	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
26.74/6.74	c calculated reachability. Time: 0.00
26.74/6.74	c  N st    34    105341       336      1468         1     16759      4504    208374   no data   no data
29.54/7.41	c  N st    35    114939       336      1468         1     26047      4504    384781   no data   no data
33.94/8.59	c  N st    36    129336       336      1468         1     26316      4504    355424   no data   no data
41.13/10.30	c  N st    37    150933       336      1468         1     17349      4504    181755   no data   no data
43.13/10.84	c  S st    38    158011       336      1468         1     24187      4504    302115   no data   no data
43.54/10.91	c  S st    38    158511       336      1468         1     24685      4504    311012   no data   no data
43.54/10.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.54/10.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
43.54/10.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.54/10.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.54/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.54/10.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
43.54/10.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.54/10.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.54/10.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.32/11.10	c lits-rem:       128  cl-subs:     1547  v-elim:      0  v-fix:    0  time:  0.17 s
44.32/11.10	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
44.32/11.10	c vivif2 --  cl tried    23138 cl shrink        0 lits rem          0 time: 0.00
44.32/11.11	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
44.32/11.11	c calculated reachability. Time: 0.00
44.32/11.11	c  N st    38    158511       336      1468         1     23138      4504    286657   no data   no data
61.89/15.57	c  N st    39    207102       336      1468         1     36093      4504    491459   no data   no data
73.48/18.42	c  N st    40    237766       336      1468         1     28143      4504    339848   no data   no data
73.48/18.42	c  S st    40    237766       336      1468         1     28143      4504    339848   no data   no data
73.48/18.49	c  S st    40    238266       336      1468         1     28639      4504    348950   no data   no data
73.88/18.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.88/18.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
73.88/18.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.88/18.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.88/18.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.88/18.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
73.88/18.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.88/18.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
73.88/18.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.71/18.79	c lits-rem:       305  cl-subs:     2010  v-elim:      0  v-fix:    0  time:  0.27 s
74.71/18.79	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
74.71/18.79	c vivif2 --  cl tried    26629 cl shrink        0 lits rem          0 time: 0.00
75.08/18.81	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.01
75.08/18.81	c calculated reachability. Time: 0.00
75.08/18.81	c  N st    40    238266       336      1468         1     26629      4504    316176   no data   no data
104.25/26.16	c  F st    41    306250       336      1468         1     28607      4504    319550   no data   no data
104.25/26.16	c  N st    41    306250       336      1468         1     28607      4504    319550   no data   no data
106.64/26.76	c Decided on static restart strategy
117.82/29.58	c  N st    51    334561       336      1468         1     32815      4504    380275   no data   no data
129.00/32.36	c  N st    53    357399       336      1468         1     30662      4504    328288   no data   no data
129.00/32.36	c  S st    53    357399       336      1468         1     30662      4504    328288   no data   no data
129.40/32.44	c  S st    53    357904       336      1468         1     31162      4504    337904   no data   no data
129.40/32.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.40/32.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
129.40/32.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.40/32.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.40/32.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.40/32.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
129.40/32.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
129.40/32.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
129.40/32.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.20/32.66	c lits-rem:       127  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  0.20 s
130.20/32.66	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
130.20/32.66	c vivif2 --  cl tried    29269 cl shrink        0 lits rem          0 time: 0.00
130.20/32.68	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.02
130.20/32.68	c calculated reachability. Time: 0.00
130.20/32.68	c  N st    53    357904       336      1468         1     29269      4504    310910   no data   no data
145.78/36.59	c  N st    54    390298       336      1468         1     35367      4504    403013   no data   no data
172.55/43.27	c  N st    55    438888       336      1468         1     29277      4504    278621   no data   no data
210.10/52.66	c  N st    56    511770       336      1468         1     42717      4504    499449   no data   no data
223.28/55.96	c  N st    57    536857       336      1468         1     36946      4504    394783   no data   no data
223.28/55.96	c  S st    57    536857       336      1468         1     36946      4504    394783   no data   no data
223.69/56.06	c  S st    57    537362       336      1468         1     37448      4504    404196   no data   no data
223.69/56.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
223.69/56.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
223.69/56.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
223.69/56.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.69/56.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.69/56.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
223.69/56.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
223.69/56.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
223.69/56.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.88/56.34	c lits-rem:       154  cl-subs:     1686  v-elim:      0  v-fix:    0  time:  0.24 s
224.88/56.34	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
224.88/56.35	c vivif2 --  cl tried    35762 cl shrink        0 lits rem          0 time: 0.01
224.88/56.37	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.02
224.88/56.37	c calculated reachability. Time: 0.00
224.88/56.37	c  N st    57    537362       336      1468         1     35762      4504    377013   no data   no data
324.34/81.23	c  N st    58    701346       336      1468         1     64785      4504    864921   no data   no data
396.25/99.26	c  N st    59    806043       336      1468         1     58214      4504    688013   no data   no data
396.25/99.26	c  S st    59    806043       336      1468         1     58214      4504    688013   no data   no data
397.04/99.43	c  S st    59    806544       336      1468         1     58712      4504    697320   no data   no data
397.04/99.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
397.04/99.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
397.04/99.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.04/99.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.04/99.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.04/99.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
397.04/99.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.04/99.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
397.04/99.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.26/101.21	c lits-rem:       558  cl-subs:     6952  v-elim:      0  v-fix:    0  time:  1.72 s
404.26/101.21	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
404.26/101.21	c vivif2 --  cl tried    51760 cl shrink        0 lits rem          0 time: 0.01
404.26/101.25	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.04
404.26/101.25	c calculated reachability. Time: 0.00
404.26/101.25	c  N st    59    806544       336      1468         1     51760      4504    589662   no data   no data
600.76/150.45	c  F st    60   1071875       336      1468         1     67616      4504    806221   no data   no data
600.76/150.45	c  N st    60   1071875       336      1468         1     67616      4504    806221   no data   no data
605.56/151.62	c Decided on static restart strategy
626.33/156.88	c  N st    70   1100176       336      1468         1     51659      4504    514322   no data   no data
654.71/163.99	c  N st    72   1136173       336      1468         1     86166      4504   1126590   no data   no data
678.65/169.90	c  N st    73   1168567       336      1468         1     72992      4504    864976   no data   no data
714.21/178.87	c  N st    74   1209819       336      1468         1     67545      4504    773247   no data   no data
714.21/178.87	c  S st    74   1209819       336      1468         1     67545      4504    773247   no data   no data
715.41/179.16	c  S st    74   1210320       336      1468         1     68044      4504    782837   no data   no data
715.41/179.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
715.41/179.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
715.41/179.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
715.41/179.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
715.41/179.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.41/179.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
715.41/179.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
715.82/179.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
715.82/179.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
725.38/181.61	c lits-rem:      1565  cl-subs:     7914  v-elim:      0  v-fix:    0  time:  2.37 s
725.38/181.61	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
725.38/181.62	c vivif2 --  cl tried    60130 cl shrink        0 lits rem          0 time: 0.01
725.38/181.67	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.05
725.38/181.67	c calculated reachability. Time: 0.00
725.38/181.67	c  N st    74   1210320       336      1468         1     60130      4504    662180   no data   no data
784.11/196.37	c  N st    75   1283203       336      1468         1     84054      4504   1035975   no data   no data
878.39/219.91	c  N st    76   1392526       336      1468         1     94055      4504   1196332   no data   no data
1029.37/257.75	c  N st    77   1556511       336      1468         1    102177      4504   1378622   no data   no data
1178.37/295.01	c  N st    78   1710320       336      1468         1     90967      4504   1089006   no data   no data
1178.37/295.01	c  S st    78   1710320       336      1468         1     90967      4504   1089006   no data   no data
1179.97/295.41	c  S st    78   1710821       336      1468         1     91468      4504   1099227   no data   no data
1179.97/295.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1179.97/295.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1179.97/295.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1179.97/295.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1179.97/295.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1179.97/295.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1179.97/295.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1179.97/295.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1180.37/295.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1206.73/302.15	c lits-rem:       988  cl-subs:    15128  v-elim:      0  v-fix:    0  time:  6.62 s
1206.73/302.15	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
1206.73/302.16	c vivif2 --  cl tried    76340 cl shrink        0 lits rem          0 time: 0.01
1207.13/302.25	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.08
1207.13/302.25	c calculated reachability. Time: 0.00
1207.13/302.25	c  N st    78   1710821       336      1468         1     76340      4504    869651   no data   no data
1581.03/395.89	c  N st    79   2079786       336      1468         3     88001      4504    936399   no data   no data
1704.87/426.87	c  N st    80   2210822       336      1468         5     92142      4504   1022512   no data   no data
1704.87/426.87	c  S st    80   2210822       336      1468         5     92142      4504   1022512   no data   no data
1706.45/427.21	c  S st    80   2211325       336      1468         5     92641      4504   1031458   no data   no data
1706.45/427.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1706.45/427.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1706.45/427.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1706.45/427.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1706.45/427.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1706.45/427.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1706.45/427.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1706.45/427.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1709.65/428.04	c subs with bin:     4116  lits-rem:      2870  v-fix:    0  time:  0.71 s
1720.44/430.79	c lits-rem:      1597  cl-subs:    11668  v-elim:      0  v-fix:    0  time:  2.75 s
1720.44/430.79	c vivif2 --  cl tried     1468 cl shrink        0 lits rem          0 time: 0.00
1720.84/430.80	c vivif2 --  cl tried    76857 cl shrink        0 lits rem          0 time: 0.01
1720.84/430.87	c asymm  cl-useful: 0/1468/1468 lits-rem:0 time: 0.07
1720.84/430.87	c calculated reachability. Time: 0.00
1720.84/430.87	c  N st    80   2211325       336      1468         5     76857      4504    828542   no data   no data
2190.59/548.43	c Following stats are for *FIRST FINISHED THREAD ONLY*
2190.59/548.43	c num threads              : 4          
2190.59/548.43	c restarts                 : 80         
2190.59/548.43	c dynamic restarts         : 0          
2190.59/548.43	c static restarts          : 80         
2190.59/548.43	c full restarts            : 4          
2190.59/548.43	c total simplify time      : 0.83       
2190.59/548.43	c learnts DL2              : 0          
2190.59/548.43	c learnts size 2           : 289        
2190.59/548.43	c learnts size 1           : 120         (34.29     % of vars)
2190.59/548.43	c filedLit time            : 0.13        (0.02      % time)
2190.59/548.43	c v-elim SatELite          : 16          (4.57      % vars)
2190.59/548.43	c SatELite time            : 9.81        (1.80      % time)
2190.59/548.43	c v-elim xor               : 0           (0.00      % vars)
2190.59/548.43	c xor elim time            : 0.02        (0.00      % time)
2190.59/548.43	c num binary xor trees     : 0          
2190.59/548.43	c binxor trees' crown      : 0           (nan       leafs/tree)
2190.59/548.43	c bin xor find time        : 0.00       
2190.59/548.43	c OTF clause improved      : 124448      (0.05      clauses/conflict)
2190.59/548.43	c OTF impr. size diff      : 130858      (1.05       lits/clause)
2190.59/548.43	c OTF cl watch-shrink      : 722760      (0.27      clauses/conflict)
2190.59/548.43	c OTF cl watch-sh-lit      : 942734      (1.30       lits/clause)
2190.59/548.43	c tried to recurMin cls    : 279258      (10.30      % of conflicts)
2190.59/548.43	c updated cache            : 6541        (0.02       lits/tried recurMin)
2190.59/548.43	c unit cls recevied        : 1           (0.83      % of units)
2190.59/548.43	c unit cls sent            : 8           (6.67      % of units)
2190.59/548.43	c bin cls recevied         : 2          
2190.59/548.43	c bin cls sent             : 133        
2190.59/548.43	c clauses over max glue    : 0           (0.00      % of all clauses)
2190.59/548.43	c conflicts                : 2712487     (4975.14   / sec)
2190.59/548.43	c decisions                : 3114277     (0.66      % random)
2190.59/548.43	c bogo-props               : 72940082330 (133783926.40 / sec)
2190.59/548.43	c conflict literals        : 44890825    (31.32     % deleted)
2190.59/548.43	c Memory used              : 505.27      MB
2190.59/548.43	c single-thread CPU time   : 545.21      s
2190.59/548.43	c all-threads sum CPU time : 2189.65     s
2190.59/548.43	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174079-1304087895/watcher-3174079-1304087895 -o /tmp/evaluation-result-3174079-1304087895/solver-3174079-1304087895 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174079-1304087895.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: 6.30 7.68 7.89 8/180 985
/proc/meminfo: memFree=29400884/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 599020173 52441088 347 33554432000 4194304 4627427 140736341304816 18446744073709551615 251367603185 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/985/statm: 12803 347 299 106 0 7774 0
[pid=985/tid=986] ppid=983 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) D 983 985 384 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 4 0 599020174 186658816 365 33554432000 4194304 4627427 140736341304816 18446744073709551615 251367221592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) D 983 985 384 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 4 0 599020174 186658816 365 33554432000 4194304 4627427 140736341304816 18446744073709551615 251367201776 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=988] ppid=983 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 4 0 599020174 186658816 365 33554432000 4194304 4627427 140736341304816 18446744073709551615 251367590023 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0571499 s]
/proc/loadavg: 6.30 7.68 7.89 8/180 985
/proc/meminfo: memFree=29400884/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=282132 CPUtime=0.2 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 1254 0 0 0 20 0 0 0 23 0 4 0 599020173 288903168 1169 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 70533 1170 384 106 0 65504 0
[pid=985/tid=986] ppid=983 vsize=282132 CPUtime=0.05 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 207 0 0 0 5 0 0 0 24 0 4 0 599020174 288903168 1170 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=282132 CPUtime=0.04 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 206 0 0 0 4 0 0 0 24 0 4 0 599020174 288903168 1170 33554432000 4194304 4627427 140736341304816 18446744073709551615 4321328 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=282132 CPUtime=0.05 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 185 0 0 0 5 0 0 0 24 0 4 0 599020174 288903168 1170 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282132

[startup+0.101142 s]
/proc/loadavg: 6.30 7.68 7.89 8/180 985
/proc/meminfo: memFree=29400884/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=282132 CPUtime=0.38 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 1485 0 0 0 38 0 0 0 23 0 4 0 599020173 288903168 1400 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 70533 1400 384 106 0 65504 0
[pid=985/tid=986] ppid=983 vsize=282132 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 265 0 0 0 9 0 0 0 24 0 4 0 599020174 288903168 1400 33554432000 4194304 4627427 140736341304816 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=282132 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 264 0 0 0 9 0 0 0 24 0 4 0 599020174 288903168 1400 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=282132 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 241 0 0 0 9 0 0 0 24 0 4 0 599020174 288903168 1400 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308599 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) 282132

[startup+0.301105 s]
/proc/loadavg: 6.30 7.68 7.89 8/180 985
/proc/meminfo: memFree=29400884/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=283348 CPUtime=1.18 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 2376 0 0 0 118 0 0 0 23 0 4 0 599020173 290148352 1856 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 70837 1856 385 106 0 65808 0
[pid=985/tid=986] ppid=983 vsize=283348 CPUtime=0.29 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 498 0 0 0 29 0 0 0 25 0 4 0 599020174 290148352 1856 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=283348 CPUtime=0.29 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 487 0 0 0 29 0 0 0 25 0 4 0 599020174 290148352 1856 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=283348 CPUtime=0.29 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 465 0 0 0 29 0 0 0 25 0 4 0 599020174 290148352 1856 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283348

[startup+0.701032 s]
/proc/loadavg: 6.30 7.68 7.89 8/180 985
/proc/meminfo: memFree=29400884/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=284664 CPUtime=2.78 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 4096 0 0 0 278 0 0 0 25 0 4 0 599020173 291495936 2087 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308767 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 71166 2087 385 106 0 66137 0
[pid=985/tid=986] ppid=983 vsize=284664 CPUtime=0.69 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 934 0 0 0 69 0 0 0 25 0 4 0 599020174 291495936 2087 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=284664 CPUtime=0.69 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 599020174 291495936 2087 33554432000 4194304 4627427 140736341304816 18446744073709551615 4327616 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=284664 CPUtime=0.69 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 895 0 0 0 69 0 0 0 25 0 4 0 599020174 291495936 2087 33554432000 4194304 4627427 140736341304816 18446744073709551615 4330343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284664

[startup+1.50089 s]
/proc/loadavg: 6.30 7.68 7.89 9/184 989
/proc/meminfo: memFree=29382748/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=289684 CPUtime=5.98 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 7392 0 0 0 597 1 0 0 25 0 4 0 599020173 296636416 3815 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 72421 3815 389 106 0 67392 0
[pid=985/tid=986] ppid=983 vsize=289684 CPUtime=1.49 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 1563 0 0 0 149 0 0 0 25 0 4 0 599020174 296636416 3815 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=289684 CPUtime=1.48 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 1557 0 0 0 148 0 0 0 25 0 4 0 599020174 296636416 3815 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=289684 CPUtime=1.49 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 1393 0 0 0 149 0 0 0 25 0 4 0 599020174 296636416 3815 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289684

[startup+3.10059 s]
/proc/loadavg: 6.30 7.68 7.89 9/184 989
/proc/meminfo: memFree=29350748/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=293008 CPUtime=12.36 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 15174 0 0 0 1234 2 0 0 25 0 4 0 599020173 300040192 8128 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 73252 8128 389 106 0 68223 0
[pid=985/tid=986] ppid=983 vsize=293008 CPUtime=3.09 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 3299 0 0 0 309 0 0 0 25 0 4 0 599020174 300040192 8128 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=293008 CPUtime=3.07 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 3895 0 0 0 307 0 0 0 25 0 4 0 599020174 300040192 8128 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=293008 CPUtime=3.09 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 3709 0 0 0 309 0 0 0 25 0 4 0 599020174 300040192 8128 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293008

[startup+6.301 s]
/proc/loadavg: 6.44 7.69 7.89 9/184 989
/proc/meminfo: memFree=29317644/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=296748 CPUtime=25.15 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 23451 0 0 0 2512 3 0 0 25 0 4 0 599020173 303869952 11015 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 74187 11015 389 106 0 69158 0
[pid=985/tid=986] ppid=983 vsize=296748 CPUtime=6.28 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 5887 0 0 0 628 0 0 0 25 0 4 0 599020174 303869952 11015 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=296748 CPUtime=6.26 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 6148 0 0 0 625 1 0 0 25 0 4 0 599020174 303869952 11015 33554432000 4194304 4627427 140736341304816 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=296748 CPUtime=6.29 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 5218 0 0 0 629 0 0 0 25 0 4 0 599020174 303869952 11015 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 296748

[startup+12.7008 s]
/proc/loadavg: 6.56 7.69 7.89 9/184 989
/proc/meminfo: memFree=29287140/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=300940 CPUtime=50.71 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 36270 0 0 0 5066 5 0 0 25 0 4 0 599020173 308162560 14372 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 75235 14372 389 106 0 70206 0
[pid=985/tid=986] ppid=983 vsize=300940 CPUtime=12.68 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 9067 0 0 0 1267 1 0 0 25 0 4 0 599020174 308162560 14372 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=300940 CPUtime=12.63 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 8652 0 0 0 1262 1 0 0 25 0 4 0 599020174 308162560 14372 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=300940 CPUtime=12.69 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 9026 0 0 0 1268 1 0 0 25 0 4 0 599020174 308162560 14372 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 300940

[startup+25.5005 s]
/proc/loadavg: 6.88 7.71 7.90 9/184 990
/proc/meminfo: memFree=29248684/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=304376 CPUtime=101.85 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 55251 0 0 0 10175 10 0 0 25 0 4 0 599020173 311681024 18416 33554432000 4194304 4627427 140736341304816 18446744073709551615 4338622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 76094 18416 389 106 0 71065 0
[pid=985/tid=986] ppid=983 vsize=304376 CPUtime=25.48 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 14301 0 0 0 2546 2 0 0 25 0 4 0 599020174 311681024 18416 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=304376 CPUtime=25.35 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 13595 0 0 0 2533 2 0 0 25 0 4 0 599020174 311681024 18416 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=304376 CPUtime=25.49 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 13563 0 0 0 2547 2 0 0 25 0 4 0 599020174 311681024 18416 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 304376

[startup+51.1007 s]
/proc/loadavg: 7.42 7.76 7.91 10/185 993
/proc/meminfo: memFree=29191004/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=317328 CPUtime=204.11 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 83802 0 0 0 20395 16 0 0 25 0 4 0 599020173 324943872 22308 33554432000 4194304 4627427 140736341304816 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 79332 22314 389 106 0 74303 0
[pid=985/tid=986] ppid=983 vsize=317328 CPUtime=51.08 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 22314 0 0 0 5104 4 0 0 25 0 4 0 599020174 324943872 22317 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=317328 CPUtime=50.82 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 21121 0 0 0 5078 4 0 0 25 0 4 0 599020174 324943872 22321 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=317328 CPUtime=51.09 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 19969 0 0 0 5105 4 0 0 25 0 4 0 599020174 324943872 22324 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 317328

[startup+102.306 s]
/proc/loadavg: 7.82 7.83 7.92 9/184 995
/proc/meminfo: memFree=29156912/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=310372 CPUtime=408.65 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 129261 0 0 0 40838 27 0 0 25 0 4 0 599020173 317820928 29779 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 77593 29779 389 106 0 72564 0
[pid=985/tid=986] ppid=983 vsize=310372 CPUtime=102.29 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 33219 0 0 0 10223 6 0 0 25 0 4 0 599020174 317820928 29779 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=310372 CPUtime=101.74 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 31416 0 0 0 10168 6 0 0 25 0 4 0 599020174 317820928 29779 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=310372 CPUtime=102.3 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 31929 0 0 0 10223 7 0 0 25 0 4 0 599020174 317820928 29779 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 310372

[startup+162.3 s]

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

/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 71413 0 0 0 34212 17 0 0 25 0 4 0 599020174 350224384 51787 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1367.31
Current children cumulated vsize (KiB) 342016

[startup+402.301 s]
/proc/loadavg: 8.10 8.00 7.95 9/184 1003
/proc/meminfo: memFree=28939180/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=342740 CPUtime=1606.99 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 308281 0 0 0 160613 86 0 0 25 0 4 0 599020173 350965760 52823 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 85685 52823 389 106 0 80656 0
[pid=985/tid=986] ppid=983 vsize=342740 CPUtime=402.25 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 80280 0 0 0 40203 22 0 0 25 0 4 0 599020174 350965760 52823 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=342740 CPUtime=400.12 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 75599 0 0 0 39992 20 0 0 25 0 4 0 599020174 350965760 52823 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=342740 CPUtime=402.3 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 78036 0 0 0 40210 20 0 0 25 0 4 0 599020174 350965760 52823 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1606.99
Current children cumulated vsize (KiB) 342740

[startup+462.301 s]
/proc/loadavg: 8.15 8.02 7.96 9/184 1004
/proc/meminfo: memFree=28888264/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=346624 CPUtime=1846.66 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 338765 0 0 0 184570 96 0 0 25 0 4 0 599020173 354942976 56545 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 86656 56545 389 106 0 81627 0
[pid=985/tid=986] ppid=983 vsize=346624 CPUtime=462.25 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 87595 0 0 0 46201 24 0 0 25 0 4 0 599020174 354942976 56545 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=346624 CPUtime=459.79 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 82913 0 0 0 45957 22 0 0 25 0 4 0 599020174 354942976 56545 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=346624 CPUtime=462.3 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 86769 0 0 0 46207 23 0 0 25 0 4 0 599020174 354942976 56545 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1846.66
Current children cumulated vsize (KiB) 346624

[startup+522.301 s]
/proc/loadavg: 8.12 8.03 7.97 9/184 1006
/proc/meminfo: memFree=28881028/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517348 CPUtime=2086.34 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 366955 0 0 0 208529 105 0 0 25 0 4 0 599020173 529764352 63701 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129337 63701 389 106 0 124308 0
[pid=985/tid=986] ppid=983 vsize=517348 CPUtime=522.24 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 95195 0 0 0 52198 26 0 0 25 0 4 0 599020174 529764352 63701 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517348 CPUtime=519.47 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 89610 0 0 0 51922 25 0 0 25 0 4 0 599020174 529764352 63701 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517348 CPUtime=522.31 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 92884 0 0 0 52206 25 0 0 25 0 4 0 599020174 529764352 63701 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2086.34
Current children cumulated vsize (KiB) 517348

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

[startup+524.706 s]
/proc/loadavg: 8.11 8.03 7.97 9/184 1006
/proc/meminfo: memFree=28877676/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517348 CPUtime=2095.94 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 368312 0 0 0 209489 105 0 0 25 0 4 0 599020173 529764352 65000 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129337 65000 389 106 0 124308 0
[pid=985/tid=986] ppid=983 vsize=517348 CPUtime=524.65 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 95370 0 0 0 52439 26 0 0 25 0 4 0 599020174 529764352 65000 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517348 CPUtime=521.85 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 90383 0 0 0 52160 25 0 0 25 0 4 0 599020174 529764352 65000 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517348 CPUtime=524.71 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 93099 0 0 0 52446 25 0 0 25 0 4 0 599020174 529764352 65000 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2095.94
Current children cumulated vsize (KiB) 517348

[startup+537.501 s]
/proc/loadavg: 8.09 8.03 7.97 9/184 1006
/proc/meminfo: memFree=28847536/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517348 CPUtime=2147.06 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 371655 0 0 0 214598 108 0 0 25 0 4 0 599020173 529764352 68343 33554432000 4194304 4627427 140736341304816 18446744073709551615 4324341 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129337 68343 389 106 0 124308 0
[pid=985/tid=986] ppid=983 vsize=517348 CPUtime=537.45 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 96100 0 0 0 53718 27 0 0 25 0 4 0 599020174 529764352 68343 33554432000 4194304 4627427 140736341304816 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517348 CPUtime=534.59 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91423 0 0 0 53433 26 0 0 25 0 4 0 599020174 529764352 68343 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517348 CPUtime=537.5 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 93927 0 0 0 53725 25 0 0 25 0 4 0 599020174 529764352 68343 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2147.06
Current children cumulated vsize (KiB) 517348

[startup+543.901 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28877420/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2172.61 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 375312 0 0 0 217153 108 0 0 25 0 4 0 599020173 529809408 66720 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 66720 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=543.84 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97272 0 0 0 54357 27 0 0 25 0 4 0 599020174 529809408 66720 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=540.95 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91510 0 0 0 54069 26 0 0 25 0 4 0 599020174 529809408 66720 33554432000 4194304 4627427 140736341304816 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=543.9 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95052 0 0 0 54365 25 0 0 25 0 4 0 599020174 529809408 66720 33554432000 4194304 4627427 140736341304816 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2172.61
Current children cumulated vsize (KiB) 517392

[startup+545.5 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28873080/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2179.02 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 375690 0 0 0 217793 109 0 0 25 0 4 0 599020173 529809408 67098 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 67098 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=545.45 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97396 0 0 0 54518 27 0 0 25 0 4 0 599020174 529809408 67099 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=542.54 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91517 0 0 0 54228 26 0 0 25 0 4 0 599020174 529809408 67099 33554432000 4194304 4627427 140736341304816 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=545.5 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95184 0 0 0 54525 25 0 0 25 0 4 0 599020174 529809408 67099 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2179.02
Current children cumulated vsize (KiB) 517392

[startup+547.101 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28877172/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2185.4 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 376024 0 0 0 218431 109 0 0 25 0 4 0 599020173 529809408 67432 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 67432 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=547.04 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97485 0 0 0 54677 27 0 0 25 0 4 0 599020174 529809408 67432 33554432000 4194304 4627427 140736341304816 18446744073709551615 4310142 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=544.13 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91517 0 0 0 54387 26 0 0 25 0 4 0 599020174 529809408 67432 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=547.11 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95312 0 0 0 54685 26 0 0 25 0 4 0 599020174 529809408 67432 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2185.4
Current children cumulated vsize (KiB) 517392

[startup+547.901 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28875064/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2188.59 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 376176 0 0 0 218750 109 0 0 25 0 4 0 599020173 529809408 67584 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 67584 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=547.84 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97532 0 0 0 54757 27 0 0 25 0 4 0 599020174 529809408 67584 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=544.93 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91517 0 0 0 54467 26 0 0 25 0 4 0 599020174 529809408 67584 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=547.91 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95370 0 0 0 54765 26 0 0 25 0 4 0 599020174 529809408 67584 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2188.59
Current children cumulated vsize (KiB) 517392

[startup+548.301 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28875064/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2190.19 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 376248 0 0 0 218910 109 0 0 25 0 4 0 599020173 529809408 67656 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 67656 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=548.24 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97556 0 0 0 54797 27 0 0 25 0 4 0 599020174 529809408 67656 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=545.33 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91517 0 0 0 54507 26 0 0 25 0 4 0 599020174 529809408 67656 33554432000 4194304 4627427 140736341304816 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=548.31 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95399 0 0 0 54805 26 0 0 25 0 4 0 599020174 529809408 67656 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2190.19
Current children cumulated vsize (KiB) 517392

[startup+548.401 s]
/proc/loadavg: 8.08 8.03 7.97 9/184 1007
/proc/meminfo: memFree=28875064/32950928 swapFree=67111352/67111528
[pid=985] ppid=983 vsize=517392 CPUtime=2190.59 cores=0,2,4,6
/proc/985/stat : 985 (strangenight2-m) R 983 985 384 0 -1 4202496 376266 0 0 0 218950 109 0 0 25 0 4 0 599020173 529809408 67674 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/985/statm: 129348 67674 389 106 0 124319 0
[pid=985/tid=986] ppid=983 vsize=517392 CPUtime=548.34 cores=0,2,4,6
/proc/985/task/986/stat : 986 (strangenight2-m) R 983 985 384 0 -1 4202560 97562 0 0 0 54807 27 0 0 25 0 4 0 599020174 529809408 67674 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=985/tid=987] ppid=983 vsize=517392 CPUtime=545.43 cores=0,2,4,6
/proc/985/task/987/stat : 987 (strangenight2-m) R 983 985 384 0 -1 4202560 91517 0 0 0 54517 26 0 0 25 0 4 0 599020174 529809408 67674 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=985/tid=988] ppid=983 vsize=517392 CPUtime=548.41 cores=0,2,4,6
/proc/985/task/988/stat : 988 (strangenight2-m) R 983 985 384 0 -1 4202560 95406 0 0 0 54815 26 0 0 25 0 4 0 599020174 529809408 67674 33554432000 4194304 4627427 140736341304816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2190.59
Current children cumulated vsize (KiB) 517392

Child status: 20
Real time (s): 548.453
CPU time (s): 2190.76
CPU user time (s): 2189.65
CPU system time (s): 1.11383
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 517392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2189.65
system time used= 1.11383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376276
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= 158
involuntary context switches= 10633

runsolver used 0.887865 second user time and 2.09768 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 16:38:15
IDJOB=3174079
IDBENCH=82897
IDSOLVER=1586
FILE ID=node113/3174079-1304087895
RUNJOBID= node113-1304087891-961
PBS_JOBID= 13170537
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=1687359221

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.846
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:     32950928 kB
MemFree:      29401164 kB
Buffers:        698436 kB
Cached:        2263128 kB
SwapCached:         12 kB
Active:         157816 kB
Inactive:      2874412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29401164 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           11424 kB
Writeback:           0 kB
AnonPages:       69788 kB
Mapped:          14808 kB
Slab:           452792 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   278724 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= 71156 MiB
End job on node113 at 2011-04-29 16:47:24