Trace number 3174053

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 69.0385 17.289

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.cnf
MD5SUMdbf411c57e02bcb78ae06dd835bb89b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.814876
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-3174053-1304079578.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.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:     135 undec:      35 neg:     130
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      1271         0         0      3849         0   no data   no data
0.12/0.04	c Decided on static restart strategy
0.38/0.13	c  N st     8      4918       294      1271         0      4742      3849     69237   no data   no data
1.18/0.34	c  N st    10     11305       294      1271         0      4366      3849     49607   no data   no data
1.97/0.56	c  N st    11     17048       294      1271         0      9862      3849    131481   no data   no data
3.18/0.87	c  F st    12     25002       294      1271         0     12180      3849    161531   no data   no data
3.18/0.88	c  N st    12     25002       294      1271         0     12180      3849    161531   no data   no data
3.99/1.10	c Decided on static restart strategy
3.99/1.10	c  N st    18     30001       294      1271         0     10460      3849    126746   no data   no data
3.99/1.10	c  S st    18     30001       294      1271         0     10460      3849    126746   no data   no data
4.40/1.13	c  S st    18     30504       294      1271         0     10961      3849    134566   no data   no data
4.40/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.40/1.14	c blocked clauses removed:        9 vars:      1 tried:         294 T: 0.00 s
4.40/1.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
4.40/1.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/1.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.40/1.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c lits-rem:       311  cl-subs:     1680  v-elim:      0  v-fix:    0  time:  0.06 s
4.77/1.21	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.00
4.77/1.21	c calculated reachability. Time: 0.00
4.77/1.21	c  N st    18     30504       293      1262         0      9281      3822    112896   no data   no data
5.97/1.59	c  N st    20     37614       293      1262         0      8584      3822     91597   no data   no data
7.56/1.91	c  N st    21     44013       293      1262         0     14716      3822    183672   no data   no data
7.97/2.03	c  S st    22     45756       293      1262         0     16405      3822    209420   no data   no data
7.97/2.08	c  S st    22     46261       293      1262         0     16908      3822    217347   no data   no data
7.97/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
7.97/2.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.23	c lits-rem:       163  cl-subs:     2082  v-elim:      0  v-fix:    0  time:  0.14 s
8.79/2.23	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c vivif2 --  cl tried    14826 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
8.79/2.24	c calculated reachability. Time: 0.00
8.79/2.24	c  N st    22     46261       293      1262         0     14826      3822    189954   no data   no data
12.36/3.15	c  N st    23     60658       293      1262         0     10558      3822    106997   no data   no data
14.36/3.68	c  N st    24     69393       293      1262         0     18913      3822    238262   no data   no data
14.36/3.68	c  S st    24     69393       293      1262         0     18913      3822    238262   no data   no data
14.76/3.74	c  S st    24     69897       293      1262         0     19414      3822    246325   no data   no data
14.76/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.76/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
14.76/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.96	c lits-rem:       301  cl-subs:     2360  v-elim:      0  v-fix:    0  time:  0.20 s
15.56/3.96	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
15.56/3.96	c vivif2 --  cl tried    17054 cl shrink        0 lits rem          0 time: 0.00
15.56/3.97	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
15.56/3.97	c calculated reachability. Time: 0.00
15.56/3.97	c  N st    24     69897       293      1262         0     17054      3822    214565   no data   no data
20.35/5.12	c  F st    25     87502       293      1262         0     11930      3822    116419   no data   no data
20.35/5.12	c  N st    25     87502       293      1262         0     11930      3822    116419   no data   no data
21.56/5.43	c Decided on static restart strategy
22.34/5.62	c  N st    32     95540       293      1262         0     19640      3822    230849   no data   no data
24.74/6.27	c  N st    34    104845       293      1262         0     16078      3822    162451   no data   no data
24.74/6.27	c  S st    34    104845       293      1262         0     16078      3822    162451   no data   no data
25.14/6.31	c  S st    34    105347       293      1262         0     16576      3822    170180   no data   no data
25.14/6.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.14/6.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.14/6.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.14/6.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.14/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.14/6.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
25.14/6.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.14/6.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.14/6.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.40	c lits-rem:       158  cl-subs:     2021  v-elim:      0  v-fix:    0  time:  0.07 s
25.54/6.40	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
25.54/6.40	c vivif2 --  cl tried    14555 cl shrink        0 lits rem          0 time: 0.00
25.54/6.41	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
25.54/6.41	c calculated reachability. Time: 0.00
25.54/6.41	c  N st    34    105347       293      1262         0     14555      3822    148258   no data   no data
27.93/7.07	c  N st    35    114946       293      1262         0     23647      3822    276746   no data   no data
32.33/8.12	c  N st    36    129343       293      1262         0     24100      3822    277945   no data   no data
38.33/9.66	c  N st    37    150939       293      1262         0     30366      3822    350225   no data   no data
40.32/10.15	c  S st    38    158020       293      1262         0     21970      3822    234583   no data   no data
40.72/10.21	c  S st    38    158525       293      1262         0     22465      3822    242695   no data   no data
40.72/10.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.72/10.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.72/10.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.72/10.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.72/10.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.72/10.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
40.72/10.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.72/10.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.72/10.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.12/10.38	c lits-rem:       646  cl-subs:     2417  v-elim:      0  v-fix:    0  time:  0.15 s
41.12/10.38	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
41.12/10.38	c vivif2 --  cl tried    20048 cl shrink        0 lits rem          0 time: 0.00
41.12/10.39	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
41.12/10.39	c calculated reachability. Time: 0.00
41.12/10.39	c  N st    38    158525       293      1262         0     20048      3822    212373   no data   no data
56.30/14.19	c  N st    39    207116       293      1262         1     33127      3822    380850   no data   no data
67.08/16.82	c  N st    40    237789       293      1262         2     25105      3822    249425   no data   no data
67.08/16.82	c  S st    40    237789       293      1262         2     25105      3822    249425   no data   no data
67.08/16.84	c Finding binary XORs  T:     0.00 s  found:       0
67.08/16.88	c  S st    40    238291       289      1181        52     13648      3647    110497   no data   no data
67.08/16.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.08/16.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  0.2M T:  0.00
67.08/16.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.08/16.88	c bin-w-bin subsume rem            9 bins  time:  0.00 s
67.08/16.88	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
67.08/16.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    289 time:  0.00 s
67.08/16.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.08/16.88	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
67.08/16.90	c subs with bin:      765  lits-rem:      1173  v-fix:    0  time:  0.01 s
67.48/16.91	c lits-rem:       299  cl-subs:      324  v-elim:      0  v-fix:    0  time:  0.02 s
67.48/16.91	c vivif2 --  cl tried     1177 cl shrink        0 lits rem          0 time: 0.00
67.48/16.91	c vivif2 --  cl tried    12331 cl shrink      135 lits rem        138 time: 0.00
67.48/16.92	c asymm  cl-useful: 0/1177/1177 lits-rem:0 time: 0.01
67.48/16.92	c calculated reachability. Time: 0.00
67.48/16.92	c  N st    40    238291       288      1177        42     12331      3647     96433   no data   no data
68.68/17.28	c  E st    41    244165       281      1177        80     17867      3647    156669   no data   no data
68.68/17.28	c Following stats are for *FIRST FINISHED THREAD ONLY*
68.68/17.28	c num threads              : 4          
68.68/17.28	c restarts                 : 41         
68.68/17.28	c dynamic restarts         : 0          
68.68/17.28	c static restarts          : 41         
68.68/17.28	c full restarts            : 2          
68.68/17.28	c total simplify time      : 0.02       
68.68/17.28	c learnts DL2              : 0          
68.68/17.28	c learnts size 2           : 92         
68.68/17.28	c learnts size 1           : 148         (49.33     % of vars)
68.68/17.28	c filedLit time            : 0.02        (0.13      % time)
68.68/17.28	c v-elim SatELite          : 8           (2.67      % vars)
68.68/17.28	c SatELite time            : 0.65        (3.74      % time)
68.68/17.28	c v-elim xor               : 0           (0.00      % vars)
68.68/17.28	c xor elim time            : 0.00        (0.02      % time)
68.68/17.28	c num binary xor trees     : 0          
68.68/17.28	c binxor trees' crown      : 0           (nan       leafs/tree)
68.68/17.28	c bin xor find time        : 0.00       
68.68/17.28	c OTF clause improved      : 11570       (0.05      clauses/conflict)
68.68/17.28	c OTF impr. size diff      : 12035       (1.04       lits/clause)
68.68/17.28	c OTF cl watch-shrink      : 55107       (0.23      clauses/conflict)
68.68/17.28	c OTF cl watch-sh-lit      : 68778       (1.25       lits/clause)
68.68/17.28	c tried to recurMin cls    : 27185       (11.13      % of conflicts)
68.68/17.28	c updated cache            : 0           (0.00       lits/tried recurMin)
68.68/17.28	c unit cls recevied        : 5           (3.38      % of units)
68.68/17.28	c unit cls sent            : 8           (5.41      % of units)
68.68/17.28	c bin cls recevied         : 11         
68.68/17.28	c bin cls sent             : 28         
68.68/17.28	c clauses over max glue    : 0           (0.00      % of all clauses)
68.68/17.28	c conflicts                : 244165      (14146.80  / sec)
68.68/17.28	c decisions                : 285239      (1.77      % random)
68.68/17.28	c bogo-props               : 2238679051  (129707994.72 / sec)
68.68/17.28	c conflict literals        : 3436612     (28.72     % deleted)
68.68/17.28	c Memory used              : 272.70      MB
68.68/17.28	c single-thread CPU time   : 17.26       s
68.68/17.28	c all-threads sum CPU time : 68.96       s
68.68/17.28	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-3174053-1304079578/watcher-3174053-1304079578 -o /tmp/evaluation-result-3174053-1304079578/solver-3174053-1304079578 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174053-1304079578.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.69 7.99 7.87 5/180 1222
/proc/meminfo: memFree=27315488/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=40968 CPUtime=0 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 408 0 0 0 0 0 0 0 21 0 3 0 519555474 41951232 347 33554432000 4194304 4627427 140733387783952 18446744073709551615 218905787377 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1222/statm: 10242 347 299 106 0 5213 0
[pid=1222/tid=1223] ppid=1220 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 519555474 52441088 348 33554432000 4194304 4627427 140733387783952 18446744073709551615 47694167791538 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 519555474 52441088 348 33554432000 4194304 4627427 140733387783952 18446744073709551615 47694167791538 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519555474 52441088 348 33554432000 4194304 4627427 140733387783952 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.035759 s]
/proc/loadavg: 7.69 7.99 7.87 5/180 1222
/proc/meminfo: memFree=27315488/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=281992 CPUtime=0.12 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 1070 0 0 0 12 0 0 0 23 0 4 0 519555474 288759808 996 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308317 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 70498 996 384 106 0 65469 0
[pid=1222/tid=1223] ppid=1220 vsize=281992 CPUtime=0.03 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 218 0 0 0 3 0 0 0 23 0 4 0 519555474 288759808 996 33554432000 4194304 4627427 140733387783952 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=281992 CPUtime=0.03 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 146 0 0 0 3 0 0 0 23 0 4 0 519555474 288759808 996 33554432000 4194304 4627427 140733387783952 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=281992 CPUtime=0.02 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 122 0 0 0 2 0 0 0 24 0 4 0 519555474 288759808 996 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308141 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 281992

[startup+0.100747 s]
/proc/loadavg: 7.69 7.99 7.87 5/180 1222
/proc/meminfo: memFree=27315488/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=282124 CPUtime=0.38 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 1378 0 0 0 38 0 0 0 23 0 4 0 519555474 288894976 1304 33554432000 4194304 4627427 140733387783952 18446744073709551615 4299695 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 70531 1304 384 106 0 65502 0
[pid=1222/tid=1223] ppid=1220 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 293 0 0 0 9 0 0 0 23 0 4 0 519555474 288894976 1304 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 220 0 0 0 9 0 0 0 23 0 4 0 519555474 288894976 1304 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=282124 CPUtime=0.09 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 201 0 0 0 9 0 0 0 24 0 4 0 519555474 288894976 1304 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282124

[startup+0.300711 s]
/proc/loadavg: 7.69 7.99 7.87 5/180 1222
/proc/meminfo: memFree=27315488/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=283072 CPUtime=1.18 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 2210 0 0 0 118 0 0 0 23 0 4 0 519555474 289865728 1762 33554432000 4194304 4627427 140733387783952 18446744073709551615 4305493 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 70768 1762 385 106 0 65739 0
[pid=1222/tid=1223] ppid=1220 vsize=283072 CPUtime=0.29 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 501 0 0 0 29 0 0 0 23 0 4 0 519555474 289865728 1762 33554432000 4194304 4627427 140733387783952 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=283072 CPUtime=0.29 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 417 0 0 0 29 0 0 0 23 0 4 0 519555474 289865728 1762 33554432000 4194304 4627427 140733387783952 18446744073709551615 4303015 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=283072 CPUtime=0.29 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 428 0 0 0 29 0 0 0 25 0 4 0 519555474 289865728 1762 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283072

[startup+0.700638 s]
/proc/loadavg: 7.69 7.99 7.87 5/180 1222
/proc/meminfo: memFree=27315488/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=284332 CPUtime=2.78 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 3725 0 0 0 277 1 0 0 25 0 4 0 519555474 291155968 1989 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 71083 1989 385 106 0 66054 0
[pid=1222/tid=1223] ppid=1220 vsize=284332 CPUtime=0.69 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 860 0 0 0 69 0 0 0 25 0 4 0 519555474 291155968 1989 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=284332 CPUtime=0.69 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 766 0 0 0 69 0 0 0 25 0 4 0 519555474 291155968 1989 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=284332 CPUtime=0.69 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 835 0 0 0 69 0 0 0 25 0 4 0 519555474 291155968 1989 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284332

[startup+1.5005 s]
/proc/loadavg: 7.69 7.99 7.87 10/184 1226
/proc/meminfo: memFree=27313164/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=284964 CPUtime=5.97 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 7572 0 0 0 596 1 0 0 25 0 4 0 519555474 291803136 4061 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 71241 4061 389 106 0 66212 0
[pid=1222/tid=1223] ppid=1220 vsize=284964 CPUtime=1.49 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 2142 0 0 0 149 0 0 0 25 0 4 0 519555474 291803136 4061 33554432000 4194304 4627427 140733387783952 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=284964 CPUtime=1.49 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 1295 0 0 0 149 0 0 0 25 0 4 0 519555474 291803136 4061 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=284964 CPUtime=1.47 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 1422 0 0 0 147 0 0 0 25 0 4 0 519555474 291803136 4062 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284964

[startup+3.1002 s]
/proc/loadavg: 7.69 7.99 7.87 10/184 1227
/proc/meminfo: memFree=27295804/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=290976 CPUtime=12.36 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 13933 0 0 0 1234 2 0 0 25 0 4 0 519555474 297959424 7561 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 72744 7561 389 106 0 67715 0
[pid=1222/tid=1223] ppid=1220 vsize=290976 CPUtime=3.09 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 2914 0 0 0 309 0 0 0 25 0 4 0 519555474 297959424 7561 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=290976 CPUtime=3.09 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 3306 0 0 0 309 0 0 0 25 0 4 0 519555474 297959424 7561 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=290976 CPUtime=3.07 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 3538 0 0 0 307 0 0 0 25 0 4 0 519555474 297959424 7561 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 290976

[startup+6.30063 s]
/proc/loadavg: 7.71 7.99 7.87 9/184 1227
/proc/meminfo: memFree=27278192/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=294056 CPUtime=25.14 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 21369 0 0 0 2511 3 0 0 25 0 4 0 519555474 301113344 9767 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 73514 9767 389 106 0 68485 0
[pid=1222/tid=1223] ppid=1220 vsize=294056 CPUtime=6.29 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 5151 0 0 0 629 0 0 0 25 0 4 0 519555474 301113344 9767 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=294056 CPUtime=6.28 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 5181 0 0 0 628 0 0 0 25 0 4 0 519555474 301113344 9767 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=294056 CPUtime=6.26 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 4991 0 0 0 625 1 0 0 25 0 4 0 519555474 301113344 9767 33554432000 4194304 4627427 140733387783952 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294056

[startup+12.7005 s]
/proc/loadavg: 7.74 7.99 7.87 9/184 1227
/proc/meminfo: memFree=27271492/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=294852 CPUtime=50.71 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 32240 0 0 0 5065 6 0 0 25 0 4 0 519555474 301928448 11663 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 73713 11663 389 106 0 68684 0
[pid=1222/tid=1223] ppid=1220 vsize=294852 CPUtime=12.68 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 7683 0 0 0 1268 0 0 0 25 0 4 0 519555474 301928448 11663 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=294852 CPUtime=12.68 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 7635 0 0 0 1267 1 0 0 25 0 4 0 519555474 301928448 11663 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=294852 CPUtime=12.62 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 8047 0 0 0 1261 1 0 0 25 0 4 0 519555474 301928448 11663 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 294852

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

[startup+14.3062 s]
/proc/loadavg: 7.76 7.99 7.87 9/184 1227
/proc/meminfo: memFree=27265528/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=297544 CPUtime=57.11 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 34807 0 0 0 5705 6 0 0 25 0 4 0 519555474 304685056 12726 33554432000 4194304 4627427 140733387783952 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 74386 12726 389 106 0 69357 0
[pid=1222/tid=1223] ppid=1220 vsize=297544 CPUtime=14.29 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 8205 0 0 0 1428 1 0 0 25 0 4 0 519555474 304685056 12726 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=297544 CPUtime=14.29 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 8604 0 0 0 1428 1 0 0 25 0 4 0 519555474 304685056 12726 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=297544 CPUtime=14.21 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 8585 0 0 0 1420 1 0 0 25 0 4 0 519555474 304685056 12726 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 57.11
Current children cumulated vsize (KiB) 297544

[startup+15.9009 s]
/proc/loadavg: 7.76 7.99 7.87 9/184 1227
/proc/meminfo: memFree=27262676/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=288392 CPUtime=63.49 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 37273 0 0 0 6342 7 0 0 25 0 4 0 519555474 295313408 13543 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 72098 13543 392 106 0 67069 0
[pid=1222/tid=1223] ppid=1220 vsize=288392 CPUtime=15.89 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9125 0 0 0 1588 1 0 0 25 0 4 0 519555474 295313408 13543 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=288392 CPUtime=15.89 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9100 0 0 0 1587 2 0 0 25 0 4 0 519555474 295313408 13543 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=288392 CPUtime=15.8 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9120 0 0 0 1579 1 0 0 25 0 4 0 519555474 295313408 13543 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 63.49
Current children cumulated vsize (KiB) 288392

[startup+16.7007 s]
/proc/loadavg: 7.76 7.99 7.87 10/184 1227
/proc/meminfo: memFree=27271728/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=288492 CPUtime=66.68 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 38300 0 0 0 6661 7 0 0 25 0 4 0 519555474 295415808 13523 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 72123 13523 389 106 0 67094 0
[pid=1222/tid=1223] ppid=1220 vsize=288492 CPUtime=16.69 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9273 0 0 0 1668 1 0 0 25 0 4 0 519555474 295415808 13523 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=288492 CPUtime=16.69 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9465 0 0 0 1667 2 0 0 25 0 4 0 519555474 295415808 13523 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=288492 CPUtime=16.59 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9267 0 0 0 1658 1 0 0 25 0 4 0 519555474 295415808 13523 33554432000 4194304 4627427 140733387783952 18446744073709551615 4306010 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 66.68
Current children cumulated vsize (KiB) 288492

[startup+17.1007 s]
/proc/loadavg: 7.76 7.99 7.87 10/184 1227
/proc/meminfo: memFree=27271728/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=279240 CPUtime=68.28 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 38932 0 0 0 6821 7 0 0 25 0 4 0 519555474 285941760 13444 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 69810 13444 389 106 0 64781 0
[pid=1222/tid=1223] ppid=1220 vsize=279240 CPUtime=17.09 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9529 0 0 0 1708 1 0 0 25 0 4 0 519555474 285941760 13444 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=279240 CPUtime=17.09 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9544 0 0 0 1707 2 0 0 25 0 4 0 519555474 285941760 13444 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=279240 CPUtime=16.99 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9423 0 0 0 1698 1 0 0 25 0 4 0 519555474 285941760 13444 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 68.28
Current children cumulated vsize (KiB) 279240

[startup+17.2006 s]
/proc/loadavg: 7.76 7.99 7.87 10/184 1227
/proc/meminfo: memFree=27271728/32951124 swapFree=67111356/67111528
[pid=1222] ppid=1220 vsize=279240 CPUtime=68.68 cores=1,3,5,7
/proc/1222/stat : 1222 (strangenight2-m) R 1220 1222 1030 0 -1 4202496 39018 0 0 0 6861 7 0 0 25 0 4 0 519555474 285941760 13530 33554432000 4194304 4627427 140733387783952 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1222/statm: 69810 13530 389 106 0 64781 0
[pid=1222/tid=1223] ppid=1220 vsize=279240 CPUtime=17.19 cores=1,3,5,7
/proc/1222/task/1223/stat : 1223 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9550 0 0 0 1718 1 0 0 25 0 4 0 519555474 285941760 13530 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1222/tid=1224] ppid=1220 vsize=279240 CPUtime=17.19 cores=1,3,5,7
/proc/1222/task/1224/stat : 1224 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9562 0 0 0 1717 2 0 0 25 0 4 0 519555474 285941760 13530 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1222/tid=1225] ppid=1220 vsize=279240 CPUtime=17.09 cores=1,3,5,7
/proc/1222/task/1225/stat : 1225 (strangenight2-m) R 1220 1222 1030 0 -1 4202560 9449 0 0 0 1708 1 0 0 25 0 4 0 519555474 285941760 13530 33554432000 4194304 4627427 140733387783952 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 68.68
Current children cumulated vsize (KiB) 279240

Child status: 20
Real time (s): 17.289
CPU time (s): 69.0385
CPU user time (s): 68.9565
CPU system time (s): 0.081987
CPU usage (%): 399.32
Max. virtual memory (cumulated for all children) (KiB): 297644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9565
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39092
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= 296
involuntary context switches= 622

runsolver used 0.036994 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 14:19:38
IDJOB=3174053
IDBENCH=82871
IDSOLVER=1586
FILE ID=node137/3174053-1304079578
RUNJOBID= node137-1304077809-1049
PBS_JOBID= 13170515
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=1945100452

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27315768 kB
Buffers:        910192 kB
Cached:        3814680 kB
SwapCached:         56 kB
Active:         708160 kB
Inactive:      4461672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27315768 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:      444960 kB
Mapped:          15500 kB
Slab:           401448 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   718520 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= 71608 MiB
End job on node137 at 2011-04-29 14:19:55