Trace number 3173902

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 82.4965 20.6824

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.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-3173902-1304072698.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	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.11	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     133 undec:      36 neg:     131
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       294      1272         0         0      3844         0   no data   no data
0.00/0.11	c Decided on static restart strategy
0.40/0.21	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.96/0.56	c  N st    11     17039       294      1272         0      9887      3844    135876   no data   no data
3.56/0.90	c  F st    12     25003       294      1272         0     12137      3844    167377   no data   no data
3.56/0.90	c  N st    12     25003       294      1272         0     12137      3844    167377   no data   no data
4.38/1.14	c Decided on static restart strategy
4.38/1.14	c  N st    18     30000       294      1272         0     10443      3844    129449   no data   no data
4.38/1.14	c  S st    18     30000       294      1272         0     10443      3844    129449   no data   no data
4.38/1.17	c  S st    18     30502       294      1272         0     10944      3844    137533   no data   no data
4.38/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.38/1.18	c blocked clauses removed:        0 vars:      0 tried:         294 T: 0.00 s
4.38/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
4.38/1.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.38/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.25	c lits-rem:       287  cl-subs:     1638  v-elim:      0  v-fix:    0  time:  0.07 s
4.79/1.26	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.00
4.79/1.26	c calculated reachability. Time: 0.00
4.79/1.26	c  N st    18     30502       294      1272         0      9306      3844    115458   no data   no data
6.36/1.64	c  N st    20     37614       294      1272         0      8596      3844     94173   no data   no data
7.56/1.98	c  N st    21     44014       294      1272         0     14731      3844    185969   no data   no data
8.36/2.10	c  S st    22     45754       294      1272         0     16381      3844    211021   no data   no data
8.36/2.15	c  S st    22     46257       294      1272         0     16882      3844    219234   no data   no data
8.36/2.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.36/2.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.36/2.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
8.36/2.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.36/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.34	c lits-rem:       232  cl-subs:     2399  v-elim:      0  v-fix:    0  time:  0.18 s
9.17/2.34	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
9.17/2.34	c vivif2 --  cl tried    14483 cl shrink        0 lits rem          0 time: 0.00
9.17/2.35	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
9.17/2.35	c calculated reachability. Time: 0.00
9.17/2.35	c  N st    22     46257       294      1272         0     14483      3844    186103   no data   no data
12.75/3.20	c  N st    23     60654       294      1272         0     10263      3844    103950   no data   no data
14.74/3.71	c  N st    24     69386       294      1272         0     18545      3844    219898   no data   no data
14.74/3.71	c  S st    24     69386       294      1272         0     18545      3844    219898   no data   no data
14.74/3.76	c  S st    24     69887       294      1272         0     19044      3844    228282   no data   no data
14.74/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.74/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
14.74/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.98	c lits-rem:       143  cl-subs:     3096  v-elim:      0  v-fix:    0  time:  0.21 s
15.55/3.98	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
15.55/3.98	c vivif2 --  cl tried    15948 cl shrink        0 lits rem          0 time: 0.00
15.55/3.99	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
15.55/3.99	c calculated reachability. Time: 0.00
15.55/3.99	c  N st    24     69887       294      1272         0     15948      3844    189195   no data   no data
19.93/5.01	c  F st    25     87502       294      1272         0     22423      3844    294823   no data   no data
19.93/5.02	c  N st    25     87502       294      1272         0     22423      3844    294823   no data   no data
21.14/5.32	c Decided on static restart strategy
21.54/5.50	c  N st    32     95542       294      1272         0     18618      3844    219110   no data   no data
24.33/6.15	c  N st    34    104830       294      1272         0     15112      3844    155811   no data   no data
24.33/6.15	c  S st    34    104830       294      1272         0     15112      3844    155811   no data   no data
24.33/6.20	c  S st    34    105330       294      1272         0     15610      3844    163886   no data   no data
24.33/6.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.73/6.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.73/6.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.73/6.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.73/6.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.73/6.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
24.73/6.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.73/6.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.73/6.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.73/6.25	c lits-rem:        92  cl-subs:     1099  v-elim:      0  v-fix:    0  time:  0.04 s
24.73/6.25	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
24.73/6.25	c vivif2 --  cl tried    14511 cl shrink        0 lits rem          0 time: 0.00
24.73/6.26	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
24.73/6.26	c calculated reachability. Time: 0.00
24.73/6.26	c  N st    34    105330       294      1272         0     14511      3844    150433   no data   no data
27.53/6.91	c  N st    35    114928       294      1272         0     23551      3844    272831   no data   no data
31.14/7.87	c  N st    36    129326       294      1272         0     23922      3844    277399   no data   no data
37.11/9.37	c  N st    37    150921       294      1272         0     30006      3844    339961   no data   no data
39.11/9.85	c  S st    38    157995       294      1272         0     21605      3844    222877   no data   no data
39.11/9.90	c  S st    38    158497       294      1272         0     22106      3844    231012   no data   no data
39.11/9.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.53/9.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.53/9.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.53/9.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.53/9.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.53/9.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
39.53/9.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.53/9.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.53/9.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.93/10.09	c lits-rem:       649  cl-subs:     3207  v-elim:      0  v-fix:    0  time:  0.17 s
39.93/10.09	c vivif2 --  cl tried     1272 cl shrink        0 lits rem          0 time: 0.00
39.93/10.09	c vivif2 --  cl tried    18899 cl shrink        0 lits rem          0 time: 0.00
40.30/10.10	c asymm  cl-useful: 0/1272/1272 lits-rem:0 time: 0.01
40.30/10.10	c calculated reachability. Time: 0.00
40.30/10.10	c  N st    38    158497       294      1272         0     18899      3844    193252   no data   no data
55.49/13.92	c  N st    39    207085       294      1272         0     31981      3844    358373   no data   no data
66.30/16.65	c  N st    40    237746       294      1272         0     24087      3844    241353   no data   no data
66.30/16.65	c  S st    40    237746       294      1272         0     24087      3844    241353   no data   no data
66.30/16.65	c Finding binary XORs  T:     0.00 s  found:       0
66.67/16.72	c  S st    40    238256       293      1252        16     22681      3800    227248   no data   no data
66.67/16.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.67/16.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
66.67/16.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.67/16.72	c bin-w-bin subsume rem            8 bins  time:  0.00 s
66.67/16.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.67/16.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
66.67/16.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.67/16.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
66.67/16.74	c subs with bin:      147  lits-rem:       379  v-fix:    0  time:  0.00 s
67.08/16.86	c lits-rem:       393  cl-subs:     2202  v-elim:      0  v-fix:    0  time:  0.12 s
67.08/16.86	c vivif2 --  cl tried     1252 cl shrink        0 lits rem          0 time: 0.00
67.08/16.86	c vivif2 --  cl tried    20332 cl shrink        0 lits rem          0 time: 0.00
67.08/16.88	c asymm  cl-useful: 0/1252/1252 lits-rem:0 time: 0.01
67.08/16.88	c calculated reachability. Time: 0.00
67.08/16.88	c  N st    40    238256       293      1252         8     20332      3800    199698   no data   no data
77.06/19.37	c Finding binary XORs  T:     0.00 s  found:       0
81.85/20.53	c  E st    41    285426       287      1187        90     17000      3659    143796   no data   no data
82.25/20.67	c Following stats are for *FIRST FINISHED THREAD ONLY*
82.25/20.67	c num threads              : 4          
82.25/20.67	c restarts                 : 41         
82.25/20.67	c dynamic restarts         : 0          
82.25/20.67	c static restarts          : 41         
82.25/20.67	c full restarts            : 2          
82.25/20.67	c total simplify time      : 0.04       
82.25/20.67	c learnts DL2              : 0          
82.25/20.67	c learnts size 2           : 109        
82.25/20.67	c learnts size 1           : 115         (38.33     % of vars)
82.25/20.67	c filedLit time            : 0.02        (0.12      % time)
82.25/20.67	c v-elim SatELite          : 6           (2.00      % vars)
82.25/20.67	c SatELite time            : 0.79        (3.82      % time)
82.25/20.67	c v-elim xor               : 0           (0.00      % vars)
82.25/20.67	c xor elim time            : 0.00        (0.01      % time)
82.25/20.67	c num binary xor trees     : 0          
82.25/20.67	c binxor trees' crown      : 0           (nan       leafs/tree)
82.25/20.67	c bin xor find time        : 0.00       
82.25/20.67	c OTF clause improved      : 14629       (0.05      clauses/conflict)
82.25/20.67	c OTF impr. size diff      : 15249       (1.04       lits/clause)
82.25/20.67	c OTF cl watch-shrink      : 57476       (0.20      clauses/conflict)
82.25/20.67	c OTF cl watch-sh-lit      : 69402       (1.21       lits/clause)
82.25/20.67	c tried to recurMin cls    : 29946       (10.49      % of conflicts)
82.25/20.67	c updated cache            : 0           (0.00       lits/tried recurMin)
82.25/20.67	c unit cls recevied        : 3           (2.61      % of units)
82.25/20.67	c unit cls sent            : 2           (1.74      % of units)
82.25/20.67	c bin cls recevied         : 24         
82.25/20.67	c bin cls sent             : 46         
82.25/20.67	c clauses over max glue    : 0           (0.00      % of all clauses)
82.25/20.67	c conflicts                : 285426      (13823.51  / sec)
82.25/20.67	c decisions                : 332567      (1.51      % random)
82.25/20.67	c bogo-props               : 2637203079  (127722822.18 / sec)
82.25/20.67	c conflict literals        : 3986639     (27.67     % deleted)
82.25/20.67	c Memory used              : 282.00      MB
82.25/20.67	c single-thread CPU time   : 20.65       s
82.25/20.67	c all-threads sum CPU time : 82.42       s
82.25/20.67	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-3173902-1304072698/watcher-3173902-1304072698 -o /tmp/evaluation-result-3173902-1304072698/solver-3173902-1304072698 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173902-1304072698.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: 1.91 4.18 5.50 3/176 32559
/proc/meminfo: memFree=20491908/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=282040 CPUtime=0.01 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 914 0 0 0 1 0 0 0 18 0 4 0 597500471 288808960 833 33554432000 4194304 4627427 140734045312208 18446744073709551615 231895187211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 70510 834 380 106 0 65481 0
[pid=32559/tid=32561] ppid=32555 vsize=282040 CPUtime=0 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 145 0 0 0 0 0 0 0 19 0 4 0 597500471 288808960 835 33554432000 4194304 4627427 140734045312208 18446744073709551615 231895516266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=282040 CPUtime=0 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 159 0 0 0 0 0 0 0 18 0 4 0 597500471 288808960 835 33554432000 4194304 4627427 140734045312208 18446744073709551615 231895157673 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=282040 CPUtime=0 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 4 0 597500471 288808960 835 33554432000 4194304 4627427 140734045312208 18446744073709551615 4321678 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.110167 s]
/proc/loadavg: 1.91 4.18 5.50 3/176 32559
/proc/meminfo: memFree=20491908/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=282212 CPUtime=0.4 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 1430 0 0 0 40 0 0 0 18 0 4 0 597500471 288985088 1349 33554432000 4194304 4627427 140734045312208 18446744073709551615 4507023 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 70553 1349 384 106 0 65524 0
[pid=32559/tid=32561] ppid=32555 vsize=282212 CPUtime=0.09 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 263 0 0 0 9 0 0 0 19 0 4 0 597500471 288985088 1349 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=282212 CPUtime=0.1 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 274 0 0 0 10 0 0 0 18 0 4 0 597500471 288985088 1350 33554432000 4194304 4627427 140734045312208 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=282212 CPUtime=0.1 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 216 0 0 0 10 0 0 0 21 0 4 0 597500471 288985088 1350 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282212

[startup+0.210115 s]
/proc/loadavg: 1.91 4.18 5.50 3/176 32559
/proc/meminfo: memFree=20491908/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=283024 CPUtime=0.8 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 1921 0 0 0 80 0 0 0 18 0 4 0 597500471 289816576 1468 33554432000 4194304 4627427 140734045312208 18446744073709551615 4333037 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 70756 1468 385 106 0 65727 0
[pid=32559/tid=32561] ppid=32555 vsize=283024 CPUtime=0.19 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 389 0 0 0 19 0 0 0 20 0 4 0 597500471 289816576 1468 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=283024 CPUtime=0.2 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 398 0 0 0 20 0 0 0 18 0 4 0 597500471 289816576 1468 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=283024 CPUtime=0.2 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 337 0 0 0 20 0 0 0 21 0 4 0 597500471 289816576 1468 33554432000 4194304 4627427 140734045312208 18446744073709551615 4327643 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 283024

[startup+0.301082 s]
/proc/loadavg: 1.91 4.18 5.50 3/176 32559
/proc/meminfo: memFree=20491908/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=283180 CPUtime=1.17 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 2204 0 0 0 117 0 0 0 18 0 4 0 597500471 289976320 1751 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 70795 1751 385 106 0 65766 0
[pid=32559/tid=32561] ppid=32555 vsize=283180 CPUtime=0.29 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 458 0 0 0 29 0 0 0 20 0 4 0 597500471 289976320 1751 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=283180 CPUtime=0.29 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 472 0 0 0 29 0 0 0 18 0 4 0 597500471 289976320 1751 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=283180 CPUtime=0.29 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 405 0 0 0 29 0 0 0 21 0 4 0 597500471 289976320 1751 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283180

[startup+0.701008 s]
/proc/loadavg: 1.91 4.18 5.50 3/176 32559
/proc/meminfo: memFree=20491908/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=284336 CPUtime=2.76 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 3732 0 0 0 276 0 0 0 18 0 4 0 597500471 291160064 2002 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 71084 2002 385 106 0 66055 0
[pid=32559/tid=32561] ppid=32555 vsize=284336 CPUtime=0.68 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 849 0 0 0 68 0 0 0 21 0 4 0 597500471 291160064 2002 33554432000 4194304 4627427 140734045312208 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=284336 CPUtime=0.69 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 846 0 0 0 69 0 0 0 18 0 4 0 597500471 291160064 2002 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=284336 CPUtime=0.69 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 774 0 0 0 69 0 0 0 22 0 4 0 597500471 291160064 2003 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284336

[startup+1.50086 s]
/proc/loadavg: 1.91 4.18 5.50 10/184 32567
/proc/meminfo: memFree=20470988/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=288516 CPUtime=5.96 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 7697 0 0 0 595 1 0 0 20 0 4 0 597500471 295440384 4198 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 72129 4198 389 106 0 67100 0
[pid=32559/tid=32561] ppid=32555 vsize=288516 CPUtime=1.48 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 2229 0 0 0 148 0 0 0 23 0 4 0 597500471 295440384 4198 33554432000 4194304 4627427 140734045312208 18446744073709551615 4420992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=288516 CPUtime=1.49 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 1431 0 0 0 149 0 0 0 20 0 4 0 597500471 295440384 4198 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=288516 CPUtime=1.48 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 1352 0 0 0 148 0 0 0 25 0 4 0 597500471 295440384 4198 33554432000 4194304 4627427 140734045312208 18446744073709551615 4299569 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288516

[startup+3.10056 s]
/proc/loadavg: 1.91 4.18 5.50 10/184 32567
/proc/meminfo: memFree=20437748/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=288932 CPUtime=12.35 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 13857 0 0 0 1234 1 0 0 25 0 4 0 597500471 295866368 7493 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 72233 7493 389 106 0 67204 0
[pid=32559/tid=32561] ppid=32555 vsize=288932 CPUtime=3.07 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 2989 0 0 0 307 0 0 0 25 0 4 0 597500471 295866368 7493 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=288932 CPUtime=3.09 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 3543 0 0 0 309 0 0 0 25 0 4 0 597500471 295866368 7493 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=288932 CPUtime=3.08 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 3273 0 0 0 308 0 0 0 25 0 4 0 597500471 295866368 7493 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 288932

[startup+6.30096 s]
/proc/loadavg: 2.40 4.24 5.51 10/184 32567
/proc/meminfo: memFree=20401896/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=294120 CPUtime=25.13 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 21850 0 0 0 2511 2 0 0 25 0 4 0 597500471 301178880 9623 33554432000 4194304 4627427 140734045312208 18446744073709551615 4332626 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 73530 9624 389 106 0 68501 0
[pid=32559/tid=32561] ppid=32555 vsize=294120 CPUtime=6.25 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 5243 0 0 0 625 0 0 0 25 0 4 0 597500471 301178880 9624 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=294120 CPUtime=6.28 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 5611 0 0 0 628 0 0 0 25 0 4 0 597500471 301178880 9624 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=294120 CPUtime=6.28 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 4764 0 0 0 628 0 0 0 25 0 4 0 597500471 301178880 9624 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 294120

[startup+12.7008 s]
/proc/loadavg: 2.85 4.31 5.53 10/184 32568
/proc/meminfo: memFree=20352120/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=296700 CPUtime=50.7 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 32858 0 0 0 5066 4 0 0 25 0 4 0 597500471 303820800 11883 33554432000 4194304 4627427 140734045312208 18446744073709551615 4338562 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 74175 11883 389 106 0 69146 0
[pid=32559/tid=32561] ppid=32555 vsize=296700 CPUtime=12.62 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 7894 0 0 0 1261 1 0 0 25 0 4 0 597500471 303820800 11883 33554432000 4194304 4627427 140734045312208 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=296700 CPUtime=12.68 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 8117 0 0 0 1268 0 0 0 25 0 4 0 597500471 303820800 11883 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=296700 CPUtime=12.68 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 7925 0 0 0 1268 0 0 0 25 0 4 0 597500471 303820800 11883 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309077 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) 296700

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

[startup+12.8007 s]
/proc/loadavg: 2.85 4.31 5.53 10/184 32568
/proc/meminfo: memFree=20352120/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=296752 CPUtime=51.1 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 33161 0 0 0 5106 4 0 0 25 0 4 0 597500471 303874048 11682 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 74188 11682 389 106 0 69159 0
[pid=32559/tid=32561] ppid=32555 vsize=296752 CPUtime=12.72 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 7916 0 0 0 1271 1 0 0 25 0 4 0 597500471 303874048 11682 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=296752 CPUtime=12.78 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 8138 0 0 0 1278 0 0 0 25 0 4 0 597500471 303874048 11682 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=296752 CPUtime=12.78 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 7944 0 0 0 1278 0 0 0 25 0 4 0 597500471 303874048 11682 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 296752

[startup+16.0011 s]
/proc/loadavg: 3.26 4.37 5.54 10/184 32568
/proc/meminfo: memFree=20339844/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=299140 CPUtime=63.88 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 38098 0 0 0 6383 5 0 0 25 0 4 0 597500471 306319360 13497 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 74785 13497 389 106 0 69756 0
[pid=32559/tid=32561] ppid=32555 vsize=299140 CPUtime=15.9 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 9190 0 0 0 1589 1 0 0 25 0 4 0 597500471 306319360 13497 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=299140 CPUtime=15.99 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 9749 0 0 0 1598 1 0 0 25 0 4 0 597500471 306319360 13497 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=299140 CPUtime=15.98 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 9124 0 0 0 1598 0 0 0 25 0 4 0 597500471 306319360 13497 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 299140

[startup+19.2005 s]
/proc/loadavg: 3.26 4.37 5.54 10/184 32568
/proc/meminfo: memFree=20328680/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=279400 CPUtime=76.66 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 42395 0 0 0 7660 6 0 0 25 0 4 0 597500471 286105600 14151 33554432000 4194304 4627427 140734045312208 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 69850 14151 389 106 0 64821 0
[pid=32559/tid=32561] ppid=32555 vsize=279400 CPUtime=19.08 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 9960 0 0 0 1907 1 0 0 25 0 4 0 597500471 286105600 14151 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=279400 CPUtime=19.19 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10778 0 0 0 1918 1 0 0 25 0 4 0 597500471 286105600 14151 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=279400 CPUtime=19.18 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10176 0 0 0 1918 0 0 0 25 0 4 0 597500471 286105600 14151 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 279400

[startup+20.0004 s]
/proc/loadavg: 3.64 4.43 5.55 10/184 32568
/proc/meminfo: memFree=20324216/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=279400 CPUtime=79.85 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 42987 0 0 0 7979 6 0 0 25 0 4 0 597500471 286105600 14743 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 69850 14743 389 106 0 64821 0
[pid=32559/tid=32561] ppid=32555 vsize=279400 CPUtime=19.87 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10096 0 0 0 1986 1 0 0 25 0 4 0 597500471 286105600 14743 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=279400 CPUtime=19.98 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10914 0 0 0 1997 1 0 0 25 0 4 0 597500471 286105600 14743 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=279400 CPUtime=19.98 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10327 0 0 0 1998 0 0 0 25 0 4 0 597500471 286105600 14743 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 79.85
Current children cumulated vsize (KiB) 279400

[startup+20.4003 s]
/proc/loadavg: 3.64 4.43 5.55 10/184 32568
/proc/meminfo: memFree=20324216/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=288768 CPUtime=81.45 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 43605 0 0 0 8139 6 0 0 25 0 4 0 597500471 295698432 15352 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 72192 15352 389 106 0 67163 0
[pid=32559/tid=32561] ppid=32555 vsize=288768 CPUtime=20.27 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10401 0 0 0 2026 1 0 0 25 0 4 0 597500471 295698432 15352 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=288768 CPUtime=20.38 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10985 0 0 0 2037 1 0 0 25 0 4 0 597500471 295698432 15352 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=288768 CPUtime=20.38 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10378 0 0 0 2038 0 0 0 25 0 4 0 597500471 295698432 15352 33554432000 4194304 4627427 140734045312208 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 81.45
Current children cumulated vsize (KiB) 288768

[startup+20.6003 s]
/proc/loadavg: 3.64 4.43 5.55 10/184 32568
/proc/meminfo: memFree=20324216/32950928 swapFree=67111524/67111528
[pid=32559] ppid=32555 vsize=288768 CPUtime=82.25 cores=1,3,5,7
/proc/32559/stat : 32559 (strangenight2-m) R 32555 32559 32106 0 -1 4202496 44335 0 0 0 8219 6 0 0 25 0 4 0 597500471 295698432 15445 33554432000 4194304 4627427 140734045312208 18446744073709551615 47126830569003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32559/statm: 72192 15445 389 106 0 67163 0
[pid=32559/tid=32561] ppid=32555 vsize=288768 CPUtime=20.47 cores=1,3,5,7
/proc/32559/task/32561/stat : 32561 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 10429 0 0 0 2046 1 0 0 25 0 4 0 597500471 295698432 15445 33554432000 4194304 4627427 140734045312208 18446744073709551615 47126830593565 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32559/tid=32563] ppid=32555 vsize=288768 CPUtime=20.58 cores=1,3,5,7
/proc/32559/task/32563/stat : 32563 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 11015 0 0 0 2057 1 0 0 25 0 4 0 597500471 295698432 15445 33554432000 4194304 4627427 140734045312208 18446744073709551615 47126830593552 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32559/tid=32565] ppid=32555 vsize=288768 CPUtime=20.58 cores=1,3,5,7
/proc/32559/task/32565/stat : 32565 (strangenight2-m) R 32555 32559 32106 0 -1 4202560 11023 0 0 0 2058 0 0 0 25 0 4 0 597500471 295698432 15445 33554432000 4194304 4627427 140734045312208 18446744073709551615 4467442 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 82.25
Current children cumulated vsize (KiB) 288768

Child status: 20
Real time (s): 20.6824
CPU time (s): 82.4965
CPU user time (s): 82.4225
CPU system time (s): 0.073988
CPU usage (%): 398.873
Max. virtual memory (cumulated for all children) (KiB): 299204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.4225
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44347
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= 192
involuntary context switches= 823

runsolver used 0.025996 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 12:24:58
IDJOB=3173902
IDBENCH=82720
IDSOLVER=1586
FILE ID=node114/3173902-1304072698
RUNJOBID= node114-1304072698-32541
PBS_JOBID= 13170474
Free space on /tmp= 71804 MiB

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

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

MD5SUM BENCH= 7436a7d8585345665f45b181a7e46358
RANDOM SEED=1809779338

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.848
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.848
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.74
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.848
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:      20492104 kB
Buffers:       2256996 kB
Cached:        9556316 kB
SwapCached:          4 kB
Active:        3447948 kB
Inactive:      8429704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20492104 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11372 kB
Writeback:           0 kB
AnonPages:       63988 kB
Mapped:          14488 kB
Slab:           517384 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184684 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= 71792 MiB
End job on node114 at 2011-04-29 12:25:19