Trace number 3175176

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-1-mtUNSAT 148.299 37.1583

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2778
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175176-1304095714.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.01 s
0.38/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.10	c calculated reachability. Time: 0.00
0.38/0.10	c Calc default polars -  time:   0.00 s pos:     143 undec:      39 neg:     118
0.38/0.10	c =========================================================================================
0.38/0.10	c types(t): F = full restart, N = normal restart
0.38/0.10	c types(t): S = simplification begin/end, E = solution found
0.38/0.10	c restart types(rt): st = static, dy = dynamic
0.38/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.10	c  B st     0         0       291      1274         0         0      3867         0   no data   no data  --
0.38/0.10	c Decided on static restart strategy
3.58/0.90	c  N st     8      4917       291      1274         0      4763      3867     73116   no data   no data  --
3.58/0.90	c  N st    10     11300       291      1274         0      4387      3867     51930   no data   no data  --
3.58/0.90	c  N st    11     17044       291      1274         0      9916      3867    136699   no data   no data  --
3.58/0.90	c  F st    12     25001       291      1274         0     12130      3867    172318   no data   no data  --
3.58/0.90	c  N st    12     25001       291      1274         0     12130      3867    172318   no data   no data  --
4.77/1.20	c Decided on static restart strategy
4.77/1.20	c  N st    18     30000       291      1274         0     10481      3867    137359   no data   no data  --
4.77/1.20	c  S st    18     30000       291      1274         0     10481      3867    137359   no data   no data  --
4.77/1.20	c  S st    18     30507       291      1274         0     10984      3867    145949   no data   no data  --
4.77/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
4.77/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.30	c lits-rem:       219  cl-subs:     1230  v-elim:      0  v-fix:    0  time:  0.50 s
5.17/1.30	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.03
5.17/1.30	c calculated reachability. Time: 0.00
5.17/1.30	c  N st    18     30507       291      1274         0      9754      3867    128501   no data   no data  --
6.37/1.63	c  N st    20     37620       291      1274         0      8989      3867    100170   no data   no data  --
7.56/1.95	c  N st    21     44019       291      1274         0     15112      3867    191498   no data   no data  --
7.97/2.05	c  S st    22     45763       291      1274         0     16778      3867    216616   no data   no data  --
8.39/2.10	c  S st    22     46267       291      1274         0      8730      3867     89434   no data   no data  --
8.39/2.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/2.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.39/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.39/2.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/2.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/2.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
8.39/2.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.39/2.14	c lits-rem:        62  cl-subs:      492  v-elim:      0  v-fix:    0  time:  0.12 s
8.39/2.14	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
8.39/2.14	c vivif2 --  cl tried     8238 cl shrink        0 lits rem          0 time: 0.00
8.39/2.14	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.02
8.39/2.15	c calculated reachability. Time: 0.00
8.39/2.15	c  N st    22     46267       291      1274         0      8238      3867     83372   no data   no data  --
11.56/2.91	c  N st    23     60664       291      1274         0     12508      3867    141016   no data   no data  --
13.55/3.42	c  N st    24     69400       291      1274         0     20890      3867    271367   no data   no data  --
13.55/3.42	c  S st    24     69400       291      1274         0     20890      3867    271367   no data   no data  --
13.55/3.48	c  S st    24     69901       291      1274         0     10862      3867    110049   no data   no data  --
13.55/3.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.55/3.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.55/3.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.55/3.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.55/3.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.55/3.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
13.55/3.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.95/3.57	c lits-rem:        55  cl-subs:      370  v-elim:      0  v-fix:    0  time:  0.32 s
13.95/3.57	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
13.95/3.57	c vivif2 --  cl tried    10492 cl shrink        0 lits rem          0 time: 0.00
13.95/3.58	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.03
13.95/3.58	c calculated reachability. Time: 0.00
13.95/3.58	c  N st    24     69901       291      1274         0     10492      3867    105533   no data   no data  --
18.35/4.64	c  F st    25     87500       291      1274         0     15777      3867    176367   no data   no data  --
18.35/4.65	c  N st    25     87500       291      1274         0     15777      3867    176367   no data   no data  --
19.94/5.00	c Decided on static restart strategy
20.74/5.23	c  N st    32     95544       291      1274         0     23472      3867    291315   no data   no data  --
23.54/5.90	c  N st    34    104853       291      1274         0     19918      3867    230245   no data   no data  --
23.54/5.90	c  S st    34    104853       291      1274         0     19918      3867    230245   no data   no data  --
23.54/5.95	c  S st    34    105355       291      1274         0     20417      3867    238676   no data   no data  --
23.54/5.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.54/5.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.54/5.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
23.54/5.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.54/5.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.54/5.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
23.54/5.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.53/6.44	c lits-rem:       661  cl-subs:     2316  v-elim:      0  v-fix:    0  time:  1.92 s
25.53/6.44	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
25.53/6.44	c vivif2 --  cl tried    18101 cl shrink        0 lits rem          0 time: 0.01
25.53/6.46	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.05
25.53/6.46	c calculated reachability. Time: 0.00
25.53/6.46	c  N st    34    105355       291      1274         0     18101      3867    208452   no data   no data  --
28.72/7.23	c  N st    35    114954       291      1274         0     13995      3867    135621   no data   no data  --
32.73/8.23	c  N st    36    129353       291      1274         0     27655      3867    335073   no data   no data  --
39.14/9.83	c  N st    37    150948       291      1274         0     18802      3867    191743   no data   no data  --
41.11/10.34	c  S st    38    158033       291      1274         0     25550      3867    288870   no data   no data  --
41.51/10.41	c  S st    38    158534       291      1274         0     26046      3867    297127   no data   no data  --
41.51/10.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.51/10.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.51/10.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.51/10.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.51/10.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.51/10.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
41.51/10.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.70/11.24	c lits-rem:       866  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  3.25 s
44.70/11.24	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
44.70/11.24	c vivif2 --  cl tried    22135 cl shrink        0 lits rem          0 time: 0.01
44.70/11.26	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.06
44.70/11.26	c calculated reachability. Time: 0.00
44.70/11.26	c  N st    38    158534       291      1274         0     22135      3867    245635   no data   no data  --
61.89/15.55	c  N st    39    207122       291      1274         0     35012      3867    402168   no data   no data  --
72.67/18.20	c  N st    40    237801       291      1274         1     27066      3867    274898   no data   no data  --
72.67/18.20	c  S st    40    237801       291      1274         1     27066      3867    274898   no data   no data  --
72.67/18.27	c  S st    40    238306       291      1274         1     27568      3867    283662   no data   no data  --
72.67/18.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.67/18.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.67/18.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.67/18.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.87/18.59	c subs with bin:     5837  lits-rem:      1101  v-fix:    0  time:  1.24 s
73.87/18.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
73.87/18.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.86/19.01	c lits-rem:       403  cl-subs:      880  v-elim:      0  v-fix:    0  time:  1.67 s
75.86/19.01	c vivif2 --  cl tried     1273 cl shrink        0 lits rem          0 time: 0.00
75.86/19.02	c vivif2 --  cl tried    20852 cl shrink        0 lits rem          0 time: 0.01
75.86/19.03	c asymm  cl-useful: 0/1273/1273 lits-rem:0 time: 0.06
75.86/19.03	c calculated reachability. Time: 0.00
75.86/19.03	c  N st    40    238306       291      1273         1     20852      3866    203702   no data   no data  --
100.24/25.13	c  F st    41    306251       291      1273         2     23042      3866    205772   no data   no data  --
100.24/25.13	c  N st    41    306251       291      1273         2     23042      3866    205772   no data   no data  --
101.84/25.55	c Decided on static restart strategy
110.62/27.71	c  N st    51    334556       291      1273         3     27239      3866    259031   no data   no data  --
119.80/30.04	c  N st    53    357459       291      1273         3     25286      3866    221730   no data   no data  --
119.80/30.04	c  S st    53    357459       291      1273         3     25286      3866    221730   no data   no data  --
120.20/30.10	c  S st    53    357962       291      1273         3     25787      3866    229644   no data   no data  --
120.20/30.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
120.20/30.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
120.20/30.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
120.20/30.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
120.20/30.15	c subs with bin:     1134  lits-rem:       805  v-fix:    0  time:  0.15 s
120.20/30.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
120.20/30.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.80/30.59	c lits-rem:       386  cl-subs:      816  v-elim:      0  v-fix:    0  time:  1.75 s
121.80/30.59	c vivif2 --  cl tried     1273 cl shrink        0 lits rem          0 time: 0.00
121.80/30.59	c vivif2 --  cl tried    23837 cl shrink        0 lits rem          0 time: 0.01
122.21/30.61	c asymm  cl-useful: 0/1273/1273 lits-rem:0 time: 0.06
122.21/30.61	c calculated reachability. Time: 0.00
122.21/30.61	c  N st    53    357962       291      1273         3     23837      3866    207666   no data   no data  --
134.58/33.74	c  N st    54    390355       291      1273         3     29965      3866    282215   no data   no data  --
134.58/33.75	c Finding binary XORs  T:     0.00 s  found:       0
145.77/36.51	c Finding binary XORs  T:     0.00 s  found:       0
147.37/36.99	c  E st    55    422844       275      1130       147     15935      3554    118356   no data   no data  --
148.16/37.15	c Following stats are for *FIRST FINISHED THREAD ONLY*
148.16/37.15	c num threads              : 4          
148.16/37.15	c restarts                 : 55         
148.16/37.15	c dynamic restarts         : 0          
148.16/37.15	c static restarts          : 55         
148.16/37.15	c full restarts            : 3          
148.16/37.15	c total simplify time      : 0.12       
148.16/37.15	c learnts DL2              : 0          
148.16/37.15	c learnts size 2           : 191        
148.16/37.15	c learnts size 1           : 116         (38.67     % of vars)
148.16/37.15	c filedLit time            : 0.12        (0.08      % time)
148.16/37.15	c v-elim SatELite          : 9           (3.00      % vars)
148.16/37.15	c SatELite time            : 9.39        (6.34      % time)
148.16/37.15	c v-elim xor               : 0           (0.00      % vars)
148.16/37.15	c xor elim time            : 0.02        (0.01      % time)
148.16/37.15	c num binary xor trees     : 0          
148.16/37.15	c binxor trees' crown      : 0           (nan       leafs/tree)
148.16/37.15	c bin xor find time        : 0.00       
148.16/37.15	c OTF clause improved      : 20820       (0.05      clauses/conflict)
148.16/37.15	c OTF impr. size diff      : 21865       (1.05       lits/clause)
148.16/37.15	c OTF cl watch-shrink      : 94584       (0.22      clauses/conflict)
148.16/37.15	c OTF cl watch-sh-lit      : 118432      (1.25       lits/clause)
148.16/37.15	c tried to recurMin cls    : 61960       (14.65      % of conflicts)
148.16/37.15	c updated cache            : 0           (0.00       lits/tried recurMin)
148.16/37.15	c unit cls received        : 3           (2.59      % of units)
148.16/37.15	c unit cls sent            : 18          (15.52     % of units)
148.16/37.15	c bin cls received         : 34         
148.16/37.15	c bin cls sent             : 127        
148.16/37.15	c clauses over max glue    : 0           (0.00      % of all clauses)
148.16/37.15	c conflicts                : 422844      (2853.81   / sec)
148.16/37.15	c decisions                : 489886      (1.20      % random)
148.16/37.15	c bogo-props               : 4766697848  (32170796.66 / sec)
148.16/37.15	c conflict literals        : 5982488     (29.84     % deleted)
148.16/37.15	c Memory used              : 319.69      MB
148.16/37.15	c single-thread CPU time   : 148.17      s
148.16/37.15	c all-threads sum CPU time : 148.17      s
148.16/37.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175176-1304095714/watcher-3175176-1304095714 -o /tmp/evaluation-result-3175176-1304095714/solver-3175176-1304095714 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175176-1304095714.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: 6.95 7.91 8.02 2/180 23474
/proc/meminfo: memFree=25372132/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=224576 CPUtime=0.01 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) D 23469 23474 23437 0 -1 4202496 720 0 0 0 1 0 0 0 24 0 4 0 521169573 229965824 627 33554432000 4194304 4650419 140735368933520 18446744073709551615 232335554918 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 56144 619 362 112 0 51109 0
[pid=23474/tid=23475] ppid=23469 vsize=216368 CPUtime=0 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 4 0 521169573 221560832 628 33554432000 4194304 4650419 140735368933520 18446744073709551615 4243472 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=216368 CPUtime=0 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 107 0 0 0 0 0 0 0 25 0 4 0 521169573 221560832 634 33554432000 4194304 4650419 140735368933520 18446744073709551615 4369186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=216368 CPUtime=0 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 4 0 521169573 221560832 640 33554432000 4194304 4650419 140735368933520 18446744073709551615 232335541093 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.049607 s]
/proc/loadavg: 6.95 7.91 8.02 2/180 23474
/proc/meminfo: memFree=25372132/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=282320 CPUtime=0.17 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 1198 0 0 0 17 0 0 0 18 0 4 0 521169573 289095680 1086 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 70580 1086 391 112 0 65545 0
[pid=23474/tid=23475] ppid=23469 vsize=282320 CPUtime=0.04 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 234 0 0 0 4 0 0 0 18 0 4 0 521169573 289095680 1086 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=282320 CPUtime=0.04 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 229 0 0 0 4 0 0 0 18 0 4 0 521169573 289095680 1087 33554432000 4194304 4650419 140735368933520 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=282320 CPUtime=0.04 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 100 0 0 0 4 0 0 0 25 0 4 0 521169573 289095680 1087 33554432000 4194304 4650419 140735368933520 18446744073709551615 4333862 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282320

[startup+0.100598 s]
/proc/loadavg: 6.95 7.91 8.02 2/180 23474
/proc/meminfo: memFree=25372132/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=282460 CPUtime=0.38 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 1453 0 0 0 38 0 0 0 18 0 4 0 521169573 289239040 1341 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 70615 1341 391 112 0 65580 0
[pid=23474/tid=23475] ppid=23469 vsize=282460 CPUtime=0.09 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 300 0 0 0 9 0 0 0 18 0 4 0 521169573 289239040 1342 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=282460 CPUtime=0.09 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 295 0 0 0 9 0 0 0 18 0 4 0 521169573 289239040 1342 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=282460 CPUtime=0.09 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 159 0 0 0 9 0 0 0 25 0 4 0 521169573 289239040 1342 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282460

[startup+0.370551 s]
/proc/loadavg: 6.95 7.91 8.02 2/180 23474
/proc/meminfo: memFree=25372132/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=284484 CPUtime=1.45 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 2879 0 0 0 145 0 0 0 18 0 4 0 521169573 291311616 1785 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 71121 1785 393 112 0 66086 0
[pid=23474/tid=23475] ppid=23469 vsize=284484 CPUtime=0.36 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 655 0 0 0 36 0 0 0 18 0 4 0 521169573 291311616 1785 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=284484 CPUtime=0.36 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 660 0 0 0 36 0 0 0 18 0 4 0 521169573 291311616 1785 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=284484 CPUtime=0.36 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 484 0 0 0 36 0 0 0 25 0 4 0 521169573 291311616 1785 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 284484

[startup+0.700492 s]
/proc/loadavg: 6.95 7.91 8.02 2/180 23474
/proc/meminfo: memFree=25372132/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=285036 CPUtime=2.77 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 3999 0 0 0 277 0 0 0 18 0 4 0 521169573 291876864 2150 33554432000 4194304 4650419 140735368933520 18446744073709551615 4363562 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 71259 2150 393 112 0 66224 0
[pid=23474/tid=23475] ppid=23469 vsize=285036 CPUtime=0.69 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 949 0 0 0 69 0 0 0 18 0 4 0 521169573 291876864 2150 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=285036 CPUtime=0.69 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 954 0 0 0 69 0 0 0 18 0 4 0 521169573 291876864 2150 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=285036 CPUtime=0.68 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 738 0 0 0 68 0 0 0 25 0 4 0 521169573 291876864 2150 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285036

[startup+1.50035 s]
/proc/loadavg: 6.95 7.91 8.02 11/188 23482
/proc/meminfo: memFree=25350864/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=285908 CPUtime=5.97 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 7035 0 0 0 596 1 0 0 19 0 4 0 521169573 292769792 3698 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 71477 3698 395 112 0 66442 0
[pid=23474/tid=23475] ppid=23469 vsize=285908 CPUtime=1.49 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 1507 0 0 0 149 0 0 0 20 0 4 0 521169573 292769792 3698 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=285908 CPUtime=1.49 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 1589 0 0 0 149 0 0 0 19 0 4 0 521169573 292769792 3698 33554432000 4194304 4650419 140735368933520 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=285908 CPUtime=1.48 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 1173 0 0 0 148 0 0 0 25 0 4 0 521169573 292769792 3698 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285908

[startup+3.10107 s]
/proc/loadavg: 7.04 7.91 8.02 10/188 23482
/proc/meminfo: memFree=25318632/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=304732 CPUtime=12.36 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 12788 0 0 0 1234 2 0 0 25 0 4 0 521169573 312045568 7626 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 76183 7626 395 112 0 71148 0
[pid=23474/tid=23475] ppid=23469 vsize=304732 CPUtime=3.09 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 3080 0 0 0 309 0 0 0 25 0 4 0 521169573 312045568 7626 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=304732 CPUtime=3.09 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 3091 0 0 0 309 0 0 0 25 0 4 0 521169573 312045568 7626 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=304732 CPUtime=3.07 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 2876 0 0 0 307 0 0 0 25 0 4 0 521169573 312045568 7626 33554432000 4194304 4650419 140735368933520 18446744073709551615 4334280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 304732

[startup+6.3005 s]
/proc/loadavg: 7.04 7.91 8.02 10/188 23482
/proc/meminfo: memFree=25286408/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=305292 CPUtime=25.13 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 18791 0 0 0 2510 3 0 0 25 0 4 0 521169573 312619008 10537 33554432000 4194304 4650419 140735368933520 18446744073709551615 4476293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 76323 10537 395 112 0 71288 0
[pid=23474/tid=23475] ppid=23469 vsize=305292 CPUtime=6.28 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 4844 0 0 0 628 0 0 0 25 0 4 0 521169573 312619008 10537 33554432000 4194304 4650419 140735368933520 18446744073709551615 4363350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=305292 CPUtime=6.28 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 4613 0 0 0 628 0 0 0 25 0 4 0 521169573 312619008 10537 33554432000 4194304 4650419 140735368933520 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=305292 CPUtime=6.25 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 3871 0 0 0 625 0 0 0 25 0 4 0 521169573 312619008 10537 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 305292

[startup+12.7004 s]
/proc/loadavg: 7.19 7.91 8.02 10/188 23482
/proc/meminfo: memFree=25248596/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=314948 CPUtime=50.7 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 28751 0 0 0 5064 6 0 0 25 0 4 0 521169573 322506752 13279 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 78737 13279 395 112 0 73702 0
[pid=23474/tid=23475] ppid=23469 vsize=314948 CPUtime=12.69 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 7611 0 0 0 1268 1 0 0 25 0 4 0 521169573 322506752 13279 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=314948 CPUtime=12.68 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 6984 0 0 0 1267 1 0 0 25 0 4 0 521169573 322506752 13279 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=314948 CPUtime=12.62 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 6128 0 0 0 1261 1 0 0 25 0 4 0 521169573 322506752 13279 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 314948

[startup+25.5011 s]
/proc/loadavg: 7.31 7.91 8.02 10/188 23483
/proc/meminfo: memFree=25212596/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=318272 CPUtime=101.84 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 42678 0 0 0 10174 10 0 0 25 0 4 0 521169573 325910528 16367 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 79568 16367 395 112 0 74533 0
[pid=23474/tid=23475] ppid=23469 vsize=318272 CPUtime=25.49 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 12528 0 0 0 2547 2 0 0 25 0 4 0 521169573 325910528 16367 33554432000 4194304 4650419 140735368933520 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=318272 CPUtime=25.48 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 11043 0 0 0 2546 2 0 0 25 0 4 0 521169573 325910528 16367 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=318272 CPUtime=25.35 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 8165 0 0 0 2533 2 0 0 25 0 4 0 521169573 325910528 16367 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 318272

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

[startup+31.907 s]
/proc/loadavg: 7.42 7.92 8.02 10/188 23483
/proc/meminfo: memFree=25204280/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=317948 CPUtime=127.42 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 48645 0 0 0 12731 11 0 0 25 0 4 0 521169573 325578752 16671 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 79487 16671 395 112 0 74452 0
[pid=23474/tid=23475] ppid=23469 vsize=317948 CPUtime=31.9 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 14605 0 0 0 3188 2 0 0 25 0 4 0 521169573 325578752 16671 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=317948 CPUtime=31.89 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 12656 0 0 0 3187 2 0 0 25 0 4 0 521169573 325578752 16671 33554432000 4194304 4650419 140735368933520 18446744073709551615 4330857 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=317948 CPUtime=31.72 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 8701 0 0 0 3170 2 0 0 25 0 4 0 521169573 325578752 16671 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 127.42
Current children cumulated vsize (KiB) 317948

[startup+35.1004 s]
/proc/loadavg: 7.42 7.92 8.02 10/188 23483
/proc/meminfo: memFree=25194580/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=327404 CPUtime=140.2 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 51978 0 0 0 14008 12 0 0 25 0 4 0 521169573 335261696 18327 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 81851 18327 395 112 0 76816 0
[pid=23474/tid=23475] ppid=23469 vsize=327404 CPUtime=35.09 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 15640 0 0 0 3507 2 0 0 25 0 4 0 521169573 335261696 18327 33554432000 4194304 4650419 140735368933520 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=327404 CPUtime=35.08 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 13536 0 0 0 3506 2 0 0 25 0 4 0 521169573 335261696 18327 33554432000 4194304 4650419 140735368933520 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=327404 CPUtime=34.9 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 9335 0 0 0 3488 2 0 0 25 0 4 0 521169573 335261696 18327 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 140.2
Current children cumulated vsize (KiB) 327404

[startup+35.9002 s]
/proc/loadavg: 7.42 7.92 8.02 10/188 23483
/proc/meminfo: memFree=25194580/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=327376 CPUtime=143.37 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 52733 0 0 0 14325 12 0 0 25 0 4 0 521169573 335233024 18234 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 81844 18234 395 112 0 76809 0
[pid=23474/tid=23475] ppid=23469 vsize=327376 CPUtime=35.89 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 15764 0 0 0 3587 2 0 0 25 0 4 0 521169573 335233024 18234 33554432000 4194304 4650419 140735368933520 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=327376 CPUtime=35.88 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 13947 0 0 0 3586 2 0 0 25 0 4 0 521169573 335233024 18234 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=327376 CPUtime=35.69 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 9452 0 0 0 3567 2 0 0 25 0 4 0 521169573 335233024 18234 33554432000 4194304 4650419 140735368933520 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 143.37
Current children cumulated vsize (KiB) 327376

[startup+36.7011 s]
/proc/loadavg: 7.42 7.92 8.02 10/188 23483
/proc/meminfo: memFree=25187624/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=327356 CPUtime=146.57 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 53548 0 0 0 14645 12 0 0 25 0 4 0 521169573 335212544 18348 33554432000 4194304 4650419 140735368933520 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 81839 18348 395 112 0 76804 0
[pid=23474/tid=23475] ppid=23469 vsize=327356 CPUtime=36.69 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 15879 0 0 0 3667 2 0 0 25 0 4 0 521169573 335212544 18348 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=327356 CPUtime=36.69 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 14162 0 0 0 3666 3 0 0 25 0 4 0 521169573 335212544 18348 33554432000 4194304 4650419 140735368933520 18446744073709551615 4438383 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=327356 CPUtime=36.48 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 9555 0 0 0 3646 2 0 0 25 0 4 0 521169573 335212544 18348 33554432000 4194304 4650419 140735368933520 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 146.57
Current children cumulated vsize (KiB) 327356

[startup+37.101 s]
/proc/loadavg: 7.42 7.92 8.02 10/188 23483
/proc/meminfo: memFree=25187624/32951124 swapFree=67111524/67111528
[pid=23474] ppid=23469 vsize=327356 CPUtime=148.16 cores=0,2,4,6
/proc/23474/stat : 23474 (strangenight1-m) R 23469 23474 23437 0 -1 4202496 53948 0 0 0 14804 12 0 0 25 0 4 0 521169573 335212544 18721 33554432000 4194304 4650419 140735368933520 18446744073709551615 47856794191556 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23474/statm: 81839 18721 395 112 0 76804 0
[pid=23474/tid=23475] ppid=23469 vsize=327356 CPUtime=37.09 cores=0,2,4,6
/proc/23474/task/23475/stat : 23475 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 16186 0 0 0 3707 2 0 0 25 0 4 0 521169573 335212544 18721 33554432000 4194304 4650419 140735368933520 18446744073709551615 47856794215955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23474/tid=23476] ppid=23469 vsize=327356 CPUtime=37.09 cores=0,2,4,6
/proc/23474/task/23476/stat : 23476 (strangenight1-m) R 23469 23474 23437 0 -1 4202560 14179 0 0 0 3706 3 0 0 25 0 4 0 521169573 335212544 18721 33554432000 4194304 4650419 140735368933520 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23474/tid=23477] ppid=23469 vsize=327356 CPUtime=36.88 cores=0,2,4,6
/proc/23474/task/23477/stat : 23477 (strangenight1-m) S 23469 23474 23437 0 -1 4202560 9588 0 0 0 3686 2 0 0 25 0 4 0 521169573 335212544 18721 33554432000 4194304 4650419 140735368933520 18446744073709551615 47856794215988 0 0 4096 2 18446604446708812544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 148.16
Current children cumulated vsize (KiB) 327356

Child status: 20
Real time (s): 37.1583
CPU time (s): 148.299
CPU user time (s): 148.169
CPU system time (s): 0.12998
CPU usage (%): 399.102
Max. virtual memory (cumulated for all children) (KiB): 327520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.169
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53988
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= 210
involuntary context switches= 2607

runsolver used 0.06299 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 18:48:34
IDJOB=3175176
IDBENCH=82794
IDSOLVER=1588
FILE ID=node132/3175176-1304095714
RUNJOBID= node132-1304095714-23455
PBS_JOBID= 13170598
Free space on /tmp= 71872 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175176-1304095714/watcher-3175176-1304095714 -o /tmp/evaluation-result-3175176-1304095714/solver-3175176-1304095714 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175176-1304095714.cnf

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=672442283

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25372692 kB
Buffers:        773752 kB
Cached:        6240100 kB
SwapCached:          4 kB
Active:        2090876 kB
Inactive:      4987220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25372692 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12624 kB
Writeback:           0 kB
AnonPages:       65432 kB
Mapped:          14732 kB
Slab:           435948 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71860 MiB
End job on node132 at 2011-04-29 18:49:11