Trace number 3366311

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 83.6623 21.0245

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S768688898-014.UNKNOWN.cnf
MD5SUM7436a7d8585345665f45b181a7e46358
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.804876
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-3366311-1305401449.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
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     133 undec:      36 neg:     131
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       294      1272         0         0      3844         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.37/0.13	c  N st     8      4914       294      1272         0      4767      3844     75486   no data   no data
1.17/0.35	c  N st    10     11296       294      1272         0      4374      3844     51533   no data   no data
1.97/0.57	c  N st    11     17039       294      1272         0      9887      3844    135876   no data   no data
3.57/0.91	c  F st    12     25003       294      1272         0     12137      3844    167377   no data   no data
3.57/0.91	c  N st    12     25003       294      1272         0     12137      3844    167377   no data   no data
4.41/1.16	c Decided on static restart strategy
4.41/1.16	c  N st    18     30000       294      1272         0     10443      3844    129449   no data   no data
4.41/1.16	c  S st    18     30000       294      1272         0     10443      3844    129449   no data   no data
4.41/1.19	c  S st    18     30502       294      1272         0     10944      3844    137533   no data   no data
4.41/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.41/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.41/1.19	c blocked clauses removed:        0 vars:      0 tried:         294 T: 0.00 s
4.41/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.41/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.41/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
4.41/1.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.41/1.19	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.26	c lits-rem:       287  cl-subs:     1638  v-elim:      0  v-fix:    0  time:  0.07 s
4.76/1.27	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
4.76/1.27	c calculated reachability. Time: 0.00
4.76/1.27	c  N st    18     30502       294      1272         0      9306      3844    115458   no data   no data
6.36/1.65	c  N st    20     37614       294      1272         0      8596      3844     94173   no data   no data
7.95/2.00	c  N st    21     44014       294      1272         0     14731      3844    185969   no data   no data
8.37/2.12	c  S st    22     45754       294      1272         0     16381      3844    211021   no data   no data
8.37/2.16	c  S st    22     46257       294      1272         0     16882      3844    219234   no data   no data
8.37/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.37/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.37/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
8.37/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.37/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.35	c lits-rem:       232  cl-subs:     2399  v-elim:      0  v-fix:    0  time:  0.18 s
9.14/2.35	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
9.14/2.36	c vivif2 --  cl tried    14483 cl shrink        0 lits rem          0 time: 0.00
9.14/2.36	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
9.14/2.36	c calculated reachability. Time: 0.00
9.14/2.36	c  N st    22     46257       294      1272         0     14483      3844    186103   no data   no data
12.76/3.22	c  N st    23     60654       294      1272         0     10263      3844    103950   no data   no data
14.73/3.73	c  N st    24     69386       294      1272         0     18545      3844    219898   no data   no data
14.73/3.73	c  S st    24     69386       294      1272         0     18545      3844    219898   no data   no data
14.73/3.78	c  S st    24     69887       294      1272         0     19044      3844    228282   no data   no data
14.73/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.73/3.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
14.73/3.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.13/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.00	c lits-rem:       143  cl-subs:     3096  v-elim:      0  v-fix:    0  time:  0.20 s
15.93/4.00	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
15.93/4.01	c vivif2 --  cl tried    15948 cl shrink        0 lits rem          0 time: 0.00
15.93/4.01	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
15.93/4.01	c calculated reachability. Time: 0.00
15.93/4.01	c  N st    24     69887       294      1272         0     15948      3844    189195   no data   no data
19.92/5.05	c  F st    25     87502       294      1272         0     22423      3844    294823   no data   no data
19.92/5.05	c  N st    25     87502       294      1272         0     22423      3844    294823   no data   no data
21.12/5.35	c Decided on static restart strategy
21.96/5.53	c  N st    32     95542       294      1272         0     18618      3844    219110   no data   no data
24.30/6.19	c  N st    34    104830       294      1272         0     15112      3844    155811   no data   no data
24.30/6.19	c  S st    34    104830       294      1272         0     15112      3844    155811   no data   no data
24.70/6.23	c  S st    34    105330       294      1272         0     15610      3844    163886   no data   no data
24.70/6.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.70/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.70/6.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.70/6.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.70/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.70/6.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
24.70/6.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.70/6.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.70/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.70/6.28	c lits-rem:        92  cl-subs:     1099  v-elim:      0  v-fix:    0  time:  0.04 s
24.70/6.28	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
24.70/6.29	c vivif2 --  cl tried    14511 cl shrink        0 lits rem          0 time: 0.00
24.70/6.29	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
24.70/6.29	c calculated reachability. Time: 0.00
24.70/6.29	c  N st    34    105330       294      1272         0     14511      3844    150433   no data   no data
27.50/6.95	c  N st    35    114928       294      1272         0     23551      3844    272831   no data   no data
31.48/7.91	c  N st    36    129326       294      1272         0     23922      3844    277399   no data   no data
37.47/9.42	c  N st    37    150921       294      1272         0     30006      3844    339961   no data   no data
39.08/9.89	c  S st    38    157995       294      1272         0     21605      3844    222877   no data   no data
39.50/9.95	c  S st    38    158497       294      1272         0     22106      3844    231012   no data   no data
39.50/9.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.50/9.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
39.50/9.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.50/9.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.50/9.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.50/9.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
39.50/9.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.50/9.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.50/9.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.25/10.13	c lits-rem:       649  cl-subs:     3207  v-elim:      0  v-fix:    0  time:  0.17 s
40.25/10.13	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
40.25/10.14	c vivif2 --  cl tried    18899 cl shrink        0 lits rem          0 time: 0.00
40.25/10.15	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
40.25/10.15	c calculated reachability. Time: 0.00
40.25/10.15	c  N st    38    158497       294      1272         0     18899      3844    193252   no data   no data
55.42/13.98	c  N st    39    207085       294      1272         0     31981      3844    358373   no data   no data
66.58/16.71	c  N st    40    237746       294      1272         0     24087      3844    241353   no data   no data
66.58/16.71	c  S st    40    237746       294      1272         0     24087      3844    241353   no data   no data
66.58/16.71	c Finding binary XORs  T:     0.00 s  found:       0
66.58/16.77	c  S st    40    238256       293      1252        16     22681      3800    227248   no data   no data
66.58/16.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.58/16.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
66.58/16.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.58/16.78	c bin-w-bin subsume rem            8 bins  time:  0.00 s
66.58/16.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.58/16.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
66.58/16.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.58/16.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
66.58/16.79	c subs with bin:      147  lits-rem:       379  v-fix:    0  time:  0.00 s
67.38/16.92	c lits-rem:       393  cl-subs:     2202  v-elim:      0  v-fix:    0  time:  0.12 s
67.38/16.92	c vivif2 --  cl tried     1252 cl shrink        0 lits rem          0 time: 0.00
67.38/16.92	c vivif2 --  cl tried    20332 cl shrink        0 lits rem          0 time: 0.00
67.38/16.93	c asymm  cl-useful: 0/1252/1252 lits-rem:0 time: 0.01
67.38/16.93	c calculated reachability. Time: 0.00
67.38/16.93	c  N st    40    238256       293      1252         8     20332      3800    199698   no data   no data
77.35/19.43	c Finding binary XORs  T:     0.00 s  found:       0
82.54/20.78	c Finding binary XORs  T:     0.00 s  found:       0
82.95/20.84	c  E st    41    288943       265      1067       132     10956      3363     83672   no data   no data
83.61/21.02	c Following stats are for *FIRST FINISHED THREAD ONLY*
83.61/21.02	c num threads              : 4          
83.61/21.02	c restarts                 : 41         
83.61/21.02	c dynamic restarts         : 0          
83.61/21.02	c static restarts          : 41         
83.61/21.02	c full restarts            : 2          
83.61/21.02	c total simplify time      : 0.04       
83.61/21.02	c learnts DL2              : 0          
83.61/21.02	c learnts size 2           : 190        
83.61/21.02	c learnts size 1           : 111         (37.00     % of vars)
83.61/21.02	c filedLit time            : 0.02        (0.11      % time)
83.61/21.02	c v-elim SatELite          : 6           (2.00      % vars)
83.61/21.02	c SatELite time            : 0.78        (3.72      % time)
83.61/21.02	c v-elim xor               : 0           (0.00      % vars)
83.61/21.02	c xor elim time            : 0.00        (0.02      % time)
83.61/21.02	c num binary xor trees     : 0          
83.61/21.02	c binxor trees' crown      : 0           (nan       leafs/tree)
83.61/21.02	c bin xor find time        : 0.00       
83.61/21.02	c OTF clause improved      : 14837       (0.05      clauses/conflict)
83.61/21.02	c OTF impr. size diff      : 15469       (1.04       lits/clause)
83.61/21.02	c OTF cl watch-shrink      : 58013       (0.20      clauses/conflict)
83.61/21.02	c OTF cl watch-sh-lit      : 70028       (1.21       lits/clause)
83.61/21.02	c tried to recurMin cls    : 30584       (10.58      % of conflicts)
83.61/21.02	c updated cache            : 0           (0.00       lits/tried recurMin)
83.61/21.02	c unit cls recevied        : 3           (2.70      % of units)
83.61/21.02	c unit cls sent            : 2           (1.80      % of units)
83.61/21.02	c bin cls recevied         : 21         
83.61/21.02	c bin cls sent             : 46         
83.61/21.02	c clauses over max glue    : 0           (0.00      % of all clauses)
83.61/21.02	c conflicts                : 288943      (13761.28  / sec)
83.61/21.02	c decisions                : 336493      (1.49      % random)
83.61/21.02	c bogo-props               : 2667634210  (127049512.00 / sec)
83.61/21.02	c conflict literals        : 4018449     (27.79     % deleted)
83.61/21.02	c Memory used              : 271.29      MB
83.61/21.02	c single-thread CPU time   : 21.00       s
83.61/21.02	c all-threads sum CPU time : 83.58       s
83.61/21.02	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-3366311-1305401449/watcher-3366311-1305401449 -o /tmp/evaluation-result-3366311-1305401449/solver-3366311-1305401449 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366311-1305401449.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.95 8.04 5/367 15053
/proc/meminfo: memFree=23311484/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 730375602 52396032 347 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 12792 347 299 95 0 7774 0
[pid=15053/tid=15054] ppid=15051 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 730375602 52396032 347 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978418 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730375602 52396032 347 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978418 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730375602 52396032 347 33554432000 4194304 4580107 140736379192832 18446744073709551615 260905450481 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.08486 s]
/proc/loadavg: 7.51 7.95 8.04 5/367 15053
/proc/meminfo: memFree=23311484/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=281680 CPUtime=0.31 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 1276 0 0 0 31 0 0 0 24 0 4 0 730375602 288440320 1192 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 70420 1192 377 95 0 65402 0
[pid=15053/tid=15054] ppid=15051 vsize=281680 CPUtime=0.07 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 212 0 0 0 7 0 0 0 24 0 4 0 730375602 288440320 1192 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294088 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=281680 CPUtime=0.08 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 239 0 0 0 8 0 0 0 24 0 4 0 730375602 288440320 1192 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=281680 CPUtime=0.06 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 161 0 0 0 6 0 0 0 25 0 4 0 730375602 288440320 1192 33554432000 4194304 4580107 140736379192832 18446744073709551615 4318699 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 281680

[startup+0.100856 s]
/proc/loadavg: 7.51 7.95 8.04 5/367 15053
/proc/meminfo: memFree=23311484/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=281680 CPUtime=0.37 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 1367 0 0 0 37 0 0 0 24 0 4 0 730375602 288440320 1283 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293083 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 70420 1283 377 95 0 65402 0
[pid=15053/tid=15054] ppid=15051 vsize=281680 CPUtime=0.09 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 233 0 0 0 9 0 0 0 24 0 4 0 730375602 288440320 1283 33554432000 4194304 4580107 140736379192832 18446744073709551615 4318986 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=281680 CPUtime=0.09 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 259 0 0 0 9 0 0 0 24 0 4 0 730375602 288440320 1283 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293158 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=281680 CPUtime=0.08 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 188 0 0 0 8 0 0 0 25 0 4 0 730375602 288440320 1283 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293204 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) 281680

[startup+0.30082 s]
/proc/loadavg: 7.51 7.95 8.04 5/367 15053
/proc/meminfo: memFree=23311484/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=282624 CPUtime=1.17 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 2187 0 0 0 117 0 0 0 25 0 4 0 730375602 289406976 1731 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 70656 1731 377 95 0 65638 0
[pid=15053/tid=15054] ppid=15051 vsize=282624 CPUtime=0.29 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 444 0 0 0 29 0 0 0 25 0 4 0 730375602 289406976 1731 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=282624 CPUtime=0.29 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 464 0 0 0 29 0 0 0 24 0 4 0 730375602 289406976 1731 33554432000 4194304 4580107 140736379192832 18446744073709551615 4317499 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=282624 CPUtime=0.28 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 388 0 0 0 28 0 0 0 25 0 4 0 730375602 289406976 1731 33554432000 4194304 4580107 140736379192832 18446744073709551615 4324382 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) 282624

[startup+0.700747 s]
/proc/loadavg: 7.51 7.95 8.04 5/367 15053
/proc/meminfo: memFree=23311484/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=283616 CPUtime=2.77 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 3708 0 0 0 277 0 0 0 25 0 4 0 730375602 290422784 1975 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 70904 1975 377 95 0 65886 0
[pid=15053/tid=15054] ppid=15051 vsize=283616 CPUtime=0.69 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 854 0 0 0 69 0 0 0 25 0 4 0 730375602 290422784 1975 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=283616 CPUtime=0.69 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 835 0 0 0 69 0 0 0 25 0 4 0 730375602 290422784 1975 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=283616 CPUtime=0.68 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 749 0 0 0 68 0 0 0 25 0 4 0 730375602 290422784 1975 33554432000 4194304 4580107 140736379192832 18446744073709551615 4321348 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 283616

[startup+1.5006 s]
/proc/loadavg: 7.51 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23292116/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=284092 CPUtime=5.96 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 7190 0 0 0 595 1 0 0 25 0 4 0 730375602 290910208 3708 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 71023 3725 379 95 0 66005 0
[pid=15053/tid=15054] ppid=15051 vsize=284092 CPUtime=1.49 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 1804 0 0 0 149 0 0 0 25 0 4 0 730375602 290910208 3728 33554432000 4194304 4580107 140736379192832 18446744073709551615 260905090827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=284092 CPUtime=1.49 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 1413 0 0 0 149 0 0 0 25 0 4 0 730375602 290910208 3731 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=284092 CPUtime=1.47 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 1325 0 0 0 147 0 0 0 25 0 4 0 730375602 290910208 3732 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293211 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) 284092

[startup+3.10031 s]
/proc/loadavg: 7.51 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23266696/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=289788 CPUtime=12.34 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 13827 0 0 0 1232 2 0 0 25 0 4 0 730375602 296742912 7396 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 72447 7396 379 95 0 67429 0
[pid=15053/tid=15054] ppid=15051 vsize=289788 CPUtime=3.08 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 3031 0 0 0 308 0 0 0 25 0 4 0 730375602 296742912 7396 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=289788 CPUtime=3.09 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 3571 0 0 0 309 0 0 0 25 0 4 0 730375602 296742912 7396 33554432000 4194304 4580107 140736379192832 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=289788 CPUtime=3.05 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 3304 0 0 0 305 0 0 0 25 0 4 0 730375602 296742912 7396 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294367 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) 289788

[startup+6.30072 s]
/proc/loadavg: 7.55 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23217516/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=290548 CPUtime=25.11 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 22036 0 0 0 2507 4 0 0 25 0 4 0 730375602 297521152 9555 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 72637 9555 379 95 0 67619 0
[pid=15053/tid=15054] ppid=15051 vsize=290548 CPUtime=6.29 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 5389 0 0 0 628 1 0 0 25 0 4 0 730375602 297521152 9555 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=290548 CPUtime=6.28 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 5696 0 0 0 628 0 0 0 25 0 4 0 730375602 297521152 9555 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=290548 CPUtime=6.21 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 4814 0 0 0 621 0 0 0 25 0 4 0 730375602 297521152 9555 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 290548

[startup+12.7006 s]
/proc/loadavg: 7.58 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23168924/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=294228 CPUtime=50.63 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 33088 0 0 0 5058 5 0 0 25 0 4 0 730375602 301289472 11831 33554432000 4194304 4580107 140736379192832 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 73557 11831 379 95 0 68539 0
[pid=15053/tid=15054] ppid=15051 vsize=294228 CPUtime=12.69 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 8343 0 0 0 1268 1 0 0 25 0 4 0 730375602 301289472 11831 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=294228 CPUtime=12.69 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 8133 0 0 0 1268 1 0 0 25 0 4 0 730375602 301289472 11831 33554432000 4194304 4580107 140736379192832 18446744073709551615 4320793 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=294228 CPUtime=12.55 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 7732 0 0 0 1254 1 0 0 25 0 4 0 730375602 301289472 11831 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294624 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) 294228

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

[startup+15.901 s]
/proc/loadavg: 7.61 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23157880/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=294544 CPUtime=63.4 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 38483 0 0 0 6334 6 0 0 25 0 4 0 730375602 301613056 13387 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 73636 13387 379 95 0 68618 0
[pid=15053/tid=15054] ppid=15051 vsize=294544 CPUtime=15.88 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 9858 0 0 0 1587 1 0 0 25 0 4 0 730375602 301613056 13387 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=294544 CPUtime=15.89 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 9790 0 0 0 1588 1 0 0 25 0 4 0 730375602 301613056 13387 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=294544 CPUtime=15.7 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 8859 0 0 0 1569 1 0 0 25 0 4 0 730375602 301613056 13387 33554432000 4194304 4580107 140736379192832 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 294544

[startup+19.1004 s]
/proc/loadavg: 7.65 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23146596/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=266808 CPUtime=76.15 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 42959 0 0 0 7608 7 0 0 25 0 4 0 730375602 273211392 13172 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 66702 13172 379 95 0 61684 0
[pid=15053/tid=15054] ppid=15051 vsize=266808 CPUtime=19.08 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10878 0 0 0 1907 1 0 0 25 0 4 0 730375602 273211392 13172 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=266808 CPUtime=19.08 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10773 0 0 0 1907 1 0 0 25 0 4 0 730375602 273211392 13172 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=266808 CPUtime=18.86 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 9869 0 0 0 1885 1 0 0 25 0 4 0 730375602 273211392 13172 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.15
Current children cumulated vsize (KiB) 266808

[startup+19.9002 s]
/proc/loadavg: 7.65 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23141140/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=266808 CPUtime=79.34 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 43562 0 0 0 7927 7 0 0 25 0 4 0 730375602 273211392 13775 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 66702 13775 379 95 0 61684 0
[pid=15053/tid=15054] ppid=15051 vsize=266808 CPUtime=19.88 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 11023 0 0 0 1987 1 0 0 25 0 4 0 730375602 273211392 13775 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=266808 CPUtime=19.88 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10915 0 0 0 1987 1 0 0 25 0 4 0 730375602 273211392 13775 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=266808 CPUtime=19.65 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10027 0 0 0 1964 1 0 0 25 0 4 0 730375602 273211392 13775 33554432000 4194304 4580107 140736379192832 18446744073709551615 4487369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 79.34
Current children cumulated vsize (KiB) 266808

[startup+20.7011 s]
/proc/loadavg: 7.65 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23141140/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=274760 CPUtime=82.54 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 44457 0 0 0 8247 7 0 0 25 0 4 0 730375602 281354240 13533 33554432000 4194304 4580107 140736379192832 18446744073709551615 4321314 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 68690 13533 379 95 0 63672 0
[pid=15053/tid=15054] ppid=15051 vsize=274760 CPUtime=20.68 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 11492 0 0 0 2067 1 0 0 25 0 4 0 730375602 281354240 13533 33554432000 4194304 4580107 140736379192832 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=274760 CPUtime=20.68 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 11123 0 0 0 2067 1 0 0 25 0 4 0 730375602 281354240 13533 33554432000 4194304 4580107 140736379192832 18446744073709551615 4306320 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=274760 CPUtime=20.45 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10156 0 0 0 2044 1 0 0 25 0 4 0 730375602 281354240 13533 33554432000 4194304 4580107 140736379192832 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 82.54
Current children cumulated vsize (KiB) 274760

[startup+20.913 s]
/proc/loadavg: 7.65 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23132584/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=276164 CPUtime=83.37 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 44829 0 0 0 8330 7 0 0 25 0 4 0 730375602 282791936 13905 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439953604 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 69041 13905 379 95 0 64023 0
[pid=15053/tid=15054] ppid=15051 vsize=276164 CPUtime=20.89 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 11517 0 0 0 2088 1 0 0 25 0 4 0 730375602 282791936 13905 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=276164 CPUtime=20.9 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 11159 0 0 0 2089 1 0 0 25 0 4 0 730375602 282791936 13905 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978009 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=276164 CPUtime=20.64 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10452 0 0 0 2063 1 0 0 25 0 4 0 730375602 282791936 13905 33554432000 4194304 4580107 140736379192832 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.37
Current children cumulated vsize (KiB) 276164

[startup+21.001 s]
/proc/loadavg: 7.65 7.95 8.04 10/371 15057
/proc/meminfo: memFree=23132584/32950928 swapFree=65730864/67111528
[pid=15053] ppid=15051 vsize=277800 CPUtime=83.61 cores=1,3,5,7
/proc/15053/stat : 15053 (strangenight2-m) R 15051 15053 14715 0 -1 4202496 45216 0 0 0 8353 8 0 0 25 0 4 0 730375602 284467200 14292 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439953451 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15053/statm: 69450 14292 379 95 0 64432 0
[pid=15053/tid=15054] ppid=15051 vsize=277800 CPUtime=20.92 cores=1,3,5,7
/proc/15053/task/15054/stat : 15054 (strangenight2-m) S 15051 15053 14715 0 -1 4202560 11517 0 0 0 2091 1 0 0 25 0 4 0 730375602 284467200 14292 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978036 0 0 4096 2 18446604466413131712 0 0 -1 5 0 0 0
[pid=15053/tid=15055] ppid=15051 vsize=277800 CPUtime=20.92 cores=1,3,5,7
/proc/15053/task/15055/stat : 15055 (strangenight2-m) S 15051 15053 14715 0 -1 4202560 11159 0 0 0 2091 1 0 0 25 0 4 0 730375602 284467200 14292 33554432000 4194304 4580107 140736379192832 18446744073709551615 47371439978036 0 0 4096 2 18446604466413131712 0 0 -1 1 0 0 0
[pid=15053/tid=15056] ppid=15051 vsize=277800 CPUtime=20.74 cores=1,3,5,7
/proc/15053/task/15056/stat : 15056 (strangenight2-m) R 15051 15053 14715 0 -1 4202560 10839 0 0 0 2072 2 0 0 25 0 4 0 730375602 284467200 14292 33554432000 4194304 4580107 140736379192832 18446744073709551615 4501982 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.61
Current children cumulated vsize (KiB) 277800

Child status: 20
Real time (s): 21.0245
CPU time (s): 83.6623
CPU user time (s): 83.5783
CPU system time (s): 0.083987
CPU usage (%): 397.928
Max. virtual memory (cumulated for all children) (KiB): 303168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.5783
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45233
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= 222
involuntary context switches= 474

runsolver used 0.06299 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 21:30:49
IDJOB=3366311
IDBENCH=82720
IDSOLVER=1844
FILE ID=node116/3366311-1305401449
RUNJOBID= node116-1305401449-15031
PBS_JOBID= 13324469
Free space on /tmp= 73132 MiB

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

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

MD5SUM BENCH= 7436a7d8585345665f45b181a7e46358
RANDOM SEED=1596744805

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23312260 kB
Buffers:         27696 kB
Cached:         110224 kB
SwapCached:      12356 kB
Active:        9386928 kB
Inactive:        45292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23312260 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:     9291796 kB
Mapped:          15772 kB
Slab:            96852 kB
PageTables:      43924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82834696 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= 73124 MiB
End job on node116 at 2011-05-14 21:31:10