Trace number 3366462

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 70.5893 17.6953

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366462-1305404657.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     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.00/0.05	c Decided on static restart strategy
0.37/0.13	c  N st     8      4918       294      1271         0      4742      3849     69237   no data   no data
1.17/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.17/0.88	c  F st    12     25002       294      1271         0     12180      3849    161531   no data   no data
3.17/0.88	c  N st    12     25002       294      1271         0     12180      3849    161531   no data   no data
3.98/1.10	c Decided on static restart strategy
3.98/1.10	c  N st    18     30001       294      1271         0     10460      3849    126746   no data   no data
3.98/1.10	c  S st    18     30001       294      1271         0     10460      3849    126746   no data   no data
4.40/1.14	c  S st    18     30504       294      1271         0     10961      3849    134566   no data   no data
4.40/1.14	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.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.21	c lits-rem:       311  cl-subs:     1680  v-elim:      0  v-fix:    0  time:  0.06 s
4.76/1.21	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.00
4.76/1.21	c calculated reachability. Time: 0.00
4.76/1.21	c  N st    18     30504       293      1262         0      9281      3822    112896   no data   no data
5.96/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.96/2.03	c  S st    22     45756       293      1262         0     16405      3822    209420   no data   no data
7.96/2.08	c  S st    22     46261       293      1262         0     16908      3822    217347   no data   no data
7.96/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.96/2.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.96/2.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
7.96/2.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.96/2.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.96/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.35/3.15	c  N st    23     60658       293      1262         0     10558      3822    106997   no data   no data
14.34/3.69	c  N st    24     69393       293      1262         0     18913      3822    238262   no data   no data
14.34/3.69	c  S st    24     69393       293      1262         0     18913      3822    238262   no data   no data
14.74/3.74	c  S st    24     69897       293      1262         0     19414      3822    246325   no data   no data
14.74/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.74/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
14.74/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.96	c lits-rem:       301  cl-subs:     2360  v-elim:      0  v-fix:    0  time:  0.20 s
15.54/3.96	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
15.54/3.96	c vivif2 --  cl tried    17054 cl shrink        0 lits rem          0 time: 0.00
15.54/3.97	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
15.54/3.97	c calculated reachability. Time: 0.00
15.54/3.97	c  N st    24     69897       293      1262         0     17054      3822    214565   no data   no data
20.32/5.12	c  F st    25     87502       293      1262         0     11930      3822    116419   no data   no data
20.32/5.12	c  N st    25     87502       293      1262         0     11930      3822    116419   no data   no data
21.54/5.43	c Decided on static restart strategy
22.32/5.61	c  N st    32     95540       293      1262         0     19640      3822    230849   no data   no data
24.72/6.27	c  N st    34    104845       293      1262         0     16078      3822    162451   no data   no data
24.72/6.27	c  S st    34    104845       293      1262         0     16078      3822    162451   no data   no data
25.12/6.31	c  S st    34    105347       293      1262         0     16576      3822    170180   no data   no data
25.12/6.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.12/6.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.12/6.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.12/6.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.12/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.12/6.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
25.12/6.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.12/6.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.12/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.12/6.39	c lits-rem:       158  cl-subs:     2021  v-elim:      0  v-fix:    0  time:  0.07 s
25.12/6.39	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
25.12/6.39	c vivif2 --  cl tried    14555 cl shrink        0 lits rem          0 time: 0.00
25.52/6.40	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
25.52/6.40	c calculated reachability. Time: 0.00
25.52/6.40	c  N st    34    105347       293      1262         0     14555      3822    148258   no data   no data
27.91/7.06	c  N st    35    114946       293      1262         0     23647      3822    276746   no data   no data
32.30/8.11	c  N st    36    129343       293      1262         0     24100      3822    277945   no data   no data
38.29/9.65	c  N st    37    150939       293      1262         0     30366      3822    350225   no data   no data
40.28/10.13	c  S st    38    158020       293      1262         0     21970      3822    234583   no data   no data
40.28/10.19	c  S st    38    158525       293      1262         0     22465      3822    242695   no data   no data
40.28/10.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.28/10.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.28/10.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.28/10.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.28/10.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.28/10.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    293 time:  0.00 s
40.28/10.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.68/10.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.68/10.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.08/10.36	c lits-rem:       646  cl-subs:     2417  v-elim:      0  v-fix:    0  time:  0.15 s
41.08/10.36	c vivif2 --  cl tried     1262 cl shrink        0 lits rem          0 time: 0.00
41.08/10.36	c vivif2 --  cl tried    20048 cl shrink        0 lits rem          0 time: 0.00
41.08/10.37	c asymm  cl-useful: 0/1262/1262 lits-rem:0 time: 0.01
41.08/10.37	c calculated reachability. Time: 0.00
41.08/10.37	c  N st    38    158525       293      1262         0     20048      3822    212373   no data   no data
56.25/14.16	c  N st    39    207116       293      1262         1     33127      3822    380850   no data   no data
66.62/16.78	c  N st    40    237789       293      1262         2     25105      3822    249425   no data   no data
66.62/16.78	c  S st    40    237789       293      1262         2     25105      3822    249425   no data   no data
66.62/16.79	c Finding binary XORs  T:     0.00 s  found:       0
67.02/16.84	c  S st    40    238293       291      1226        32     19676      3742    183437   no data   no data
67.02/16.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.02/16.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  0.3M T:  0.00
67.02/16.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.02/16.85	c bin-w-bin subsume rem           10 bins  time:  0.00 s
67.02/16.85	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
67.02/16.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
67.02/16.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.02/16.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
67.02/16.89	c subs with bin:     1269  lits-rem:      1480  v-fix:    0  time:  0.03 s
67.42/16.95	c lits-rem:       327  cl-subs:     1612  v-elim:      0  v-fix:    0  time:  0.06 s
67.42/16.95	c vivif2 --  cl tried     1224 cl shrink        0 lits rem          0 time: 0.00
67.42/16.96	c vivif2 --  cl tried    16795 cl shrink       27 lits rem         27 time: 0.00
67.42/16.97	c asymm  cl-useful: 0/1224/1224 lits-rem:0 time: 0.01
67.42/16.97	c calculated reachability. Time: 0.00
67.42/16.97	c  N st    40    238293       291      1224        21     16795      3740    150869   no data   no data
70.25/17.69	c Following stats are for *FIRST FINISHED THREAD ONLY*
70.25/17.69	c num threads              : 4          
70.25/17.69	c restarts                 : 39         
70.25/17.69	c dynamic restarts         : 0          
70.25/17.69	c static restarts          : 39         
70.25/17.69	c full restarts            : 2          
70.25/17.69	c total simplify time      : 0.04       
70.25/17.69	c learnts DL2              : 0          
70.25/17.69	c learnts size 2           : 151        
70.25/17.69	c learnts size 1           : 151         (50.33     % of vars)
70.25/17.69	c filedLit time            : 0.01        (0.08      % time)
70.25/17.69	c v-elim SatELite          : 7           (2.33      % vars)
70.25/17.69	c SatELite time            : 0.69        (3.93      % time)
70.25/17.69	c v-elim xor               : 0           (0.00      % vars)
70.25/17.69	c xor elim time            : 0.00        (0.02      % time)
70.25/17.69	c num binary xor trees     : 0          
70.25/17.69	c binxor trees' crown      : 0           (nan       leafs/tree)
70.25/17.69	c bin xor find time        : 0.00       
70.25/17.69	c OTF clause improved      : 13244       (0.05      clauses/conflict)
70.25/17.69	c OTF impr. size diff      : 13635       (1.03       lits/clause)
70.25/17.69	c OTF cl watch-shrink      : 45505       (0.18      clauses/conflict)
70.25/17.69	c OTF cl watch-sh-lit      : 54575       (1.20       lits/clause)
70.25/17.69	c tried to recurMin cls    : 27403       (10.91      % of conflicts)
70.25/17.69	c updated cache            : 0           (0.00       lits/tried recurMin)
70.25/17.69	c unit cls recevied        : 2           (1.32      % of units)
70.25/17.69	c unit cls sent            : 6           (3.97      % of units)
70.25/17.69	c bin cls recevied         : 11         
70.25/17.69	c bin cls sent             : 28         
70.25/17.69	c clauses over max glue    : 0           (0.00      % of all clauses)
70.25/17.69	c conflicts                : 251070      (14349.04  / sec)
70.25/17.69	c decisions                : 293830      (2.67      % random)
70.25/17.69	c bogo-props               : 2298789810  (131379387.38 / sec)
70.25/17.69	c conflict literals        : 3468874     (28.76     % deleted)
70.25/17.69	c Memory used              : 279.20      MB
70.25/17.69	c single-thread CPU time   : 17.50       s
70.25/17.69	c all-threads sum CPU time : 70.51       s
70.25/17.69	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366462-1305404657/watcher-3366462-1305404657 -o /tmp/evaluation-result-3366462-1305404657/solver-3366462-1305404657 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366462-1305404657.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.39 7.89 7.68 1/290 2276
/proc/meminfo: memFree=13132580/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 4 0 652065410 52396032 348 33554432000 4194304 4580107 140736056054992 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 12792 348 299 95 0 7774 0
[pid=2276/tid=2277] ppid=2274 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652065411 52396032 348 33554432000 4194304 4580107 140736056054992 18446744073709551615 47038281205686 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652065411 52396032 348 33554432000 4194304 4580107 140736056054992 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652065411 52396032 348 33554432000 4194304 4580107 140736056054992 18446744073709551615 47038281205682 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0784489 s]
/proc/loadavg: 7.39 7.89 7.68 1/290 2276
/proc/meminfo: memFree=13132580/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=282176 CPUtime=0.29 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 1252 0 0 0 29 0 0 0 25 0 4 0 652065410 288948224 1168 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 70544 1168 377 95 0 65526 0
[pid=2276/tid=2277] ppid=2274 vsize=282176 CPUtime=0.07 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 230 0 0 0 7 0 0 0 25 0 4 0 652065411 288948224 1168 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=282176 CPUtime=0.06 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 213 0 0 0 6 0 0 0 25 0 4 0 652065411 288948224 1168 33554432000 4194304 4580107 140736056054992 18446744073709551615 4316772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=282176 CPUtime=0.07 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 153 0 0 0 7 0 0 0 25 0 4 0 652065411 288948224 1168 33554432000 4194304 4580107 140736056054992 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282176

[startup+0.100444 s]
/proc/loadavg: 7.39 7.89 7.68 1/290 2276
/proc/meminfo: memFree=13132580/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=282176 CPUtime=0.37 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 1361 0 0 0 37 0 0 0 25 0 4 0 652065410 288948224 1277 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 70544 1277 377 95 0 65526 0
[pid=2276/tid=2277] ppid=2274 vsize=282176 CPUtime=0.09 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 261 0 0 0 9 0 0 0 25 0 4 0 652065411 288948224 1277 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=282176 CPUtime=0.08 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 241 0 0 0 8 0 0 0 25 0 4 0 652065411 288948224 1277 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=282176 CPUtime=0.09 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 173 0 0 0 9 0 0 0 25 0 4 0 652065411 288948224 1277 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282176

[startup+0.300406 s]
/proc/loadavg: 7.39 7.89 7.68 1/290 2276
/proc/meminfo: memFree=13132580/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=283300 CPUtime=1.17 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 2202 0 0 0 117 0 0 0 25 0 4 0 652065410 290099200 1744 33554432000 4194304 4580107 140736056054992 18446744073709551615 4320902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 70825 1744 377 95 0 65807 0
[pid=2276/tid=2277] ppid=2274 vsize=283300 CPUtime=0.29 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 480 0 0 0 29 0 0 0 25 0 4 0 652065411 290099200 1745 33554432000 4194304 4580107 140736056054992 18446744073709551615 4322558 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=283300 CPUtime=0.28 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 458 0 0 0 28 0 0 0 25 0 4 0 652065411 290099200 1745 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=283300 CPUtime=0.29 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 383 0 0 0 29 0 0 0 25 0 4 0 652065411 290099200 1745 33554432000 4194304 4580107 140736056054992 18446744073709551615 4489516 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) 283300

[startup+0.700331 s]
/proc/loadavg: 7.39 7.89 7.68 1/290 2276
/proc/meminfo: memFree=13132580/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=284480 CPUtime=2.77 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 3729 0 0 0 276 1 0 0 25 0 4 0 652065410 291307520 1983 33554432000 4194304 4580107 140736056054992 18446744073709551615 4320813 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 71120 1983 377 95 0 66102 0
[pid=2276/tid=2277] ppid=2274 vsize=284480 CPUtime=0.69 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 856 0 0 0 69 0 0 0 25 0 4 0 652065411 291307520 1983 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294354 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=284480 CPUtime=0.68 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 860 0 0 0 68 0 0 0 25 0 4 0 652065411 291307520 1983 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=284480 CPUtime=0.69 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 761 0 0 0 69 0 0 0 25 0 4 0 652065411 291307520 1983 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284480

[startup+1.50018 s]
/proc/loadavg: 7.39 7.89 7.68 9/302 2293
/proc/meminfo: memFree=13104716/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=289392 CPUtime=5.96 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 7615 0 0 0 595 1 0 0 25 0 4 0 652065410 296337408 4279 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294721 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 72348 4279 379 95 0 67330 0
[pid=2276/tid=2277] ppid=2274 vsize=289392 CPUtime=1.49 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 2215 0 0 0 149 0 0 0 25 0 4 0 652065411 296337408 4279 33554432000 4194304 4580107 140736056054992 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=289392 CPUtime=1.47 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 1383 0 0 0 147 0 0 0 25 0 4 0 652065411 296337408 4279 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=289392 CPUtime=1.49 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 1346 0 0 0 149 0 0 0 25 0 4 0 652065411 296337408 4279 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294277 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) 289392

[startup+3.10087 s]
/proc/loadavg: 7.39 7.89 7.68 9/302 2293
/proc/meminfo: memFree=13074664/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=292476 CPUtime=12.35 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 13520 0 0 0 1233 2 0 0 25 0 4 0 652065410 299495424 7341 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 73119 7341 379 95 0 68101 0
[pid=2276/tid=2277] ppid=2274 vsize=292476 CPUtime=3.09 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 3038 0 0 0 309 0 0 0 25 0 4 0 652065411 299495424 7341 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=292476 CPUtime=3.06 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 3363 0 0 0 306 0 0 0 25 0 4 0 652065411 299495424 7341 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=292476 CPUtime=3.08 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 3164 0 0 0 308 0 0 0 25 0 4 0 652065411 299495424 7341 33554432000 4194304 4580107 140736056054992 18446744073709551615 4320813 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) 292476

[startup+6.30026 s]
/proc/loadavg: 7.52 7.91 7.68 9/302 2293
/proc/meminfo: memFree=13029052/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=303248 CPUtime=25.12 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 20962 0 0 0 2508 4 0 0 25 0 4 0 652065410 310525952 9603 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 75812 9603 379 95 0 70794 0
[pid=2276/tid=2277] ppid=2274 vsize=303248 CPUtime=6.29 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 5366 0 0 0 628 1 0 0 25 0 4 0 652065411 310525952 9603 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=303248 CPUtime=6.22 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 5374 0 0 0 622 0 0 0 25 0 4 0 652065411 310525952 9603 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=303248 CPUtime=6.28 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 4680 0 0 0 628 0 0 0 25 0 4 0 652065411 310525952 9603 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 303248

[startup+12.701 s]
/proc/loadavg: 7.56 7.91 7.68 9/302 2293
/proc/meminfo: memFree=12977044/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=304044 CPUtime=50.66 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 31919 0 0 0 5060 6 0 0 25 0 4 0 652065410 311341056 11557 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 76011 11557 379 95 0 70993 0
[pid=2276/tid=2277] ppid=2274 vsize=304044 CPUtime=12.69 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 8196 0 0 0 1268 1 0 0 25 0 4 0 652065411 311341056 11557 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=304044 CPUtime=12.57 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 7858 0 0 0 1256 1 0 0 25 0 4 0 652065411 311341056 11557 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=304044 CPUtime=12.69 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 7819 0 0 0 1268 1 0 0 25 0 4 0 652065411 311341056 11557 33554432000 4194304 4580107 140736056054992 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 304044

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

[startup+15.9004 s]
/proc/loadavg: 7.59 7.91 7.69 9/302 2293
/proc/meminfo: memFree=12965020/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=295044 CPUtime=63.43 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 37157 0 0 0 6336 7 0 0 25 0 4 0 652065410 302125056 12984 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 73761 12984 379 95 0 68743 0
[pid=2276/tid=2277] ppid=2274 vsize=295044 CPUtime=15.89 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9676 0 0 0 1588 1 0 0 25 0 4 0 652065411 302125056 12984 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=295044 CPUtime=15.74 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9468 0 0 0 1572 2 0 0 25 0 4 0 652065411 302125056 12984 33554432000 4194304 4580107 140736056054992 18446744073709551615 4306255 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=295044 CPUtime=15.88 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 8914 0 0 0 1587 1 0 0 25 0 4 0 652065411 302125056 12984 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 295044

[startup+16.7003 s]
/proc/loadavg: 7.59 7.91 7.69 9/302 2293
/proc/meminfo: memFree=12953612/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=295144 CPUtime=66.62 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 38174 0 0 0 6655 7 0 0 25 0 4 0 652065410 302227456 12950 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 73786 12950 379 95 0 68768 0
[pid=2276/tid=2277] ppid=2274 vsize=295144 CPUtime=16.69 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9830 0 0 0 1668 1 0 0 25 0 4 0 652065411 302227456 12950 33554432000 4194304 4580107 140736056054992 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=295144 CPUtime=16.53 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9828 0 0 0 1651 2 0 0 25 0 4 0 652065411 302227456 12950 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=295144 CPUtime=16.68 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9050 0 0 0 1667 1 0 0 25 0 4 0 652065411 302227456 12950 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293927 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 66.62
Current children cumulated vsize (KiB) 295144

[startup+17.1002 s]
/proc/loadavg: 7.59 7.91 7.69 9/302 2293
/proc/meminfo: memFree=12953612/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=285892 CPUtime=68.22 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 39060 0 0 0 6815 7 0 0 25 0 4 0 652065410 292753408 13203 33554432000 4194304 4580107 140736056054992 18446744073709551615 4295327 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 71473 13203 379 95 0 66455 0
[pid=2276/tid=2277] ppid=2274 vsize=285892 CPUtime=17.09 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 10100 0 0 0 1708 1 0 0 25 0 4 0 652065411 292753408 13203 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=285892 CPUtime=16.93 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9912 0 0 0 1691 2 0 0 25 0 4 0 652065411 292753408 13203 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=285892 CPUtime=17.08 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9320 0 0 0 1707 1 0 0 25 0 4 0 652065411 292753408 13203 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 68.22
Current children cumulated vsize (KiB) 285892

[startup+17.5011 s]
/proc/loadavg: 7.62 7.91 7.69 9/302 2293
/proc/meminfo: memFree=12942316/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=285892 CPUtime=69.83 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 39365 0 0 0 6976 7 0 0 25 0 4 0 652065410 292753408 13508 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 71473 13508 379 95 0 66455 0
[pid=2276/tid=2277] ppid=2274 vsize=285892 CPUtime=17.5 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 10185 0 0 0 1749 1 0 0 25 0 4 0 652065411 292753408 13511 33554432000 4194304 4580107 140736056054992 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=285892 CPUtime=17.33 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9975 0 0 0 1731 2 0 0 25 0 4 0 652065411 292753408 13511 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=285892 CPUtime=17.49 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9406 0 0 0 1748 1 0 0 25 0 4 0 652065411 292753408 13511 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 69.83
Current children cumulated vsize (KiB) 285892

[startup+17.6111 s]
/proc/loadavg: 7.62 7.91 7.69 9/302 2293
/proc/meminfo: memFree=12942316/32950928 swapFree=67083212/67111528
[pid=2276] ppid=2274 vsize=285892 CPUtime=70.25 cores=1,3,5,7
/proc/2276/stat : 2276 (strangenight2-m) R 2274 2276 1603 0 -1 4202496 39432 0 0 0 7018 7 0 0 25 0 4 0 652065410 292753408 13575 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2276/statm: 71473 13575 379 95 0 66455 0
[pid=2276/tid=2277] ppid=2274 vsize=285892 CPUtime=17.6 cores=1,3,5,7
/proc/2276/task/2277/stat : 2277 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 10203 0 0 0 1759 1 0 0 25 0 4 0 652065411 292753408 13575 33554432000 4194304 4580107 140736056054992 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2276/tid=2278] ppid=2274 vsize=285892 CPUtime=17.43 cores=1,3,5,7
/proc/2276/task/2278/stat : 2278 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9988 0 0 0 1741 2 0 0 25 0 4 0 652065411 292753408 13575 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2276/tid=2279] ppid=2274 vsize=285892 CPUtime=17.59 cores=1,3,5,7
/proc/2276/task/2279/stat : 2279 (strangenight2-m) R 2274 2276 1603 0 -1 4202560 9419 0 0 0 1758 1 0 0 25 0 4 0 652065411 292753408 13575 33554432000 4194304 4580107 140736056054992 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 285892

Child status: 20
Real time (s): 17.6953
CPU time (s): 70.5893
CPU user time (s): 70.5093
CPU system time (s): 0.079987
CPU usage (%): 398.915
Max. virtual memory (cumulated for all children) (KiB): 313500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.5093
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39529
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= 312
involuntary context switches= 591

runsolver used 0.048992 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 22:24:17
IDJOB=3366462
IDBENCH=82871
IDSOLVER=1844
FILE ID=node127/3366462-1305404657
RUNJOBID= node127-1305404657-2265
PBS_JOBID= 13324449
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=926634272

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13132760 kB
Buffers:        288620 kB
Cached:        3359180 kB
SwapCached:       1620 kB
Active:       16814860 kB
Inactive:      2666688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13132760 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:    15832776 kB
Mapped:          25728 kB
Slab:           226332 kB
PageTables:      46512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44317232 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= 73468 MiB
End job on node127 at 2011-05-14 22:24:35