Trace number 3173929

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 112.045 28.0569

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.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-3173929-1304073557.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.10	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.10	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     133 undec:      30 neg:     137
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       297      1276         0         0      3841         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.41/0.19	c  N st     8      4914       297      1276         0      4746      3841     74081   no data   no data
1.18/0.32	c  N st    10     11299       297      1276         0      4399      3841     51298   no data   no data
1.97/0.53	c  N st    11     17043       297      1276         0      9884      3841    128236   no data   no data
3.17/0.86	c  F st    12     25000       297      1276         0     12181      3841    164181   no data   no data
3.17/0.86	c  N st    12     25000       297      1276         0     12181      3841    164181   no data   no data
3.97/1.09	c Decided on static restart strategy
3.97/1.09	c  N st    18     30000       297      1276         0     10520      3841    131780   no data   no data
3.97/1.09	c  S st    18     30000       297      1276         0     10520      3841    131780   no data   no data
4.38/1.12	c  S st    18     30504       297      1276         0     11021      3841    139464   no data   no data
4.38/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.38/1.12	c blocked clauses removed:        0 vars:      0 tried:         297 T: 0.00 s
4.38/1.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
4.38/1.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.38/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.19	c lits-rem:       282  cl-subs:     1482  v-elim:      0  v-fix:    0  time:  0.06 s
4.38/1.20	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.00
4.38/1.20	c calculated reachability. Time: 0.00
4.38/1.20	c  N st    18     30504       297      1276         0      9539      3841    120089   no data   no data
5.97/1.52	c  N st    20     37616       297      1276         0      8790      3841     98406   no data   no data
7.17/1.85	c  N st    21     44015       297      1276         0     14917      3841    192622   no data   no data
7.57/1.94	c  S st    22     45756       297      1276         0     16594      3841    218161   no data   no data
7.57/2.00	c  S st    22     46263       297      1276         0     17097      3841    226147   no data   no data
7.57/2.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
7.97/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/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.56/2.98	c  N st    23     60662       297      1276         0     10499      3841    109107   no data   no data
13.58/3.45	c  N st    24     69394       297      1276         0     18862      3841    240112   no data   no data
13.58/3.45	c  S st    24     69394       297      1276         0     18862      3841    240112   no data   no data
13.95/3.51	c  S st    24     69896       297      1276         0     19359      3841    248332   no data   no data
13.95/3.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.95/3.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.95/3.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.95/3.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.95/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.95/3.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
13.95/3.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.95/3.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.95/3.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.76	c lits-rem:       244  cl-subs:     2885  v-elim:      0  v-fix:    0  time:  0.24 s
14.75/3.76	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
14.75/3.76	c vivif2 --  cl tried    16474 cl shrink        0 lits rem          0 time: 0.00
14.75/3.77	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
14.75/3.77	c calculated reachability. Time: 0.00
14.75/3.77	c  N st    24     69896       297      1276         0     16474      3841    207654   no data   no data
19.15/4.87	c  F st    25     87501       297      1276         0     22803      3841    278495   no data   no data
19.15/4.87	c  N st    25     87501       297      1276         0     22803      3841    278495   no data   no data
20.35/5.19	c Decided on static restart strategy
21.15/5.36	c  N st    32     95537       297      1276         0     19136      3841    237511   no data   no data
23.94/6.00	c  N st    34    104844       297      1276         0     15593      3841    163772   no data   no data
23.94/6.00	c  S st    34    104844       297      1276         0     15593      3841    163772   no data   no data
23.94/6.04	c  S st    34    105352       297      1276         0     16095      3841    171976   no data   no data
23.94/6.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.94/6.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.94/6.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.94/6.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.94/6.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.94/6.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
23.94/6.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.94/6.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.94/6.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.34/6.12	c lits-rem:       120  cl-subs:     1432  v-elim:      0  v-fix:    0  time:  0.07 s
24.34/6.12	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
24.34/6.12	c vivif2 --  cl tried    14663 cl shrink        0 lits rem          0 time: 0.00
24.34/6.13	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
24.34/6.13	c calculated reachability. Time: 0.00
24.34/6.13	c  N st    34    105352       297      1276         0     14663      3841    153470   no data   no data
26.76/6.76	c  N st    35    114952       297      1276         0     23884      3841    306151   no data   no data
30.75/7.78	c  N st    36    129349       297      1276         0     24295      3841    298303   no data   no data
37.12/9.37	c  N st    37    150945       297      1276         0     30637      3841    382242   no data   no data
39.13/9.86	c  S st    38    158028       297      1276         0     22081      3841    246307   no data   no data
39.53/9.92	c  S st    38    158531       297      1276         0     22580      3841    254442   no data   no data
39.53/9.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.53/9.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.53/9.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.53/9.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.53/9.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.53/9.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
39.53/9.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.53/9.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.53/9.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.94/10.09	c lits-rem:       252  cl-subs:     1830  v-elim:      0  v-fix:    0  time:  0.15 s
39.94/10.09	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
39.94/10.09	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.00
40.32/10.10	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
40.32/10.10	c calculated reachability. Time: 0.00
40.32/10.10	c  N st    38    158531       297      1276         0     20750      3841    228874   no data   no data
55.50/13.96	c  N st    39    207120       297      1276         0     33698      3841    390830   no data   no data
65.90/16.56	c  N st    40    237797       297      1276         0     25737      3841    272878   no data   no data
65.90/16.56	c  S st    40    237797       297      1276         0     25737      3841    272878   no data   no data
66.31/16.63	c  S st    40    238303       297      1276         1     26235      3841    281382   no data   no data
66.31/16.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.31/16.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
66.31/16.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.31/16.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.31/16.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.31/16.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
66.31/16.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.31/16.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
66.31/16.68	c subs with bin:      305  lits-rem:      1286  v-fix:    0  time:  0.03 s
67.08/16.88	c lits-rem:       383  cl-subs:     2776  v-elim:      0  v-fix:    0  time:  0.21 s
67.08/16.88	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
67.08/16.89	c vivif2 --  cl tried    23154 cl shrink        0 lits rem          0 time: 0.00
67.48/16.90	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.01
67.48/16.90	c calculated reachability. Time: 0.00
67.48/16.90	c  N st    40    238303       297      1276         1     23154      3841    240477   no data   no data
76.66/19.26	c Finding binary XORs  T:     0.00 s  found:       0
91.46/22.93	c  F st    41    306251       296      1257         8     23263      3798    219549   no data   no data
91.46/22.93	c  N st    41    306251       296      1257         8     23263      3798    219549   no data   no data
93.05/23.36	c Decided on static restart strategy
101.83/25.54	c  N st    51    334560       296      1257        11     28240      3798    273806   no data   no data
107.43/26.92	c Finding binary XORs  T:     0.00 s  found:       0
111.02/27.89	c  N st    53    357456       294      1257        31     26731      3798    243166   no data   no data
111.02/27.89	c  S st    53    357456       294      1257        31     26731      3798    243166   no data   no data
111.42/27.96	c  S st    53    357961       289      1126        83     11954      3529     91770   no data   no data
111.42/27.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.42/27.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      8 BRemN:      0 P:  0.2M T:  0.00
111.42/27.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.42/27.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.42/27.97	c subs with bin:        2  lits-rem:         2  v-fix:    0  time:  0.00 s
111.42/27.97	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:    289 time:  0.00 s
111.42/27.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.42/27.97	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
111.42/27.98	c subs with bin:      990  lits-rem:      1332  v-fix:    0  time:  0.01 s
111.42/27.99	c lits-rem:       216  cl-subs:      241  v-elim:      0  v-fix:    0  time:  0.01 s
111.42/27.99	c vivif2 --  cl tried     1122 cl shrink        0 lits rem          0 time: 0.00
111.42/27.99	c vivif2 --  cl tried     9894 cl shrink      557 lits rem        611 time: 0.00
111.82/28.00	c asymm  cl-useful: 0/1122/1122 lits-rem:0 time: 0.01
111.82/28.00	c calculated reachability. Time: 0.00
111.82/28.00	c  N st    53    357961       286      1122        77      9894      3540     72814   no data   no data
111.82/28.05	c Following stats are for *FIRST FINISHED THREAD ONLY*
111.82/28.05	c num threads              : 4          
111.82/28.05	c restarts                 : 52         
111.82/28.05	c dynamic restarts         : 0          
111.82/28.05	c static restarts          : 52         
111.82/28.05	c full restarts            : 3          
111.82/28.05	c total simplify time      : 0.02       
111.82/28.05	c learnts DL2              : 0          
111.82/28.05	c learnts size 2           : 102        
111.82/28.05	c learnts size 1           : 10          (3.33      % of vars)
111.82/28.05	c filedLit time            : 0.02        (0.07      % time)
111.82/28.05	c v-elim SatELite          : 3           (1.00      % vars)
111.82/28.05	c SatELite time            : 0.99        (3.56      % time)
111.82/28.05	c v-elim xor               : 0           (0.00      % vars)
111.82/28.05	c xor elim time            : 0.00        (0.01      % time)
111.82/28.05	c num binary xor trees     : 0          
111.82/28.05	c binxor trees' crown      : 0           (nan       leafs/tree)
111.82/28.05	c bin xor find time        : 0.00       
111.82/28.05	c OTF clause improved      : 17126       (0.05      clauses/conflict)
111.82/28.05	c OTF impr. size diff      : 18012       (1.05       lits/clause)
111.82/28.05	c OTF cl watch-shrink      : 86070       (0.24      clauses/conflict)
111.82/28.05	c OTF cl watch-sh-lit      : 108097      (1.26       lits/clause)
111.82/28.05	c tried to recurMin cls    : 37844       (10.48      % of conflicts)
111.82/28.05	c updated cache            : 0           (0.00       lits/tried recurMin)
111.82/28.05	c unit cls recevied        : 2           (20.00     % of units)
111.82/28.05	c unit cls sent            : 3           (30.00     % of units)
111.82/28.05	c bin cls recevied         : 4          
111.82/28.05	c bin cls sent             : 35         
111.82/28.05	c clauses over max glue    : 0           (0.00      % of all clauses)
111.82/28.05	c conflicts                : 361126      (12957.63  / sec)
111.82/28.05	c decisions                : 420540      (1.56      % random)
111.82/28.05	c bogo-props               : 3785274115  (135820104.21 / sec)
111.82/28.05	c conflict literals        : 5161786     (30.05     % deleted)
111.82/28.05	c Memory used              : 301.66      MB
111.82/28.05	c single-thread CPU time   : 27.87       s
111.82/28.05	c all-threads sum CPU time : 111.93      s
111.82/28.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173929-1304073557/watcher-3173929-1304073557 -o /tmp/evaluation-result-3173929-1304073557/solver-3173929-1304073557 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173929-1304073557.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.42 8.13 7.97 3/176 1015
/proc/meminfo: memFree=24806964/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 597586144 52441088 346 33554432000 4194304 4627427 140735011994320 18446744073709551615 47574020106162 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 12803 346 299 106 0 7774 0
[pid=1015/tid=1018] ppid=1011 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 597586144 52441088 347 33554432000 4194304 4627427 140735011994320 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 597586144 52441088 347 33554432000 4194304 4627427 140735011994320 18446744073709551615 47574020106162 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 597586144 52441088 347 33554432000 4194304 4627427 140735011994320 18446744073709551615 47574020106156 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.109923 s]
/proc/loadavg: 8.42 8.13 7.97 3/176 1015
/proc/meminfo: memFree=24806964/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=282120 CPUtime=0.41 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 1468 0 0 0 41 0 0 0 19 0 4 0 597586144 288890880 1371 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 70530 1371 384 106 0 65501 0
[pid=1015/tid=1018] ppid=1011 vsize=282120 CPUtime=0.1 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 275 0 0 0 10 0 0 0 20 0 4 0 597586144 288890880 1371 33554432000 4194304 4627427 140735011994320 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=282120 CPUtime=0.1 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 260 0 0 0 10 0 0 0 20 0 4 0 597586144 288890880 1371 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=282120 CPUtime=0.1 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 241 0 0 0 10 0 0 0 20 0 4 0 597586144 288890880 1371 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282120

[startup+0.209905 s]
/proc/loadavg: 8.42 8.13 7.97 3/176 1015
/proc/meminfo: memFree=24806964/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=283096 CPUtime=0.81 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 2024 0 0 0 81 0 0 0 19 0 4 0 597586144 289890304 1542 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 70774 1542 385 106 0 65745 0
[pid=1015/tid=1018] ppid=1011 vsize=283096 CPUtime=0.2 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 417 0 0 0 20 0 0 0 20 0 4 0 597586144 289890304 1542 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=283096 CPUtime=0.2 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 399 0 0 0 20 0 0 0 20 0 4 0 597586144 289890304 1542 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=283096 CPUtime=0.2 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 383 0 0 0 20 0 0 0 20 0 4 0 597586144 289890304 1542 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 283096

[startup+0.300888 s]
/proc/loadavg: 8.42 8.13 7.97 3/176 1015
/proc/meminfo: memFree=24806964/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=283264 CPUtime=1.18 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 2286 0 0 0 118 0 0 0 19 0 4 0 597586144 290062336 1804 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 70816 1810 385 106 0 65787 0
[pid=1015/tid=1018] ppid=1011 vsize=283264 CPUtime=0.29 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 475 0 0 0 29 0 0 0 20 0 4 0 597586144 290062336 1820 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=283264 CPUtime=0.29 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 477 0 0 0 29 0 0 0 20 0 4 0 597586144 290062336 1820 33554432000 4194304 4627427 140735011994320 18446744073709551615 252457763016 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=283264 CPUtime=0.29 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 451 0 0 0 29 0 0 0 20 0 4 0 597586144 290062336 1820 33554432000 4194304 4627427 140735011994320 18446744073709551615 4332626 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283264

[startup+0.700814 s]
/proc/loadavg: 8.42 8.13 7.97 3/176 1015
/proc/meminfo: memFree=24806964/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=284268 CPUtime=2.77 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 3881 0 0 0 277 0 0 0 19 0 4 0 597586144 291090432 2061 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 71067 2061 385 106 0 66038 0
[pid=1015/tid=1018] ppid=1011 vsize=284268 CPUtime=0.69 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 875 0 0 0 69 0 0 0 21 0 4 0 597586144 291090432 2061 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=284268 CPUtime=0.69 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 865 0 0 0 69 0 0 0 21 0 4 0 597586144 291090432 2061 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=284268 CPUtime=0.69 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 861 0 0 0 69 0 0 0 21 0 4 0 597586144 291090432 2061 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284268

[startup+1.50067 s]
/proc/loadavg: 8.47 8.14 7.97 10/184 1023
/proc/meminfo: memFree=24786192/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=289236 CPUtime=5.97 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 7222 0 0 0 596 1 0 0 21 0 4 0 597586144 296177664 3436 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308715 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 72309 3436 389 106 0 67280 0
[pid=1015/tid=1018] ppid=1011 vsize=289236 CPUtime=1.48 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 1440 0 0 0 148 0 0 0 23 0 4 0 597586144 296177664 3436 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=289236 CPUtime=1.49 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 1483 0 0 0 149 0 0 0 23 0 4 0 597586144 296177664 3436 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=289236 CPUtime=1.49 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 1468 0 0 0 149 0 0 0 23 0 4 0 597586144 296177664 3436 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289236

[startup+3.10037 s]
/proc/loadavg: 8.47 8.14 7.97 10/184 1023
/proc/meminfo: memFree=24750180/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=292292 CPUtime=12.36 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 14346 0 0 0 1234 2 0 0 25 0 4 0 597586144 299307008 7526 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 73073 7526 389 106 0 68044 0
[pid=1015/tid=1018] ppid=1011 vsize=292292 CPUtime=3.07 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 2975 0 0 0 307 0 0 0 25 0 4 0 597586144 299307008 7526 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=292292 CPUtime=3.08 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 3686 0 0 0 308 0 0 0 25 0 4 0 597586144 299307008 7526 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=292292 CPUtime=3.08 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 3499 0 0 0 308 0 0 0 25 0 4 0 597586144 299307008 7526 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292292

[startup+6.30078 s]
/proc/loadavg: 8.43 8.14 7.97 10/184 1023
/proc/meminfo: memFree=24724272/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=294976 CPUtime=25.14 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 21959 0 0 0 2511 3 0 0 25 0 4 0 597586144 302055424 9785 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 73744 9785 389 106 0 68715 0
[pid=1015/tid=1018] ppid=1011 vsize=294976 CPUtime=6.25 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 5190 0 0 0 625 0 0 0 25 0 4 0 597586144 302055424 9785 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=294976 CPUtime=6.29 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 5724 0 0 0 628 1 0 0 25 0 4 0 597586144 302055424 9785 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=294976 CPUtime=6.28 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 5136 0 0 0 628 0 0 0 25 0 4 0 597586144 302055424 9785 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294976

[startup+12.7006 s]
/proc/loadavg: 8.39 8.14 7.97 10/184 1023
/proc/meminfo: memFree=24685928/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=297916 CPUtime=50.7 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 34051 0 0 0 5065 5 0 0 25 0 4 0 597586144 305065984 11964 33554432000 4194304 4627427 140735011994320 18446744073709551615 4310370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 74479 11964 389 106 0 69450 0
[pid=1015/tid=1018] ppid=1011 vsize=297916 CPUtime=12.61 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 8279 0 0 0 1261 0 0 0 25 0 4 0 597586144 305065984 11964 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=297916 CPUtime=12.68 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 8326 0 0 0 1267 1 0 0 25 0 4 0 597586144 305065984 11964 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=297916 CPUtime=12.68 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 8644 0 0 0 1267 1 0 0 25 0 4 0 597586144 305065984 11964 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 297916

[startup+25.5012 s]
/proc/loadavg: 8.48 8.17 7.98 10/184 1023
/proc/meminfo: memFree=24648876/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=318232 CPUtime=101.83 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 51982 0 0 0 10174 9 0 0 25 0 4 0 597586144 325869568 15989 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 79558 15989 389 106 0 74529 0
[pid=1015/tid=1018] ppid=1011 vsize=318232 CPUtime=25.35 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13410 0 0 0 2533 2 0 0 25 0 4 0 597586144 325869568 15989 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=318232 CPUtime=25.49 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 12937 0 0 0 2546 3 0 0 25 0 4 0 597586144 325869568 15989 33554432000 4194304 4627427 140735011994320 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=318232 CPUtime=25.48 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 12922 0 0 0 2547 1 0 0 25 0 4 0 597586144 325869568 15989 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 318232

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

[startup+25.6012 s]
/proc/loadavg: 8.48 8.17 7.98 10/184 1023
/proc/meminfo: memFree=24648876/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=318248 CPUtime=102.24 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 52334 0 0 0 10214 10 0 0 25 0 4 0 597586144 325885952 15682 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 79562 15682 389 106 0 74533 0
[pid=1015/tid=1018] ppid=1011 vsize=318248 CPUtime=25.45 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13428 0 0 0 2543 2 0 0 25 0 4 0 597586144 325885952 15682 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=318248 CPUtime=25.58 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13236 0 0 0 2555 3 0 0 25 0 4 0 597586144 325885952 15682 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=318248 CPUtime=25.58 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 12940 0 0 0 2557 1 0 0 25 0 4 0 597586144 325885952 15682 33554432000 4194304 4627427 140735011994320 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 318248

[startup+27.2009 s]
/proc/loadavg: 8.44 8.16 7.98 10/184 1023
/proc/meminfo: memFree=24644040/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=318248 CPUtime=108.63 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 53387 0 0 0 10853 10 0 0 25 0 4 0 597586144 325885952 16702 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 79562 16702 389 106 0 74533 0
[pid=1015/tid=1018] ppid=1011 vsize=318248 CPUtime=27.04 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13679 0 0 0 2702 2 0 0 25 0 4 0 597586144 325885952 16702 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=318248 CPUtime=27.18 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13556 0 0 0 2715 3 0 0 25 0 4 0 597586144 325885952 16702 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=318248 CPUtime=27.19 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13187 0 0 0 2717 2 0 0 25 0 4 0 597586144 325885952 16702 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 108.63
Current children cumulated vsize (KiB) 318248

[startup+27.6068 s]
/proc/loadavg: 8.44 8.16 7.98 10/184 1023
/proc/meminfo: memFree=24643792/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=318368 CPUtime=110.25 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 54161 0 0 0 11015 10 0 0 25 0 4 0 597586144 326008832 16183 33554432000 4194304 4627427 140735011994320 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 79592 16183 389 106 0 74563 0
[pid=1015/tid=1018] ppid=1011 vsize=318368 CPUtime=27.44 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 14007 0 0 0 2742 2 0 0 25 0 4 0 597586144 326008832 16183 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=318368 CPUtime=27.59 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13620 0 0 0 2756 3 0 0 25 0 4 0 597586144 326008832 16183 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=318368 CPUtime=27.59 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13535 0 0 0 2757 2 0 0 25 0 4 0 597586144 326008832 16183 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 110.25
Current children cumulated vsize (KiB) 318368

[startup+28.0007 s]
/proc/loadavg: 8.44 8.16 7.98 10/184 1023
/proc/meminfo: memFree=24643792/32951124 swapFree=67111348/67111528
[pid=1015] ppid=1011 vsize=308896 CPUtime=111.82 cores=1,3,5,7
/proc/1015/stat : 1015 (strangenight2-m) R 1011 1015 373 0 -1 4202496 54528 0 0 0 11172 10 0 0 25 0 4 0 597586144 316309504 15912 33554432000 4194304 4627427 140735011994320 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1015/statm: 77224 15912 389 106 0 72195 0
[pid=1015/tid=1018] ppid=1011 vsize=308896 CPUtime=27.83 cores=1,3,5,7
/proc/1015/task/1018/stat : 1018 (strangenight2-m) R 1011 1015 373 0 -1 4202560 14080 0 0 0 2781 2 0 0 25 0 4 0 597586144 316309504 15912 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1015/tid=1020] ppid=1011 vsize=308896 CPUtime=27.98 cores=1,3,5,7
/proc/1015/task/1020/stat : 1020 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13839 0 0 0 2795 3 0 0 25 0 4 0 597586144 316309504 15912 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1015/tid=1021] ppid=1011 vsize=308896 CPUtime=27.98 cores=1,3,5,7
/proc/1015/task/1021/stat : 1021 (strangenight2-m) R 1011 1015 373 0 -1 4202560 13610 0 0 0 2796 2 0 0 25 0 4 0 597586144 316309504 15912 33554432000 4194304 4627427 140735011994320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 111.82
Current children cumulated vsize (KiB) 308896

Child status: 20
Real time (s): 28.0569
CPU time (s): 112.045
CPU user time (s): 111.931
CPU system time (s): 0.113982
CPU usage (%): 399.349
Max. virtual memory (cumulated for all children) (KiB): 318368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.931
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54561
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= 178
involuntary context switches= 1048

runsolver used 0.039993 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 12:39:17
IDJOB=3173929
IDBENCH=82747
IDSOLVER=1586
FILE ID=node111/3173929-1304073557
RUNJOBID= node111-1304072352-897
PBS_JOBID= 13170470
Free space on /tmp= 70896 MiB

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

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

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=1385362142

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24807276 kB
Buffers:       1275768 kB
Cached:        6314392 kB
SwapCached:        124 kB
Active:        3167956 kB
Inactive:      4486428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24807276 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13084 kB
Writeback:          40 kB
AnonPages:       64444 kB
Mapped:          14372 kB
Slab:           424960 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188824 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= 70888 MiB
End job on node111 at 2011-04-29 12:39:45