Trace number 3174156

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-mtSAT 71.4861 17.9001

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
MD5SUMf54f75ab88c77b4cc676aaab44569f75
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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-3174156-1304105803.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 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.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:      31 undec:       1 neg:      43
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.16/0.10	c Decided on static restart strategy
0.16/0.10	c  N st     8      4921        75      1597         0      4468      7985     76583   no data   no data
0.78/0.27	c  N st    10     11303        75      1597         0      4113      7985     57294   no data   no data
1.57/0.43	c  N st    11     17046        75      1597         0      9275      7985    141525   no data   no data
2.77/0.71	c  F st    12     25002        75      1597         0     11399      7985    172402   no data   no data
2.77/0.71	c  N st    12     25002        75      1597         0     11399      7985    172402   no data   no data
3.57/0.91	c Decided on static restart strategy
3.57/0.91	c  N st    18     30001        75      1597         0      9833      7985    145023   no data   no data
3.57/0.91	c  S st    18     30001        75      1597         0      9833      7985    145023   no data   no data
3.57/0.93	c  S st    18     30502        75      1597         0     10306      7985    153707   no data   no data
3.57/0.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.94	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.11	c lits-rem:       202  cl-subs:     2629  v-elim:      0  v-fix:    0  time:  0.16 s
4.39/1.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.39/1.13	c calculated reachability. Time: 0.00
4.39/1.13	c  N st    18     30502        75      1597         0      7677      7985    113571   no data   no data
5.57/1.42	c  N st    20     37615        75      1597         0     14015      7985    219246   no data   no data
6.36/1.69	c  N st    21     44015        75      1597         0     12788      7985    189383   no data   no data
6.76/1.79	c  S st    22     45753        75      1597         0     14364      7985    215661   no data   no data
7.16/1.83	c  S st    22     46253        75      1597         0     14835      7985    224244   no data   no data
7.16/1.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.13	c lits-rem:       390  cl-subs:     2590  v-elim:      0  v-fix:    0  time:  0.29 s
8.38/2.13	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.13	c vivif2 --  cl tried    12245 cl shrink        0 lits rem          0 time: 0.00
8.38/2.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.18	c calculated reachability. Time: 0.00
8.38/2.18	c  N st    22     46253        75      1597         0     12245      7985    183368   no data   no data
11.16/2.88	c  N st    23     60650        75      1597         0     17272      7985    249795   no data   no data
13.17/3.33	c  N st    24     69380        75      1597         0     16271      7985    229193   no data   no data
13.17/3.33	c  S st    24     69380        75      1597         0     16271      7985    229193   no data   no data
13.17/3.38	c  S st    24     69882        75      1597         0     16745      7985    237921   no data   no data
13.17/3.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.17/3.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.17/3.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.17/3.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.17/3.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.17/3.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.78	c lits-rem:       299  cl-subs:     3341  v-elim:      0  v-fix:    0  time:  0.39 s
14.75/3.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.75/3.78	c vivif2 --  cl tried    13404 cl shrink        0 lits rem          0 time: 0.00
15.15/3.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
15.15/3.83	c calculated reachability. Time: 0.00
15.15/3.83	c  N st    24     69882        75      1597         0     13404      7985    188071   no data   no data
18.75/4.72	c  F st    25     87501        75      1597         0     19669      7985    284917   no data   no data
18.75/4.72	c  N st    25     87501        75      1597         0     19669      7985    284917   no data   no data
19.95/5.04	c Decided on static restart strategy
20.35/5.19	c  N st    32     95538        75      1597         0     16201      7985    221876   no data   no data
22.74/5.79	c  N st    34    104823        75      1597         0     12864      7985    159748   no data   no data
22.74/5.79	c  S st    34    104823        75      1597         0     12864      7985    159748   no data   no data
23.15/5.82	c  S st    34    105327        75      1597         0     13342      7985    168476   no data   no data
23.15/5.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.15/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.15/5.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.15/5.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.15/5.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.15/5.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.15/5.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.15/5.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.15/5.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.55/5.91	c lits-rem:       138  cl-subs:     1088  v-elim:      0  v-fix:    0  time:  0.08 s
23.55/5.91	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.55/5.91	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.00
23.55/5.96	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.55/5.96	c calculated reachability. Time: 0.00
23.55/5.96	c  N st    34    105327        75      1597         0     12254      7985    152157   no data   no data
25.95/6.54	c  N st    35    114928        75      1597         0     20926      7985    297762   no data   no data
29.94/7.50	c  N st    36    129325        75      1597         0     21233      7985    284585   no data   no data
35.16/8.89	c  N st    37    150920        75      1597         0     27085      7985    378871   no data   no data
37.13/9.38	c  S st    38    157990        75      1597         0     19115      7985    239833   no data   no data
37.53/9.43	c  S st    38    158493        75      1597         0     19596      7985    248472   no data   no data
37.53/9.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.53/9.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
37.53/9.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.53/9.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.53/9.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.53/9.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.53/9.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.53/9.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.53/9.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.73/9.73	c lits-rem:       334  cl-subs:     2612  v-elim:      0  v-fix:    0  time:  0.28 s
38.73/9.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.73/9.73	c vivif2 --  cl tried    16984 cl shrink        0 lits rem          0 time: 0.00
38.73/9.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.73/9.79	c calculated reachability. Time: 0.00
38.73/9.79	c  N st    38    158493        75      1597         0     16984      7985    210947   no data   no data
52.32/13.16	c  N st    39    207081        75      1597         0     29332      7985    393161   no data   no data
61.90/15.53	c  N st    40    237740        75      1597         0     21815      7985    258465   no data   no data
61.90/15.53	c  S st    40    237740        75      1597         0     21815      7985    258465   no data   no data
61.90/15.58	c  S st    40    238245        75      1597         0     22285      7985    267044   no data   no data
61.90/15.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.90/15.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.90/15.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.90/15.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.90/15.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.90/15.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.90/15.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.90/15.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
62.30/15.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.10/15.87	c lits-rem:       162  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  0.27 s
63.10/15.87	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.10/15.87	c vivif2 --  cl tried    19871 cl shrink        0 lits rem          0 time: 0.00
63.50/15.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
63.50/15.94	c calculated reachability. Time: 0.00
63.50/15.94	c  N st    40    238245        75      1597         0     19871      7985    234752   no data   no data
71.09/17.89	c Following stats are for *FIRST FINISHED THREAD ONLY*
71.09/17.89	c num threads              : 4          
71.09/17.89	c restarts                 : 40         
71.09/17.89	c dynamic restarts         : 0          
71.09/17.89	c static restarts          : 40         
71.09/17.89	c full restarts            : 2          
71.09/17.89	c total simplify time      : 0.00       
71.09/17.89	c learnts DL2              : 0          
71.09/17.89	c learnts size 2           : 0          
71.09/17.89	c learnts size 1           : 0           (0.00      % of vars)
71.09/17.89	c filedLit time            : 0.01        (0.04      % time)
71.09/17.89	c v-elim SatELite          : 0           (0.00      % vars)
71.09/17.89	c SatELite time            : 0.63        (3.52      % time)
71.09/17.89	c v-elim xor               : 0           (0.00      % vars)
71.09/17.89	c xor elim time            : 0.00        (0.01      % time)
71.09/17.89	c num binary xor trees     : 0          
71.09/17.89	c binxor trees' crown      : 0           (nan       leafs/tree)
71.09/17.89	c bin xor find time        : 0.00       
71.09/17.89	c OTF clause improved      : 25856       (0.10      clauses/conflict)
71.09/17.89	c OTF impr. size diff      : 26121       (1.01       lits/clause)
71.09/17.89	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
71.09/17.89	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
71.09/17.89	c tried to recurMin cls    : 12756       (4.81       % of conflicts)
71.09/17.89	c updated cache            : 149         (0.01       lits/tried recurMin)
71.09/17.89	c unit cls recevied        : 0           (nan       % of units)
71.09/17.89	c unit cls sent            : 0           (nan       % of units)
71.09/17.89	c bin cls recevied         : 0          
71.09/17.89	c bin cls sent             : 0          
71.09/17.89	c clauses over max glue    : 0           (0.00      % of all clauses)
71.09/17.89	c conflicts                : 265306      (14846.21  / sec)
71.09/17.89	c decisions                : 294630      (1.87      % random)
71.09/17.89	c bogo-props               : 3021056197  (169054748.43 / sec)
71.09/17.89	c conflict literals        : 4490557     (16.36     % deleted)
71.09/17.89	c Memory used              : 296.62      MB
71.09/17.89	c single-thread CPU time   : 17.87       s
71.09/17.89	c all-threads sum CPU time : 71.39       s
71.09/17.89	s SATISFIABLE
71.09/17.89	v 1 2 3 4 -5 6 -7 -8 -9 -10 11 -12 -13 -14 -15 -16 17 18 -19 20 -21 -22 23 24 25 -26 -27 -28 -29 -30 -31 32 33 -34 35 36 37 -38 -39 -40 -41 -42 -43 44 -45 46 47 -48 -49 -50 51 -52 -53 -54 55 56 -57 58 -59 60 61 62 -63 64 -65 66 67 -68 69 -70 71 72 -73 74 75 0

Verifier Data

OK

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-3174156-1304105803/watcher-3174156-1304105803 -o /tmp/evaluation-result-3174156-1304105803/solver-3174156-1304105803 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174156-1304105803.cnf 

running on 4 cores: 0,2,4,6

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: 4.03 4.78 6.34 5/180 2100
/proc/meminfo: memFree=22085288/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 3 0 522179085 41951232 346 33554432000 4194304 4627427 140737346091808 18446744073709551615 268272745457 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2100/statm: 10242 346 299 106 0 5213 0
[pid=2100/tid=2101] ppid=2098 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522179085 52441088 347 33554432000 4194304 4627427 140737346091808 18446744073709551615 47914689710002 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522179085 52441088 347 33554432000 4194304 4627427 140737346091808 18446744073709551615 47914689710002 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522179085 52441088 347 33554432000 4194304 4627427 140737346091808 18446744073709551615 268272745457 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.045913 s]
/proc/loadavg: 4.03 4.78 6.34 5/180 2100
/proc/meminfo: memFree=22085288/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=281976 CPUtime=0.16 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 1218 0 0 0 16 0 0 0 25 0 4 0 522179085 288743424 1118 33554432000 4194304 4627427 140737346091808 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 70494 1118 383 106 0 65465 0
[pid=2100/tid=2101] ppid=2098 vsize=281976 CPUtime=0.04 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 219 0 0 0 4 0 0 0 25 0 4 0 522179085 288743424 1118 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=281976 CPUtime=0.04 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 217 0 0 0 4 0 0 0 25 0 4 0 522179085 288743424 1118 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=281976 CPUtime=0.03 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 159 0 0 0 3 0 0 0 25 0 4 0 522179085 288743424 1118 33554432000 4194304 4627427 140737346091808 18446744073709551615 268272732343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 281976

[startup+0.105993 s]
/proc/loadavg: 4.03 4.78 6.34 5/180 2100
/proc/meminfo: memFree=22085288/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=282380 CPUtime=0.4 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 1615 0 0 0 40 0 0 0 25 0 4 0 522179085 289157120 1412 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 70595 1412 384 106 0 65566 0
[pid=2100/tid=2101] ppid=2098 vsize=282380 CPUtime=0.1 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 313 0 0 0 10 0 0 0 25 0 4 0 522179085 289157120 1412 33554432000 4194304 4627427 140737346091808 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=282380 CPUtime=0.1 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 295 0 0 0 10 0 0 0 25 0 4 0 522179085 289157120 1412 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=282380 CPUtime=0.09 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 300 0 0 0 9 0 0 0 25 0 4 0 522179085 289157120 1412 33554432000 4194304 4627427 140737346091808 18446744073709551615 4321328 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282380

[startup+0.300941 s]
/proc/loadavg: 4.03 4.78 6.34 5/180 2100
/proc/meminfo: memFree=22085288/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=283940 CPUtime=1.17 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 2816 0 0 0 117 0 0 0 25 0 4 0 522179085 290754560 1662 33554432000 4194304 4627427 140737346091808 18446744073709551615 4302304 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 70985 1662 384 106 0 65956 0
[pid=2100/tid=2101] ppid=2098 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 630 0 0 0 29 0 0 0 25 0 4 0 522179085 290754560 1662 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 611 0 0 0 29 0 0 0 25 0 4 0 522179085 290754560 1662 33554432000 4194304 4627427 140737346091808 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 522179085 290754560 1662 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283940

[startup+0.70087 s]
/proc/loadavg: 4.03 4.78 6.34 5/180 2100
/proc/meminfo: memFree=22085288/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=284568 CPUtime=2.77 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 4311 0 0 0 277 0 0 0 25 0 4 0 522179085 291397632 2359 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 71142 2359 384 106 0 66113 0
[pid=2100/tid=2101] ppid=2098 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 1003 0 0 0 69 0 0 0 25 0 4 0 522179085 291397632 2359 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 975 0 0 0 69 0 0 0 25 0 4 0 522179085 291397632 2359 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 928 0 0 0 69 0 0 0 25 0 4 0 522179085 291397632 2359 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284568

[startup+1.50073 s]
/proc/loadavg: 4.03 4.78 6.34 9/184 2104
/proc/meminfo: memFree=22069756/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=289456 CPUtime=5.97 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 8869 0 0 0 596 1 0 0 25 0 4 0 522179085 296402944 4742 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 72364 4742 388 106 0 67335 0
[pid=2100/tid=2101] ppid=2098 vsize=289456 CPUtime=1.49 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 2541 0 0 0 149 0 0 0 25 0 4 0 522179085 296402944 4742 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=289456 CPUtime=1.48 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 1668 0 0 0 148 0 0 0 25 0 4 0 522179085 296402944 4742 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=289456 CPUtime=1.49 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 1623 0 0 0 149 0 0 0 25 0 4 0 522179085 296402944 4743 33554432000 4194304 4627427 140737346091808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289456

[startup+3.10045 s]
/proc/loadavg: 4.03 4.78 6.34 9/184 2104
/proc/meminfo: memFree=22047172/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=294536 CPUtime=12.36 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 16658 0 0 0 1234 2 0 0 25 0 4 0 522179085 301604864 9312 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 73634 9312 388 106 0 68605 0
[pid=2100/tid=2101] ppid=2098 vsize=294536 CPUtime=3.09 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 4414 0 0 0 309 0 0 0 25 0 4 0 522179085 301604864 9312 33554432000 4194304 4627427 140737346091808 18446744073709551615 4420262 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=294536 CPUtime=3.07 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 4006 0 0 0 307 0 0 0 25 0 4 0 522179085 301604864 9312 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=294536 CPUtime=3.09 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 3808 0 0 0 309 0 0 0 25 0 4 0 522179085 301604864 9312 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294536

[startup+6.30088 s]
/proc/loadavg: 4.42 4.85 6.36 9/184 2104
/proc/meminfo: memFree=22020644/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=295372 CPUtime=25.14 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 24255 0 0 0 2510 4 0 0 25 0 4 0 522179085 302460928 10495 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 73843 10495 388 106 0 68814 0
[pid=2100/tid=2101] ppid=2098 vsize=295372 CPUtime=6.28 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 6016 0 0 0 628 0 0 0 25 0 4 0 522179085 302460928 10495 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=295372 CPUtime=6.26 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 6058 0 0 0 625 1 0 0 25 0 4 0 522179085 302460928 10495 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=295372 CPUtime=6.28 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 5560 0 0 0 628 0 0 0 25 0 4 0 522179085 302460928 10495 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 295372

[startup+12.7007 s]
/proc/loadavg: 4.71 4.90 6.37 9/184 2104
/proc/meminfo: memFree=22002540/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=298056 CPUtime=50.72 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 37540 0 0 0 5065 7 0 0 25 0 4 0 522179085 305209344 13916 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 74514 13916 388 106 0 69485 0
[pid=2100/tid=2101] ppid=2098 vsize=298056 CPUtime=12.69 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 8903 0 0 0 1268 1 0 0 25 0 4 0 522179085 305209344 13916 33554432000 4194304 4627427 140737346091808 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=298056 CPUtime=12.63 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 9706 0 0 0 1261 2 0 0 25 0 4 0 522179085 305209344 13916 33554432000 4194304 4627427 140737346091808 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=298056 CPUtime=12.69 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 9118 0 0 0 1268 1 0 0 25 0 4 0 522179085 305209344 13916 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 298056

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

[startup+15.9012 s]
/proc/loadavg: 4.97 4.96 6.38 9/184 2104
/proc/meminfo: memFree=21983808/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=303444 CPUtime=63.5 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 43529 0 0 0 6342 8 0 0 25 0 4 0 522179085 310726656 15135 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 75861 15135 388 106 0 70832 0
[pid=2100/tid=2101] ppid=2098 vsize=303444 CPUtime=15.89 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 10793 0 0 0 1588 1 0 0 25 0 4 0 522179085 310726656 15135 33554432000 4194304 4627427 140737346091808 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=303444 CPUtime=15.81 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 10845 0 0 0 1579 2 0 0 25 0 4 0 522179085 310726656 15135 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=303444 CPUtime=15.88 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 10430 0 0 0 1587 1 0 0 25 0 4 0 522179085 310726656 15135 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 63.5
Current children cumulated vsize (KiB) 303444

[startup+16.701 s]
/proc/loadavg: 4.97 4.96 6.38 9/184 2104
/proc/meminfo: memFree=21977864/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=303548 CPUtime=66.69 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 44794 0 0 0 6661 8 0 0 25 0 4 0 522179085 310833152 15032 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 75887 15032 388 106 0 70858 0
[pid=2100/tid=2101] ppid=2098 vsize=303548 CPUtime=16.69 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11237 0 0 0 1668 1 0 0 25 0 4 0 522179085 310833152 15032 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=303548 CPUtime=16.61 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11047 0 0 0 1659 2 0 0 25 0 4 0 522179085 310833152 15032 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=303548 CPUtime=16.68 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 10869 0 0 0 1667 1 0 0 25 0 4 0 522179085 310833152 15032 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 66.69
Current children cumulated vsize (KiB) 303548

[startup+17.5009 s]
/proc/loadavg: 5.21 5.01 6.38 9/184 2104
/proc/meminfo: memFree=21974516/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=303548 CPUtime=69.9 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 45580 0 0 0 6982 8 0 0 25 0 4 0 522179085 310833152 15818 33554432000 4194304 4627427 140737346091808 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 75887 15818 388 106 0 70858 0
[pid=2100/tid=2101] ppid=2098 vsize=303548 CPUtime=17.49 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11402 0 0 0 1748 1 0 0 25 0 4 0 522179085 310833152 15820 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=303548 CPUtime=17.41 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11226 0 0 0 1739 2 0 0 25 0 4 0 522179085 310833152 15820 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=303548 CPUtime=17.49 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11085 0 0 0 1748 1 0 0 25 0 4 0 522179085 310833152 15820 33554432000 4194304 4627427 140737346091808 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 69.9
Current children cumulated vsize (KiB) 303548

[startup+17.7008 s]
/proc/loadavg: 5.21 5.01 6.38 9/184 2104
/proc/meminfo: memFree=21974516/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=303664 CPUtime=70.69 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 46288 0 0 0 7061 8 0 0 25 0 4 0 522179085 310951936 15210 33554432000 4194304 4627427 140737346091808 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 75916 15210 388 106 0 70887 0
[pid=2100/tid=2101] ppid=2098 vsize=303664 CPUtime=17.69 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11436 0 0 0 1768 1 0 0 25 0 4 0 522179085 310951936 15210 33554432000 4194304 4627427 140737346091808 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=303664 CPUtime=17.6 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11553 0 0 0 1758 2 0 0 25 0 4 0 522179085 310951936 15210 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=303664 CPUtime=17.68 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11130 0 0 0 1767 1 0 0 25 0 4 0 522179085 310951936 15210 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 70.69
Current children cumulated vsize (KiB) 303664

[startup+17.8008 s]
/proc/loadavg: 5.21 5.01 6.38 9/184 2104
/proc/meminfo: memFree=21974516/32950928 swapFree=67111524/67111528
[pid=2100] ppid=2098 vsize=303664 CPUtime=71.09 cores=0,2,4,6
/proc/2100/stat : 2100 (strangenight2-m) R 2098 2100 1515 0 -1 4202496 46379 0 0 0 7101 8 0 0 25 0 4 0 522179085 310951936 15301 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2100/statm: 75916 15301 388 106 0 70887 0
[pid=2100/tid=2101] ppid=2098 vsize=303664 CPUtime=17.79 cores=0,2,4,6
/proc/2100/task/2101/stat : 2101 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11446 0 0 0 1778 1 0 0 25 0 4 0 522179085 310951936 15301 33554432000 4194304 4627427 140737346091808 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2100/tid=2102] ppid=2098 vsize=303664 CPUtime=17.7 cores=0,2,4,6
/proc/2100/task/2102/stat : 2102 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11583 0 0 0 1768 2 0 0 25 0 4 0 522179085 310951936 15301 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2100/tid=2103] ppid=2098 vsize=303664 CPUtime=17.78 cores=0,2,4,6
/proc/2100/task/2103/stat : 2103 (strangenight2-m) R 2098 2100 1515 0 -1 4202560 11152 0 0 0 1777 1 0 0 25 0 4 0 522179085 310951936 15301 33554432000 4194304 4627427 140737346091808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 71.09
Current children cumulated vsize (KiB) 303664

Child status: 10
Real time (s): 17.9001
CPU time (s): 71.4861
CPU user time (s): 71.3931
CPU system time (s): 0.092985
CPU usage (%): 399.361
Max. virtual memory (cumulated for all children) (KiB): 303664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.3931
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46748
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= 177
involuntary context switches= 626

runsolver used 0.029995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 21:36:43
IDJOB=3174156
IDBENCH=82974
IDSOLVER=1586
FILE ID=node122/3174156-1304105803
RUNJOBID= node122-1304105799-2046
PBS_JOBID= 13170631
Free space on /tmp= 71660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174156-1304105803/watcher-3174156-1304105803 -o /tmp/evaluation-result-3174156-1304105803/solver-3174156-1304105803 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174156-1304105803.cnf

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

MD5SUM BENCH= f54f75ab88c77b4cc676aaab44569f75
RANDOM SEED=608627391

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22085444 kB
Buffers:       1630464 kB
Cached:        8580292 kB
SwapCached:          4 kB
Active:        1170060 kB
Inactive:      9146388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22085444 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11556 kB
Writeback:           0 kB
AnonPages:      105088 kB
Mapped:          15584 kB
Slab:           486636 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   316388 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= 71652 MiB
End job on node122 at 2011-04-29 21:37:01