Trace number 3173976

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 161.993 40.5585

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2778
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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-3173976-1307650640.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 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:        0  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:    300 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     144 undec:      38 neg:     118
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       293      1272         0         0      3849         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4920       293      1272         0      4767      3849     75471   no data   no data
3.17/0.80	c  N st    10     11303       293      1272         0      4402      3849     52696   no data   no data
3.17/0.80	c  N st    11     17047       293      1272         0      9890      3849    133537   no data   no data
3.57/0.90	c  F st    12     25002       293      1272         0     12205      3849    177271   no data   no data
3.57/0.90	c  N st    12     25002       293      1272         0     12205      3849    177271   no data   no data
4.78/1.20	c Decided on static restart strategy
4.78/1.20	c  N st    18     30000       293      1272         0     10554      3849    136010   no data   no data
4.78/1.20	c  S st    18     30000       293      1272         0     10554      3849    136010   no data   no data
4.78/1.20	c  S st    18     30504       293      1272         0     11054      3849    144487   no data   no data
4.78/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.78/1.20	c blocked clauses removed:        0 vars:      0 tried:         293 T: 0.00 s
4.78/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
4.78/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.78/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.78/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.30	c lits-rem:       203  cl-subs:     1120  v-elim:      0  v-fix:    0  time:  0.05 s
5.18/1.30	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.00
5.18/1.30	c calculated reachability. Time: 0.00
5.18/1.30	c  N st    18     30504       293      1272         0      9934      3849    128899   no data   no data
5.97/1.57	c  N st    20     37614       293      1272         0      9199      3849    106868   no data   no data
7.17/1.89	c  N st    21     44013       293      1272         0     15351      3849    202920   no data   no data
7.97/2.01	c  S st    22     45758       293      1272         0     17013      3849    227536   no data   no data
7.97/2.06	c  S st    22     46259       293      1272         0      8902      3849     92199   no data   no data
7.97/2.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
7.97/2.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
7.97/2.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.08	c lits-rem:        18  cl-subs:      291  v-elim:      0  v-fix:    0  time:  0.01 s
7.97/2.08	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
7.97/2.08	c vivif2 --  cl tried     8611 cl shrink        0 lits rem          0 time: 0.00
7.97/2.08	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.00
7.97/2.08	c calculated reachability. Time: 0.00
7.97/2.08	c  N st    22     46259       293      1272         0      8611      3849     88670   no data   no data
11.17/2.83	c  N st    23     60656       293      1272         0     12822      3849    145268   no data   no data
13.18/3.36	c  N st    24     69388       293      1272         0     21318      3849    288165   no data   no data
13.18/3.36	c  S st    24     69388       293      1272         0     21318      3849    288165   no data   no data
13.56/3.41	c  S st    24     69890       293      1272         0     11224      3849    116182   no data   no data
13.56/3.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.56/3.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
13.56/3.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.56/3.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.56/3.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.56/3.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
13.56/3.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.56/3.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.56/3.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.56/3.43	c lits-rem:        42  cl-subs:      415  v-elim:      0  v-fix:    0  time:  0.02 s
13.56/3.43	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
13.56/3.43	c vivif2 --  cl tried    10809 cl shrink        0 lits rem          0 time: 0.00
13.56/3.44	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
13.56/3.44	c calculated reachability. Time: 0.00
13.56/3.44	c  N st    24     69890       293      1272         0     10809      3849    111101   no data   no data
17.96/4.53	c  F st    25     87501       293      1272         0     16169      3849    185724   no data   no data
17.96/4.53	c  N st    25     87501       293      1272         0     16169      3849    185724   no data   no data
19.15/4.90	c Decided on static restart strategy
20.35/5.10	c  N st    32     95539       293      1272         0     23845      3849    303571   no data   no data
22.75/5.71	c  N st    34    104836       293      1272         0     20313      3849    248196   no data   no data
22.75/5.71	c  S st    34    104836       293      1272         0     20313      3849    248196   no data   no data
22.75/5.76	c  S st    34    105337       293      1272         0     20812      3849    256428   no data   no data
22.75/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.75/5.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
22.75/5.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.75/5.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.75/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.75/5.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
22.75/5.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.75/5.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.75/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.55/5.91	c lits-rem:       193  cl-subs:     1811  v-elim:      0  v-fix:    0  time:  0.13 s
23.55/5.91	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
23.55/5.92	c vivif2 --  cl tried    19001 cl shrink        0 lits rem          0 time: 0.00
23.55/5.93	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
23.55/5.93	c calculated reachability. Time: 0.00
23.55/5.93	c  N st    34    105337       293      1272         0     19001      3849    231312   no data   no data
25.96/6.60	c  N st    35    114936       293      1272         0     14791      3849    149295   no data   no data
30.35/7.62	c  N st    36    129335       293      1272         0     28452      3849    359743   no data   no data
36.74/9.24	c  N st    37    150930       293      1272         0     19533      3849    200285   no data   no data
38.73/9.75	c  S st    38    158005       293      1272         0     26340      3849    311175   no data   no data
39.15/9.82	c  S st    38    158506       293      1272         0     26840      3849    319344   no data   no data
39.15/9.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.15/9.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
39.15/9.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.15/9.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.15/9.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.15/9.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
39.15/9.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.15/9.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.15/9.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.32/10.11	c lits-rem:       397  cl-subs:     3234  v-elim:      0  v-fix:    0  time:  0.27 s
40.32/10.11	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
40.32/10.12	c vivif2 --  cl tried    23606 cl shrink        0 lits rem          0 time: 0.00
40.32/10.13	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
40.32/10.13	c calculated reachability. Time: 0.00
40.32/10.13	c  N st    38    158506       293      1272         0     23606      3849    277774   no data   no data
56.31/14.11	c  N st    39    207095       293      1272         0     18416      3849    170025   no data   no data
66.29/16.69	c  N st    40    237762       293      1272         0     28517      3849    306153   no data   no data
66.29/16.69	c  S st    40    237762       293      1272         0     28517      3849    306153   no data   no data
66.69/16.77	c  S st    40    238264       293      1272         0     29013      3849    314906   no data   no data
66.69/16.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.69/16.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
66.69/16.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.69/16.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.69/16.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.69/16.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
66.69/16.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.69/16.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.69/16.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.29/17.15	c lits-rem:       242  cl-subs:     4970  v-elim:      0  v-fix:    0  time:  0.36 s
68.29/17.15	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
68.29/17.15	c vivif2 --  cl tried    24043 cl shrink        0 lits rem          0 time: 0.00
68.29/17.17	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
68.29/17.17	c calculated reachability. Time: 0.00
68.29/17.17	c  N st    40    238264       293      1272         0     24043      3849    252692   no data   no data
93.05/23.30	c  F st    41    306250       293      1272         1     26146      3849    253175   no data   no data
93.05/23.30	c  N st    41    306250       293      1272         1     26146      3849    253175   no data   no data
94.65/23.77	c Decided on static restart strategy
104.24/26.17	c  N st    51    334557       293      1272         3     30327      3849    308656   no data   no data
113.43/28.44	c  N st    53    357397       293      1272         3     28273      3849    270434   no data   no data
113.43/28.44	c  S st    53    357397       293      1272         3     28273      3849    270434   no data   no data
113.85/28.51	c  S st    53    357900       293      1272         3     28770      3849    279046   no data   no data
113.85/28.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.85/28.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
113.85/28.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.85/28.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.85/28.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.85/28.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
113.85/28.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.85/28.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.85/28.57	c subs with bin:      901  lits-rem:       755  v-fix:    0  time:  0.04 s
114.25/28.69	c lits-rem:       401  cl-subs:     1909  v-elim:      0  v-fix:    0  time:  0.12 s
114.25/28.69	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
114.25/28.69	c vivif2 --  cl tried    25960 cl shrink        0 lits rem          0 time: 0.00
114.62/28.71	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
114.62/28.71	c calculated reachability. Time: 0.00
114.62/28.71	c  N st    53    357900       293      1272         3     25960      3849    245628   no data   no data
128.61/32.21	c  N st    54    390293       293      1272         3     32183      3849    320756   no data   no data
149.40/37.45	c  N st    55    438883       293      1272         4     52389      3849    575433   no data   no data
149.40/37.45	c Finding binary XORs  T:     0.00 s  found:       0
161.77/40.55	c Following stats are for *FIRST FINISHED THREAD ONLY*
161.77/40.55	c num threads              : 4          
161.77/40.55	c restarts                 : 56         
161.77/40.55	c dynamic restarts         : 0          
161.77/40.55	c static restarts          : 56         
161.77/40.55	c full restarts            : 3          
161.77/40.55	c total simplify time      : 0.06       
161.77/40.55	c learnts DL2              : 0          
161.77/40.55	c learnts size 2           : 275        
161.77/40.55	c learnts size 1           : 128         (42.67     % of vars)
161.77/40.55	c filedLit time            : 0.01        (0.03      % time)
161.77/40.55	c v-elim SatELite          : 7           (2.33      % vars)
161.77/40.55	c SatELite time            : 0.34        (0.85      % time)
161.77/40.55	c v-elim xor               : 0           (0.00      % vars)
161.77/40.55	c xor elim time            : 0.00        (0.01      % time)
161.77/40.55	c num binary xor trees     : 0          
161.77/40.55	c binxor trees' crown      : 0           (nan       leafs/tree)
161.77/40.55	c bin xor find time        : 0.00       
161.77/40.55	c OTF clause improved      : 23448       (0.05      clauses/conflict)
161.77/40.55	c OTF impr. size diff      : 24588       (1.05       lits/clause)
161.77/40.55	c OTF cl watch-shrink      : 106205      (0.22      clauses/conflict)
161.77/40.55	c OTF cl watch-sh-lit      : 130537      (1.23       lits/clause)
161.77/40.55	c tried to recurMin cls    : 46868       (9.80       % of conflicts)
161.77/40.55	c updated cache            : 593         (0.01       lits/tried recurMin)
161.77/40.55	c unit cls recevied        : 2           (1.56      % of units)
161.77/40.55	c unit cls sent            : 4           (3.12      % of units)
161.77/40.55	c bin cls recevied         : 15         
161.77/40.55	c bin cls sent             : 33         
161.77/40.55	c clauses over max glue    : 0           (0.00      % of all clauses)
161.77/40.55	c conflicts                : 478489      (11874.98  / sec)
161.77/40.55	c decisions                : 556157      (2.00      % random)
161.77/40.55	c bogo-props               : 5670424967  (140726726.03 / sec)
161.77/40.55	c conflict literals        : 6958681     (28.39     % deleted)
161.77/40.55	c Memory used              : 277.09      MB
161.77/40.55	c single-thread CPU time   : 40.29       s
161.77/40.55	c all-threads sum CPU time : 161.83      s
161.77/40.55	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: 977)

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-3173976-1307650640/watcher-3173976-1307650640 -o /tmp/evaluation-result-3173976-1307650640/solver-3173976-1307650640 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173976-1307650640.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 5.90 3.50 6/180 29714
/proc/meminfo: memFree=31864344/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 955294653 52441088 347 33554432000 4194304 4627427 140734445534528 18446744073709551615 47968886126514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 12803 347 299 106 0 7774 0
[pid=29714/tid=29715] ppid=29712 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 955294653 52441088 347 33554432000 4194304 4627427 140734445534528 18446744073709551615 47968886126514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955294653 52441088 347 33554432000 4194304 4627427 140734445534528 18446744073709551615 47968886126514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955294654 52441088 347 33554432000 4194304 4627427 140734445534528 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.069795 s]
/proc/loadavg: 7.82 5.90 3.50 6/180 29714
/proc/meminfo: memFree=31864344/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=281992 CPUtime=0.26 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 1269 0 0 0 26 0 0 0 18 0 4 0 955294653 288759808 1178 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308408 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 70498 1178 384 106 0 65469 0
[pid=29714/tid=29715] ppid=29712 vsize=281992 CPUtime=0.06 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 230 0 0 0 6 0 0 0 18 0 4 0 955294653 288759808 1178 33554432000 4194304 4627427 140734445534528 18446744073709551615 4330330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=281992 CPUtime=0.06 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 216 0 0 0 6 0 0 0 18 0 4 0 955294653 288759808 1178 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=281992 CPUtime=0.06 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 183 0 0 0 6 0 0 0 25 0 4 0 955294654 288759808 1178 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 281992

[startup+0.100788 s]
/proc/loadavg: 7.82 5.90 3.50 6/180 29714
/proc/meminfo: memFree=31864344/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=282124 CPUtime=0.38 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 1414 0 0 0 38 0 0 0 18 0 4 0 955294653 288894976 1323 33554432000 4194304 4627427 140734445534528 18446744073709551615 4332210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 70531 1323 384 106 0 65502 0
[pid=29714/tid=29715] ppid=29712 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 265 0 0 0 9 0 0 0 18 0 4 0 955294653 288894976 1323 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 253 0 0 0 9 0 0 0 18 0 4 0 955294653 288894976 1323 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 219 0 0 0 9 0 0 0 25 0 4 0 955294654 288894976 1324 33554432000 4194304 4627427 140734445534528 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282124

[startup+0.300751 s]
/proc/loadavg: 7.82 5.90 3.50 6/180 29714
/proc/meminfo: memFree=31864344/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=283244 CPUtime=1.18 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 2271 0 0 0 118 0 0 0 18 0 4 0 955294653 290041856 1797 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 70811 1797 385 106 0 65782 0
[pid=29714/tid=29715] ppid=29712 vsize=283244 CPUtime=0.29 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 478 0 0 0 29 0 0 0 18 0 4 0 955294653 290041856 1797 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=283244 CPUtime=0.29 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 469 0 0 0 29 0 0 0 18 0 4 0 955294653 290041856 1797 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=283244 CPUtime=0.29 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 435 0 0 0 29 0 0 0 25 0 4 0 955294654 290041856 1797 33554432000 4194304 4627427 140734445534528 18446744073709551615 4327557 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283244

[startup+0.700676 s]
/proc/loadavg: 7.82 5.90 3.50 6/180 29714
/proc/meminfo: memFree=31864344/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=284284 CPUtime=2.77 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 3889 0 0 0 277 0 0 0 18 0 4 0 955294653 291106816 2065 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 71071 2065 385 106 0 66042 0
[pid=29714/tid=29715] ppid=29712 vsize=284284 CPUtime=0.69 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 879 0 0 0 69 0 0 0 18 0 4 0 955294653 291106816 2065 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=284284 CPUtime=0.69 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 870 0 0 0 69 0 0 0 18 0 4 0 955294653 291106816 2065 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=284284 CPUtime=0.69 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 848 0 0 0 69 0 0 0 25 0 4 0 955294654 291106816 2065 33554432000 4194304 4627427 140734445534528 18446744073709551615 4328722 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284284

[startup+1.50053 s]
/proc/loadavg: 7.82 5.90 3.50 10/184 29718
/proc/meminfo: memFree=31853568/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=289128 CPUtime=5.97 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 7126 0 0 0 596 1 0 0 20 0 4 0 955294653 296067072 3614 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 72282 3614 389 106 0 67253 0
[pid=29714/tid=29715] ppid=29712 vsize=289128 CPUtime=1.49 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 1467 0 0 0 149 0 0 0 19 0 4 0 955294653 296067072 3614 33554432000 4194304 4627427 140734445534528 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=289128 CPUtime=1.49 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 1478 0 0 0 149 0 0 0 20 0 4 0 955294653 296067072 3614 33554432000 4194304 4627427 140734445534528 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=289128 CPUtime=1.48 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 1444 0 0 0 148 0 0 0 25 0 4 0 955294654 296067072 3614 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289128

[startup+3.10022 s]
/proc/loadavg: 7.82 5.90 3.50 10/184 29718
/proc/meminfo: memFree=31837756/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=289584 CPUtime=12.36 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 14063 0 0 0 1234 2 0 0 25 0 4 0 955294653 296534016 7049 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 72396 7049 389 106 0 67367 0
[pid=29714/tid=29715] ppid=29712 vsize=289584 CPUtime=3.09 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 3151 0 0 0 309 0 0 0 25 0 4 0 955294653 296534016 7049 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=289584 CPUtime=3.08 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 3780 0 0 0 308 0 0 0 25 0 4 0 955294653 296534016 7049 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=289584 CPUtime=3.07 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 3504 0 0 0 307 0 0 0 25 0 4 0 955294654 296534016 7049 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 289584

[startup+6.30062 s]
/proc/loadavg: 7.84 5.94 3.53 10/184 29718
/proc/meminfo: memFree=31821016/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=294216 CPUtime=25.14 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 22096 0 0 0 2510 4 0 0 25 0 4 0 955294653 301277184 9999 33554432000 4194304 4627427 140734445534528 18446744073709551615 4321477 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 73554 9999 389 106 0 68525 0
[pid=29714/tid=29715] ppid=29712 vsize=294216 CPUtime=6.29 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 5478 0 0 0 628 1 0 0 25 0 4 0 955294653 301277184 9999 33554432000 4194304 4627427 140734445534528 18446744073709551615 4329933 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=294216 CPUtime=6.28 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 5897 0 0 0 627 1 0 0 25 0 4 0 955294653 301277184 9999 33554432000 4194304 4627427 140734445534528 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=294216 CPUtime=6.25 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 4864 0 0 0 625 0 0 0 25 0 4 0 955294654 301277184 9999 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294216

[startup+12.7004 s]
/proc/loadavg: 7.85 5.97 3.55 10/184 29718
/proc/meminfo: memFree=31810860/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=298640 CPUtime=50.71 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 34473 0 0 0 5064 7 0 0 25 0 4 0 955294653 305807360 12190 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 74660 12190 389 106 0 69631 0
[pid=29714/tid=29715] ppid=29712 vsize=298640 CPUtime=12.69 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 8500 0 0 0 1268 1 0 0 25 0 4 0 955294653 305807360 12190 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=298640 CPUtime=12.68 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 8550 0 0 0 1267 1 0 0 25 0 4 0 955294653 305807360 12190 33554432000 4194304 4627427 140734445534528 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=298640 CPUtime=12.61 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 8438 0 0 0 1260 1 0 0 25 0 4 0 955294654 305807360 12190 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 298640

[startup+25.501 s]
/proc/loadavg: 7.88 6.07 3.62 10/184 29718
/proc/meminfo: memFree=31792260/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=291708 CPUtime=101.84 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 52067 0 0 0 10172 12 0 0 25 0 4 0 955294653 298708992 17078 33554432000 4194304 4627427 140734445534528 18446744073709551615 4324313 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 72927 17078 389 106 0 67898 0
[pid=29714/tid=29715] ppid=29712 vsize=291708 CPUtime=25.48 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 13107 0 0 0 2546 2 0 0 25 0 4 0 955294653 298708992 17078 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=291708 CPUtime=25.49 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 13383 0 0 0 2546 3 0 0 25 0 4 0 955294653 298708992 17078 33554432000 4194304 4627427 140734445534528 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=291708 CPUtime=25.34 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 12795 0 0 0 2532 2 0 0 25 0 4 0 955294654 298708992 17078 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 291708

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

[startup+31.9068 s]
/proc/loadavg: 7.89 6.10 3.64 10/184 29719
/proc/meminfo: memFree=31786432/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=302684 CPUtime=127.43 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 58791 0 0 0 12729 14 0 0 25 0 4 0 955294653 309948416 16098 33554432000 4194304 4627427 140734445534528 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 75671 16098 389 106 0 70642 0
[pid=29714/tid=29715] ppid=29712 vsize=302684 CPUtime=31.9 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 14313 0 0 0 3187 3 0 0 25 0 4 0 955294653 309948416 16098 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=302684 CPUtime=31.89 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 15051 0 0 0 3186 3 0 0 25 0 4 0 955294653 309948416 16098 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=302684 CPUtime=31.72 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 14522 0 0 0 3169 3 0 0 25 0 4 0 955294654 309948416 16098 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 127.43
Current children cumulated vsize (KiB) 302684

[startup+35.1012 s]
/proc/loadavg: 7.90 6.13 3.67 10/184 29719
/proc/meminfo: memFree=31782832/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=302820 CPUtime=140.21 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 63508 0 0 0 14007 14 0 0 25 0 4 0 955294653 310087680 17478 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 75705 17478 389 106 0 70676 0
[pid=29714/tid=29715] ppid=29712 vsize=302820 CPUtime=35.09 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 15843 0 0 0 3506 3 0 0 25 0 4 0 955294653 310087680 17478 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=302820 CPUtime=35.09 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16637 0 0 0 3506 3 0 0 25 0 4 0 955294653 310087680 17478 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=302820 CPUtime=34.9 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 15352 0 0 0 3487 3 0 0 25 0 4 0 955294654 310087680 17478 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 140.21
Current children cumulated vsize (KiB) 302820

[startup+38.3006 s]
/proc/loadavg: 7.90 6.13 3.67 10/184 29719
/proc/meminfo: memFree=31778464/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=302996 CPUtime=152.97 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 66750 0 0 0 15282 15 0 0 25 0 4 0 955294653 310267904 17510 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 75749 17510 389 106 0 70720 0
[pid=29714/tid=29715] ppid=29712 vsize=302996 CPUtime=38.29 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16606 0 0 0 3825 4 0 0 25 0 4 0 955294653 310267904 17510 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=302996 CPUtime=38.28 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17480 0 0 0 3825 3 0 0 25 0 4 0 955294653 310267904 17510 33554432000 4194304 4627427 140734445534528 18446744073709551615 4308684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=302996 CPUtime=38.08 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16209 0 0 0 3805 3 0 0 25 0 4 0 955294654 310267904 17510 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.97
Current children cumulated vsize (KiB) 302996

[startup+39.9003 s]
/proc/loadavg: 7.91 6.16 3.69 10/184 29719
/proc/meminfo: memFree=31777596/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=293432 CPUtime=159.37 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 68315 0 0 0 15921 16 0 0 25 0 4 0 955294653 300474368 17591 33554432000 4194304 4627427 140734445534528 18446744073709551615 4299605 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 73358 17591 389 106 0 68329 0
[pid=29714/tid=29715] ppid=29712 vsize=293432 CPUtime=39.89 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17099 0 0 0 3985 4 0 0 25 0 4 0 955294653 300474368 17591 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=293432 CPUtime=39.89 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17713 0 0 0 3985 4 0 0 25 0 4 0 955294653 300474368 17591 33554432000 4194304 4627427 140734445534528 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=293432 CPUtime=39.66 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16814 0 0 0 3963 3 0 0 25 0 4 0 955294654 300474368 17591 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 159.37
Current children cumulated vsize (KiB) 293432

[startup+40.3002 s]
/proc/loadavg: 7.91 6.16 3.69 10/184 29719
/proc/meminfo: memFree=31777596/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=283736 CPUtime=160.97 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 68653 0 0 0 16081 16 0 0 25 0 4 0 955294653 290545664 17215 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 70934 17215 389 106 0 65905 0
[pid=29714/tid=29715] ppid=29712 vsize=283736 CPUtime=40.29 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17170 0 0 0 4025 4 0 0 25 0 4 0 955294653 290545664 17215 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=283736 CPUtime=40.29 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17869 0 0 0 4025 4 0 0 25 0 4 0 955294653 290545664 17215 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=283736 CPUtime=40.06 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16869 0 0 0 4003 3 0 0 25 0 4 0 955294654 290545664 17215 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 283736

[startup+40.5012 s]
/proc/loadavg: 7.91 6.16 3.69 10/184 29719
/proc/meminfo: memFree=31777596/32950928 swapFree=67056212/67111528
[pid=29714] ppid=29712 vsize=283736 CPUtime=161.77 cores=1,3,5,7
/proc/29714/stat : 29714 (strangenight2-m) R 29712 29714 27745 0 -1 4202496 68796 0 0 0 16161 16 0 0 25 0 4 0 955294653 290545664 17358 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29714/statm: 70934 17358 389 106 0 65905 0
[pid=29714/tid=29715] ppid=29712 vsize=283736 CPUtime=40.49 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17200 0 0 0 4045 4 0 0 25 0 4 0 955294653 290545664 17358 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29714/tid=29716] ppid=29712 vsize=283736 CPUtime=40.49 cores=1,3,5,7
/proc/29714/task/29716/stat : 29716 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 17923 0 0 0 4045 4 0 0 25 0 4 0 955294653 290545664 17359 33554432000 4194304 4627427 140734445534528 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=283736 CPUtime=40.27 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (strangenight2-m) R 29712 29714 27745 0 -1 4202560 16907 0 0 0 4024 3 0 0 25 0 4 0 955294654 290545664 17359 33554432000 4194304 4627427 140734445534528 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 283736

Child status: 20
Real time (s): 40.5585
CPU time (s): 161.993
CPU user time (s): 161.825
CPU system time (s): 0.167974
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 302996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.825
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68829
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= 183
involuntary context switches= 1270

runsolver used 0.06399 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 22:17:20
IDJOB=3173976
IDBENCH=82794
IDSOLVER=1586
FILE ID=node115/3173976-1307650640
RUNJOBID= node115-1307650279-29633
PBS_JOBID= 13549376
Free space on /tmp= 74160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173976-1307650640/watcher-3173976-1307650640 -o /tmp/evaluation-result-3173976-1307650640/solver-3173976-1307650640 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173976-1307650640.cnf

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=1978601270

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:      31865292 kB
Buffers:        208460 kB
Cached:         389444 kB
SwapCached:       9444 kB
Active:         601108 kB
Inactive:       295908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31865292 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            5516 kB
Writeback:          20 kB
AnonPages:      296636 kB
Mapped:          13616 kB
Slab:           124140 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   561304 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= 74156 MiB
End job on node115 at 2011-06-09 22:18:00