Trace number 3366338

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 111.485 27.9587

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
MD5SUM00f21cbc78a2d739f741e391ca987da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20581
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366338-1305402059.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.16/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.16/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.16/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.16/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
3.16/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.16/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:     133 undec:      30 neg:     137
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       297      1276         0         0      3841         0   no data   no data
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4914       297      1276         0      4746      3841     74081   no data   no data
3.16/0.80	c  N st    10     11299       297      1276         0      4399      3841     51298   no data   no data
3.16/0.80	c  N st    11     17043       297      1276         0      9884      3841    128236   no data   no data
3.56/0.90	c  F st    12     25000       297      1276         0     12181      3841    164181   no data   no data
3.56/0.90	c  N st    12     25000       297      1276         0     12181      3841    164181   no data   no data
3.99/1.10	c Decided on static restart strategy
3.99/1.10	c  N st    18     30000       297      1276         0     10520      3841    131780   no data   no data
3.99/1.10	c  S st    18     30000       297      1276         0     10520      3841    131780   no data   no data
4.76/1.20	c  S st    18     30504       297      1276         0     11021      3841    139464   no data   no data
4.76/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.20	c blocked clauses removed:        0 vars:      0 tried:         297 T: 0.00 s
4.76/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
4.76/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.20	c lits-rem:       282  cl-subs:     1482  v-elim:      0  v-fix:    0  time:  0.06 s
5.16/1.30	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.00
5.16/1.30	c calculated reachability. Time: 0.00
5.16/1.30	c  N st    18     30504       297      1276         0      9539      3841    120089   no data   no data
5.96/1.53	c  N st    20     37616       297      1276         0      8790      3841     98406   no data   no data
7.15/1.86	c  N st    21     44015       297      1276         0     14917      3841    192622   no data   no data
7.55/1.95	c  S st    22     45756       297      1276         0     16594      3841    218161   no data   no data
7.95/2.00	c  S st    22     46263       297      1276         0     17097      3841    226147   no data   no data
7.95/2.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.95/2.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.95/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
7.95/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.95/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.18	c lits-rem:       125  cl-subs:     2354  v-elim:      0  v-fix:    0  time:  0.17 s
8.37/2.18	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
8.37/2.18	c vivif2 --  cl tried    14743 cl shrink        0 lits rem          0 time: 0.00
8.37/2.19	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
8.37/2.19	c calculated reachability. Time: 0.00
8.37/2.19	c  N st    22     46263       297      1276         0     14743      3841    191907   no data   no data
11.54/2.98	c  N st    23     60662       297      1276         0     10499      3841    109107   no data   no data
13.53/3.45	c  N st    24     69394       297      1276         0     18862      3841    240112   no data   no data
13.53/3.45	c  S st    24     69394       297      1276         0     18862      3841    240112   no data   no data
13.93/3.51	c  S st    24     69896       297      1276         0     19359      3841    248332   no data   no data
13.93/3.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.93/3.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.93/3.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.93/3.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.93/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.93/3.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
13.93/3.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.93/3.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.93/3.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.76	c lits-rem:       244  cl-subs:     2885  v-elim:      0  v-fix:    0  time:  0.24 s
14.73/3.76	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
14.73/3.76	c vivif2 --  cl tried    16474 cl shrink        0 lits rem          0 time: 0.00
14.73/3.77	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
14.73/3.77	c calculated reachability. Time: 0.00
14.73/3.77	c  N st    24     69896       297      1276         0     16474      3841    207654   no data   no data
19.11/4.87	c  F st    25     87501       297      1276         0     22803      3841    278495   no data   no data
19.11/4.87	c  N st    25     87501       297      1276         0     22803      3841    278495   no data   no data
20.31/5.18	c Decided on static restart strategy
21.12/5.35	c  N st    32     95537       297      1276         0     19136      3841    237511   no data   no data
23.90/6.00	c  N st    34    104844       297      1276         0     15593      3841    163772   no data   no data
23.90/6.00	c  S st    34    104844       297      1276         0     15593      3841    163772   no data   no data
23.90/6.04	c  S st    34    105352       297      1276         0     16095      3841    171976   no data   no data
23.90/6.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.90/6.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.90/6.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.90/6.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.90/6.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.90/6.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
23.90/6.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.90/6.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.90/6.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.30/6.12	c lits-rem:       120  cl-subs:     1432  v-elim:      0  v-fix:    0  time:  0.06 s
24.30/6.12	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
24.30/6.12	c vivif2 --  cl tried    14663 cl shrink        0 lits rem          0 time: 0.00
24.30/6.13	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
24.30/6.13	c calculated reachability. Time: 0.00
24.30/6.13	c  N st    34    105352       297      1276         0     14663      3841    153470   no data   no data
26.69/6.76	c  N st    35    114952       297      1276         0     23884      3841    306151   no data   no data
30.73/7.77	c  N st    36    129349       297      1276         0     24295      3841    298303   no data   no data
37.06/9.37	c  N st    37    150945       297      1276         0     30637      3841    382242   no data   no data
39.09/9.85	c  S st    38    158028       297      1276         0     22081      3841    246307   no data   no data
39.51/9.91	c  S st    38    158531       297      1276         0     22580      3841    254442   no data   no data
39.51/9.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.51/9.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.51/9.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.51/9.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.51/9.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.51/9.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
39.51/9.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.51/9.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.51/9.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.86/10.08	c lits-rem:       252  cl-subs:     1830  v-elim:      0  v-fix:    0  time:  0.15 s
39.86/10.08	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
39.86/10.08	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.00
39.86/10.09	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
39.86/10.09	c calculated reachability. Time: 0.00
39.86/10.09	c  N st    38    158531       297      1276         0     20750      3841    228874   no data   no data
55.42/13.95	c  N st    39    207120       297      1276         0     33698      3841    390830   no data   no data
65.83/16.54	c  N st    40    237797       297      1276         0     25737      3841    272878   no data   no data
65.83/16.54	c  S st    40    237797       297      1276         0     25737      3841    272878   no data   no data
66.18/16.61	c  S st    40    238303       297      1276         1     26235      3841    281382   no data   no data
66.18/16.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.18/16.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
66.18/16.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.18/16.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.18/16.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.18/16.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
66.18/16.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.18/16.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
66.18/16.66	c subs with bin:      305  lits-rem:      1286  v-fix:    0  time:  0.03 s
66.98/16.87	c lits-rem:       383  cl-subs:     2776  v-elim:      0  v-fix:    0  time:  0.21 s
66.98/16.87	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
66.98/16.87	c vivif2 --  cl tried    23154 cl shrink        0 lits rem          0 time: 0.00
66.98/16.88	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
66.98/16.88	c calculated reachability. Time: 0.00
66.98/16.88	c  N st    40    238303       297      1276         1     23154      3841    240477   no data   no data
76.55/19.24	c Finding binary XORs  T:     0.00 s  found:       0
91.32/22.91	c  F st    41    306251       296      1257         8     23263      3798    219549   no data   no data
91.32/22.91	c  N st    41    306251       296      1257         8     23263      3798    219549   no data   no data
92.90/23.34	c Decided on static restart strategy
101.68/25.50	c  N st    51    334560       296      1257        11     28240      3798    273806   no data   no data
106.87/26.89	c Finding binary XORs  T:     0.00 s  found:       0
110.46/27.79	c  N st    53    357454       294      1257        30     26695      3798    243713   no data   no data
110.46/27.79	c  S st    53    357454       294      1257        30     26695      3798    243713   no data   no data
110.86/27.85	c  S st    53    357954       289      1126        84     12034      3529     91881   no data   no data
110.86/27.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.86/27.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      8 BRemN:      0 P:  0.2M T:  0.00
110.86/27.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.86/27.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.86/27.85	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
110.86/27.85	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:    289 time:  0.00 s
110.86/27.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.86/27.86	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
110.86/27.87	c subs with bin:     1239  lits-rem:      1348  v-fix:    0  time:  0.01 s
110.86/27.88	c lits-rem:       133  cl-subs:      439  v-elim:      0  v-fix:    0  time:  0.01 s
110.86/27.88	c vivif2 --  cl tried     1121 cl shrink        0 lits rem          0 time: 0.00
110.86/27.88	c vivif2 --  cl tried     9562 cl shrink      681 lits rem        755 time: 0.00
110.86/27.89	c asymm  cl-useful: 0/1121/1121 lits-rem:0 time: 0.01
110.86/27.89	c calculated reachability. Time: 0.00
110.86/27.89	c  N st    53    357954       286      1121        76      9562      3539     68658   no data   no data
111.26/27.95	c  E st    54    359126       279      1121       103     10665      3539     78395   no data   no data
111.26/27.95	c Following stats are for *FIRST FINISHED THREAD ONLY*
111.26/27.95	c num threads              : 4          
111.26/27.95	c restarts                 : 54         
111.26/27.95	c dynamic restarts         : 0          
111.26/27.95	c static restarts          : 54         
111.26/27.95	c full restarts            : 3          
111.26/27.95	c total simplify time      : 0.04       
111.26/27.95	c learnts DL2              : 0          
111.26/27.95	c learnts size 2           : 150        
111.26/27.95	c learnts size 1           : 65          (21.67     % of vars)
111.26/27.95	c filedLit time            : 0.03        (0.11      % time)
111.26/27.95	c v-elim SatELite          : 6           (2.00      % vars)
111.26/27.95	c SatELite time            : 0.89        (3.19      % time)
111.26/27.95	c v-elim xor               : 0           (0.00      % vars)
111.26/27.95	c xor elim time            : 0.00        (0.01      % time)
111.26/27.95	c num binary xor trees     : 0          
111.26/27.95	c binxor trees' crown      : 0           (nan       leafs/tree)
111.26/27.95	c bin xor find time        : 0.00       
111.26/27.95	c OTF clause improved      : 16015       (0.04      clauses/conflict)
111.26/27.95	c OTF impr. size diff      : 16866       (1.05       lits/clause)
111.26/27.95	c OTF cl watch-shrink      : 89043       (0.25      clauses/conflict)
111.26/27.95	c OTF cl watch-sh-lit      : 112383      (1.26       lits/clause)
111.26/27.95	c tried to recurMin cls    : 39072       (10.88      % of conflicts)
111.26/27.95	c updated cache            : 0           (0.00       lits/tried recurMin)
111.26/27.95	c unit cls recevied        : 3           (4.62      % of units)
111.26/27.95	c unit cls sent            : 4           (6.15      % of units)
111.26/27.95	c bin cls recevied         : 13         
111.26/27.95	c bin cls sent             : 25         
111.26/27.95	c clauses over max glue    : 0           (0.00      % of all clauses)
111.26/27.95	c conflicts                : 359126      (12860.03  / sec)
111.26/27.95	c decisions                : 419375      (1.45      % random)
111.26/27.95	c bogo-props               : 3665859077  (131271623.93 / sec)
111.26/27.95	c conflict literals        : 5273959     (29.24     % deleted)
111.26/27.95	c Memory used              : 285.20      MB
111.26/27.95	c single-thread CPU time   : 27.93       s
111.26/27.95	c all-threads sum CPU time : 111.38      s
111.26/27.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366338-1305402059/watcher-3366338-1305402059 -o /tmp/evaluation-result-3366338-1305402059/solver-3366338-1305402059 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366338-1305402059.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: 8.12 8.14 8.09 1/355 18534
/proc/meminfo: memFree=18698132/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 407 0 0 0 1 0 0 0 22 0 4 0 632621770 52396032 347 33554432000 4194304 4580107 140735877495824 18446744073709551615 47061334435766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 12792 347 299 95 0 7774 0
[pid=18534/tid=18535] ppid=18532 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632621770 52396032 347 33554432000 4194304 4580107 140735877495824 18446744073709551615 47061334435766 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632621770 52396032 347 33554432000 4194304 4580107 140735877495824 18446744073709551615 47061334435762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632621770 52396032 347 33554432000 4194304 4580107 140735877495824 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.064906 s]
/proc/loadavg: 8.12 8.14 8.09 1/355 18534
/proc/meminfo: memFree=18698132/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=281944 CPUtime=0.23 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 1206 0 0 0 23 0 0 0 18 0 4 0 632621770 288710656 1125 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293134 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70486 1125 377 95 0 65468 0
[pid=18534/tid=18535] ppid=18532 vsize=281944 CPUtime=0.05 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 185 0 0 0 5 0 0 0 18 0 4 0 632621770 288710656 1125 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=281944 CPUtime=0.05 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 214 0 0 0 5 0 0 0 18 0 4 0 632621770 288710656 1125 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293748 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=281944 CPUtime=0.05 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 180 0 0 0 5 0 0 0 25 0 4 0 632621770 288710656 1125 33554432000 4194304 4580107 140735877495824 18446744073709551615 4296274 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 281944

[startup+0.1009 s]
/proc/loadavg: 8.12 8.14 8.09 1/355 18534
/proc/meminfo: memFree=18698132/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=282076 CPUtime=0.37 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 1376 0 0 0 37 0 0 0 18 0 4 0 632621770 288845824 1295 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70519 1295 377 95 0 65501 0
[pid=18534/tid=18535] ppid=18532 vsize=282076 CPUtime=0.09 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 226 0 0 0 9 0 0 0 18 0 4 0 632621770 288845824 1295 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=282076 CPUtime=0.09 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 258 0 0 0 9 0 0 0 18 0 4 0 632621770 288845824 1295 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=282076 CPUtime=0.08 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 223 0 0 0 8 0 0 0 25 0 4 0 632621770 288845824 1295 33554432000 4194304 4580107 140735877495824 18446744073709551615 4318735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282076

[startup+0.300864 s]
/proc/loadavg: 8.12 8.14 8.09 1/355 18534
/proc/meminfo: memFree=18698132/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=283192 CPUtime=1.17 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 2241 0 0 0 117 0 0 0 18 0 4 0 632621770 289988608 1775 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70798 1775 377 95 0 65780 0
[pid=18534/tid=18535] ppid=18532 vsize=283192 CPUtime=0.29 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 441 0 0 0 29 0 0 0 18 0 4 0 632621770 289988608 1775 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=283192 CPUtime=0.29 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 471 0 0 0 29 0 0 0 18 0 4 0 632621770 289988608 1775 33554432000 4194304 4580107 140735877495824 18446744073709551615 4321724 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=283192 CPUtime=0.28 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 442 0 0 0 28 0 0 0 25 0 4 0 632621770 289988608 1775 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283192

[startup+0.700792 s]
/proc/loadavg: 8.12 8.14 8.09 1/355 18534
/proc/meminfo: memFree=18698132/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=284356 CPUtime=2.76 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 3835 0 0 0 276 0 0 0 18 0 4 0 632621770 291180544 2031 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 71089 2031 377 95 0 66071 0
[pid=18534/tid=18535] ppid=18532 vsize=284356 CPUtime=0.69 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 840 0 0 0 69 0 0 0 18 0 4 0 632621770 291180544 2031 33554432000 4194304 4580107 140735877495824 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=284356 CPUtime=0.69 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 871 0 0 0 69 0 0 0 18 0 4 0 632621770 291180544 2031 33554432000 4194304 4580107 140735877495824 18446744073709551615 4324374 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=284356 CPUtime=0.68 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 853 0 0 0 68 0 0 0 25 0 4 0 632621770 291180544 2031 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284356

[startup+1.50065 s]
/proc/loadavg: 8.12 8.14 8.09 10/364 18568
/proc/meminfo: memFree=18686816/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=285152 CPUtime=5.96 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 7150 0 0 0 595 1 0 0 20 0 4 0 632621770 291995648 3199 33554432000 4194304 4580107 140735877495824 18446744073709551615 4321270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 71288 3199 379 95 0 66270 0
[pid=18534/tid=18535] ppid=18532 vsize=285152 CPUtime=1.49 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 1409 0 0 0 149 0 0 0 20 0 4 0 632621770 291995648 3199 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=285152 CPUtime=1.49 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 1487 0 0 0 149 0 0 0 19 0 4 0 632621770 291995648 3199 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=285152 CPUtime=1.47 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 1454 0 0 0 147 0 0 0 25 0 4 0 632621770 291995648 3200 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285152

[startup+3.10036 s]
/proc/loadavg: 8.11 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18656460/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=292052 CPUtime=12.34 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 14636 0 0 0 1232 2 0 0 25 0 4 0 632621770 299061248 7521 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 73013 7521 379 95 0 67995 0
[pid=18534/tid=18535] ppid=18532 vsize=292052 CPUtime=3.09 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 3055 0 0 0 309 0 0 0 25 0 4 0 632621770 299061248 7521 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=292052 CPUtime=3.09 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 3722 0 0 0 309 0 0 0 25 0 4 0 632621770 299061248 7521 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=292052 CPUtime=3.05 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 3493 0 0 0 305 0 0 0 25 0 4 0 632621770 299061248 7521 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 292052

[startup+6.30079 s]
/proc/loadavg: 8.11 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18613804/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=294988 CPUtime=25.1 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 22303 0 0 0 2507 3 0 0 25 0 4 0 632621770 302067712 10167 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 73747 10167 379 95 0 68729 0
[pid=18534/tid=18535] ppid=18532 vsize=294988 CPUtime=6.28 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 5388 0 0 0 628 0 0 0 25 0 4 0 632621770 302067712 10167 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=294988 CPUtime=6.28 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 5510 0 0 0 628 0 0 0 25 0 4 0 632621770 302067712 10167 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=294988 CPUtime=6.21 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 4933 0 0 0 621 0 0 0 25 0 4 0 632621770 302067712 10167 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 294988

[startup+12.7006 s]
/proc/loadavg: 8.10 8.13 8.09 9/364 18568
/proc/meminfo: memFree=18590704/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=295920 CPUtime=50.63 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 34443 0 0 0 5058 5 0 0 25 0 4 0 632621770 303022080 11790 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 73980 11790 379 95 0 68962 0
[pid=18534/tid=18535] ppid=18532 vsize=295920 CPUtime=12.68 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 8358 0 0 0 1267 1 0 0 25 0 4 0 632621770 303022080 11790 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=295920 CPUtime=12.68 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 7923 0 0 0 1268 0 0 0 25 0 4 0 632621770 303022080 11790 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=295920 CPUtime=12.54 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 8596 0 0 0 1253 1 0 0 25 0 4 0 632621770 303022080 11790 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 295920

[startup+25.5004 s]
/proc/loadavg: 8.16 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18552900/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=282444 CPUtime=101.68 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 52739 0 0 0 10159 9 0 0 25 0 4 0 632621770 289222656 16329 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70611 16329 379 95 0 65593 0
[pid=18534/tid=18535] ppid=18532 vsize=282444 CPUtime=25.48 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 13513 0 0 0 2545 3 0 0 25 0 4 0 632621770 289222656 16329 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=282444 CPUtime=25.48 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 12367 0 0 0 2547 1 0 0 25 0 4 0 632621770 289222656 16329 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=282444 CPUtime=25.2 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 12950 0 0 0 2518 2 0 0 25 0 4 0 632621770 289222656 16329 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 282444

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

[startup+27.1011 s]
/proc/loadavg: 8.16 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18552404/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=282460 CPUtime=108.07 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 54003 0 0 0 10798 9 0 0 25 0 4 0 632621770 289239040 16934 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70615 16934 379 95 0 65597 0
[pid=18534/tid=18535] ppid=18532 vsize=282460 CPUtime=27.08 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 13765 0 0 0 2705 3 0 0 25 0 4 0 632621770 289239040 16934 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=282460 CPUtime=27.08 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 12890 0 0 0 2707 1 0 0 25 0 4 0 632621770 289239040 16934 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=282460 CPUtime=26.78 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 13203 0 0 0 2676 2 0 0 25 0 4 0 632621770 289239040 16934 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 108.07
Current children cumulated vsize (KiB) 282460

[startup+27.513 s]
/proc/loadavg: 8.15 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18550916/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=282520 CPUtime=109.71 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 54528 0 0 0 10961 10 0 0 25 0 4 0 632621770 289300480 16802 33554432000 4194304 4580107 140735877495824 18446744073709551615 4304894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 70630 16802 379 95 0 65612 0
[pid=18534/tid=18535] ppid=18532 vsize=282520 CPUtime=27.5 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 14133 0 0 0 2747 3 0 0 25 0 4 0 632621770 289300480 16802 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=282520 CPUtime=27.49 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 12949 0 0 0 2748 1 0 0 25 0 4 0 632621770 289300480 16802 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=282520 CPUtime=27.18 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 13256 0 0 0 2716 2 0 0 25 0 4 0 632621770 289300480 16802 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 109.71
Current children cumulated vsize (KiB) 282520

[startup+27.9009 s]
/proc/loadavg: 8.15 8.14 8.09 9/364 18568
/proc/meminfo: memFree=18550916/32951124 swapFree=67111348/67111528
[pid=18534] ppid=18532 vsize=292036 CPUtime=111.26 cores=1,3,5,7
/proc/18534/stat : 18534 (strangenight2-m) R 18532 18534 18129 0 -1 4202496 55055 0 0 0 11116 10 0 0 25 0 4 0 632621770 299044864 16264 33554432000 4194304 4580107 140735877495824 18446744073709551615 4293685 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18534/statm: 73009 16264 379 95 0 67991 0
[pid=18534/tid=18535] ppid=18532 vsize=292036 CPUtime=27.88 cores=1,3,5,7
/proc/18534/task/18535/stat : 18535 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 14199 0 0 0 2785 3 0 0 25 0 4 0 632621770 299044864 16264 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18534/tid=18536] ppid=18532 vsize=292036 CPUtime=27.88 cores=1,3,5,7
/proc/18534/task/18536/stat : 18536 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 12997 0 0 0 2787 1 0 0 25 0 4 0 632621770 299044864 16264 33554432000 4194304 4580107 140735877495824 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=292036 CPUtime=27.57 cores=1,3,5,7
/proc/18534/task/18537/stat : 18537 (strangenight2-m) R 18532 18534 18129 0 -1 4202560 13608 0 0 0 2755 2 0 0 25 0 4 0 632621770 299044864 16264 33554432000 4194304 4580107 140735877495824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 111.26
Current children cumulated vsize (KiB) 292036

Child status: 20
Real time (s): 27.9587
CPU time (s): 111.485
CPU user time (s): 111.381
CPU system time (s): 0.103984
CPU usage (%): 398.749
Max. virtual memory (cumulated for all children) (KiB): 301116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.381
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55085
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= 143
involuntary context switches= 808

runsolver used 0.079987 second user time and 0.247962 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 21:40:59
IDJOB=3366338
IDBENCH=82747
IDSOLVER=1844
FILE ID=node145/3366338-1305402059
RUNJOBID= node145-1305400853-18444
PBS_JOBID= 13324453
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=1401743441

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18698412 kB
Buffers:        294668 kB
Cached:        8127884 kB
SwapCached:          0 kB
Active:        7275548 kB
Inactive:      6622768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18698412 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:     5475360 kB
Mapped:          27652 kB
Slab:           255424 kB
PageTables:      33524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79373336 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= 73648 MiB
End job on node145 at 2011-05-14 21:41:27