Trace number 3368975

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-mt (fixed)SAT 142.526 36.5345

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S906725726-060.SATISFIABLE.cnf
MD5SUMba9975e86d838537f315701adfc9f925
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
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 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-3368975-1305408604.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.00	c Parsing time:  0.00 s
0.00/0.00	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.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      31 undec:       2 neg:      42
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4914        75      1597         0      4477      7985     76268   no data   no data  --
3.57/0.90	c  N st    10     11296        75      1597         0      4118      7985     58331   no data   no data  --
3.57/0.90	c  N st    11     17041        75      1597         0      9241      7985    139368   no data   no data  --
3.57/0.90	c  F st    12     25001        75      1597         0     11334      7985    171923   no data   no data  --
3.57/0.90	c  N st    12     25001        75      1597         0     11334      7985    171923   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30003        75      1597         0      9768      7985    142389   no data   no data  --
3.57/0.90	c  S st    18     30003        75      1597         0      9768      7985    142389   no data   no data  --
3.57/1.00	c  S st    18     30505        75      1597         0     10243      7985    150670   no data   no data  --
3.57/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.57/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.57/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.20	c lits-rem:      1520  cl-subs:     2693  v-elim:      0  v-fix:    0  time:  0.83 s
4.76/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.76/1.20	c calculated reachability. Time: 0.00
4.76/1.20	c  N st    18     30505        75      1597         0      7550      7985    108547   no data   no data  --
5.96/1.50	c  N st    20     37617        75      1597         0     13960      7985    217875   no data   no data  --
6.76/1.72	c  N st    21     44017        75      1597         0     12706      7985    184734   no data   no data  --
7.15/1.80	c  S st    22     45758        75      1597         0     14252      7985    210572   no data   no data  --
7.15/1.84	c  S st    22     46261        75      1597         0     14724      7985    219132   no data   no data  --
7.15/1.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.15/1.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.15/1.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.15/1.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.76	c lits-rem:      2412  cl-subs:     2754  v-elim:      0  v-fix:    0  time:  3.62 s
10.75/2.76	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.75/2.76	c vivif2 --  cl tried    11970 cl shrink        0 lits rem          0 time: 0.01
11.15/2.81	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.15/2.81	c calculated reachability. Time: 0.00
11.15/2.81	c  N st    22     46261        75      1597         0     11970      7985    173412   no data   no data  --
13.54/3.47	c  N st    23     60658        75      1597         0     17007      7985    245886   no data   no data  --
15.13/3.86	c  N st    24     69393        75      1597         0     16083      7985    230583   no data   no data  --
15.13/3.86	c  S st    24     69393        75      1597         0     16083      7985    230583   no data   no data  --
15.53/3.91	c  S st    24     69896        75      1597         0     16556      7985    239084   no data   no data  --
15.53/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.53/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.53/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.53/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.53/4.98	c lits-rem:      2659  cl-subs:     2702  v-elim:      0  v-fix:    0  time:  4.21 s
19.53/4.98	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.53/4.98	c vivif2 --  cl tried    13854 cl shrink        0 lits rem          0 time: 0.01
19.93/5.03	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
19.93/5.03	c calculated reachability. Time: 0.00
19.93/5.03	c  N st    24     69896        75      1597         0     13854      7985    195250   no data   no data  --
23.93/6.03	c  F st    25     87500        75      1597         0     19924      7985    281051   no data   no data  --
23.93/6.03	c  N st    25     87500        75      1597         0     19924      7985    281051   no data   no data  --
25.13/6.34	c Decided on static restart strategy
25.53/6.49	c  N st    32     95542        75      1597         0     16478      7985    224168   no data   no data  --
27.91/7.07	c  N st    34    104845        75      1597         0     13182      7985    162181   no data   no data  --
27.91/7.07	c  S st    34    104845        75      1597         0     13182      7985    162181   no data   no data  --
28.31/7.11	c  S st    34    105347        75      1597         0     13663      7985    170897   no data   no data  --
28.31/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.31/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.31/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.31/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.78	c lits-rem:       964  cl-subs:     1398  v-elim:      0  v-fix:    0  time:  2.62 s
30.74/7.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.74/7.78	c vivif2 --  cl tried    12265 cl shrink        0 lits rem          0 time: 0.00
31.10/7.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
31.10/7.83	c calculated reachability. Time: 0.00
31.10/7.83	c  N st    34    105347        75      1597         0     12265      7985    149878   no data   no data  --
33.09/8.37	c  N st    35    114945        75      1597         0     20817      7985    287735   no data   no data  --
36.29/9.17	c  N st    36    129342        75      1597         0     21244      7985    285432   no data   no data  --
41.48/10.45	c  N st    37    150937        75      1597         0     27188      7985    379319   no data   no data  --
43.50/10.91	c  S st    38    158021        75      1597         0     19268      7985    239777   no data   no data  --
43.50/10.96	c  S st    38    158526        75      1597         0     19737      7985    248688   no data   no data  --
43.50/10.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.50/10.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.50/10.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.50/10.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.50/10.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.50/10.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.50/10.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.47/11.93	c lits-rem:      1791  cl-subs:     2624  v-elim:      0  v-fix:    0  time:  3.82 s
47.47/11.93	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.47/11.93	c vivif2 --  cl tried    17113 cl shrink        0 lits rem          0 time: 0.01
47.47/12.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.26
47.47/12.00	c calculated reachability. Time: 0.00
47.47/12.00	c  N st    38    158526        75      1597         0     17113      7985    210014   no data   no data  --
61.46/15.42	c  N st    39    207116        75      1597         0     29357      7985    386941   no data   no data  --
70.61/17.75	c  N st    40    237790        75      1597         0     22052      7985    262275   no data   no data  --
70.61/17.75	c  S st    40    237790        75      1597         0     22052      7985    262275   no data   no data  --
71.01/17.81	c  S st    40    238295        75      1597         0     22523      7985    270957   no data   no data  --
71.01/17.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.01/17.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.01/17.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
71.01/17.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.01/17.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.01/17.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
71.01/17.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.00/18.83	c lits-rem:      2348  cl-subs:     2368  v-elim:      0  v-fix:    0  time:  4.02 s
75.00/18.83	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.00/18.84	c vivif2 --  cl tried    20155 cl shrink        0 lits rem          0 time: 0.01
75.40/18.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
75.40/18.91	c calculated reachability. Time: 0.00
75.40/18.91	c  N st    40    238295        75      1597         0     20155      7985    236850   no data   no data  --
95.76/24.09	c  F st    41    306250        75      1597         0     21890      7985    237075   no data   no data  --
95.76/24.09	c  N st    41    306250        75      1597         0     21890      7985    237075   no data   no data  --
97.35/24.47	c Decided on static restart strategy
106.13/26.65	c  N st    51    334559        75      1597         0     25849      7985    296665   no data   no data  --
114.92/28.84	c  N st    53    357443        75      1597         0     24083      7985    261350   no data   no data  --
114.92/28.84	c  S st    53    357443        75      1597         0     24083      7985    261350   no data   no data  --
115.32/28.90	c  S st    53    357945        75      1597         0     24552      7985    270003   no data   no data  --
115.32/28.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.32/28.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.32/28.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
115.32/28.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.32/28.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.32/28.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
115.32/28.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.30/29.98	c lits-rem:       978  cl-subs:     1554  v-elim:      0  v-fix:    0  time:  4.23 s
119.30/29.98	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
119.30/29.98	c vivif2 --  cl tried    22998 cl shrink        0 lits rem          0 time: 0.01
119.70/30.07	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.34
119.70/30.07	c calculated reachability. Time: 0.00
119.70/30.07	c  N st    53    357945        75      1597         0     22998      7985    248528   no data   no data  --
131.71/33.03	c  N st    54    390339        75      1597         0     28660      7985    327671   no data   no data  --
142.46/36.52	c Following stats are for *FIRST FINISHED THREAD ONLY*
142.46/36.52	c num threads              : 4          
142.46/36.52	c restarts                 : 55         
142.46/36.52	c dynamic restarts         : 0          
142.46/36.52	c static restarts          : 55         
142.46/36.52	c full restarts            : 3          
142.46/36.52	c total simplify time      : 0.00       
142.46/36.52	c learnts DL2              : 0          
142.46/36.52	c learnts size 2           : 0          
142.46/36.52	c learnts size 1           : 0           (0.00      % of vars)
142.46/36.52	c filedLit time            : 0.08        (0.06      % time)
142.46/36.52	c v-elim SatELite          : 0           (0.00      % vars)
142.46/36.52	c SatELite time            : 18.27       (12.83     % time)
142.46/36.52	c v-elim xor               : 0           (0.00      % vars)
142.46/36.52	c xor elim time            : 0.02        (0.01      % time)
142.46/36.52	c num binary xor trees     : 0          
142.46/36.52	c binxor trees' crown      : 0           (nan       leafs/tree)
142.46/36.52	c bin xor find time        : 0.00       
142.46/36.52	c OTF clause improved      : 44337       (0.10      clauses/conflict)
142.46/36.52	c OTF impr. size diff      : 44903       (1.01       lits/clause)
142.46/36.52	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
142.46/36.52	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
142.46/36.52	c tried to recurMin cls    : 26545       (6.28       % of conflicts)
142.46/36.52	c updated cache            : 140         (0.01       lits/tried recurMin)
142.46/36.52	c unit cls received        : 0           (nan       % of units)
142.46/36.52	c unit cls sent            : 0           (nan       % of units)
142.46/36.52	c bin cls received         : 0          
142.46/36.52	c bin cls sent             : 0          
142.46/36.52	c clauses over max glue    : 0           (0.00      % of all clauses)
142.46/36.52	c conflicts                : 422503      (2967.24   / sec)
142.46/36.52	c decisions                : 467360      (1.48      % random)
142.46/36.52	c bogo-props               : 5604658068  (39361496.84 / sec)
142.46/36.52	c conflict literals        : 6865094     (18.00     % deleted)
142.46/36.52	c Memory used              : 244.02      MB
142.46/36.52	c single-thread CPU time   : 142.39      s
142.46/36.52	c all-threads sum CPU time : 142.39      s
142.46/36.52	s SATISFIABLE
142.46/36.53	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368975-1305408604/watcher-3368975-1305408604 -o /tmp/evaluation-result-3368975-1305408604/solver-3368975-1305408604 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368975-1305408604.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.45 7.98 7.87 8/282 19293
/proc/meminfo: memFree=25077268/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 633275745 52465664 357 33554432000 4194304 4650419 140736089067264 18446744073709551615 254261616571 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 12809 357 306 112 0 7774 0
[pid=19293/tid=19294] ppid=19291 vsize=216236 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 75 0 0 0 0 0 0 0 25 0 4 0 633275745 221425664 614 33554432000 4194304 4650419 140736089067264 18446744073709551615 4370582 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=216236 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 4 0 633275745 221425664 614 33554432000 4194304 4650419 140736089067264 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=216236 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 67 0 0 0 0 0 0 0 25 0 4 0 633275745 221425664 614 33554432000 4194304 4650419 140736089067264 18446744073709551615 4334325 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0640971 s]
/proc/loadavg: 7.45 7.98 7.87 8/282 19293
/proc/meminfo: memFree=25077268/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=217236 CPUtime=0.22 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 1350 0 0 0 22 0 0 0 25 0 4 0 633275745 222449664 1233 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 54309 1233 389 112 0 49274 0
[pid=19293/tid=19294] ppid=19291 vsize=217236 CPUtime=0.05 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 271 0 0 0 5 0 0 0 18 0 4 0 633275745 222449664 1233 33554432000 4194304 4650419 140736089067264 18446744073709551615 4329563 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=217236 CPUtime=0.05 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 219 0 0 0 5 0 0 0 25 0 4 0 633275745 222449664 1233 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=217236 CPUtime=0.05 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 168 0 0 0 5 0 0 0 25 0 4 0 633275745 222449664 1233 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 217236

[startup+0.101091 s]
/proc/loadavg: 7.45 7.98 7.87 8/282 19293
/proc/meminfo: memFree=25077268/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=217388 CPUtime=0.37 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 1560 0 0 0 37 0 0 0 25 0 4 0 633275745 222605312 1443 33554432000 4194304 4650419 140736089067264 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 54347 1443 389 112 0 49312 0
[pid=19293/tid=19294] ppid=19291 vsize=217388 CPUtime=0.09 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 319 0 0 0 9 0 0 0 18 0 4 0 633275745 222605312 1443 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=217388 CPUtime=0.08 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 277 0 0 0 8 0 0 0 25 0 4 0 633275745 222605312 1443 33554432000 4194304 4650419 140736089067264 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=217388 CPUtime=0.09 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 216 0 0 0 9 0 0 0 25 0 4 0 633275745 222605312 1443 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 217388

[startup+0.301056 s]
/proc/loadavg: 7.45 7.98 7.87 8/282 19293
/proc/meminfo: memFree=25077268/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=219296 CPUtime=1.17 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 2961 0 0 0 117 0 0 0 25 0 4 0 633275745 224559104 1796 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 54824 1796 391 112 0 49789 0
[pid=19293/tid=19294] ppid=19291 vsize=219296 CPUtime=0.29 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 686 0 0 0 29 0 0 0 18 0 4 0 633275745 224559104 1796 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=219296 CPUtime=0.28 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 593 0 0 0 28 0 0 0 25 0 4 0 633275745 224559104 1797 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=219296 CPUtime=0.29 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 579 0 0 0 29 0 0 0 18 0 4 0 633275745 224559104 1797 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219296

[startup+0.700985 s]
/proc/loadavg: 7.45 7.98 7.87 8/282 19293
/proc/meminfo: memFree=25077268/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=220124 CPUtime=2.77 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 4427 0 0 0 277 0 0 0 25 0 4 0 633275745 225406976 2462 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 55031 2462 392 112 0 49996 0
[pid=19293/tid=19294] ppid=19291 vsize=220124 CPUtime=0.69 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 1051 0 0 0 69 0 0 0 18 0 4 0 633275745 225406976 2462 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=220124 CPUtime=0.68 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 991 0 0 0 68 0 0 0 25 0 4 0 633275745 225406976 2462 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=220124 CPUtime=0.69 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 900 0 0 0 69 0 0 0 18 0 4 0 633275745 225406976 2462 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220124

[startup+1.50085 s]
/proc/loadavg: 7.45 7.98 7.87 10/286 19297
/proc/meminfo: memFree=25058512/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=230148 CPUtime=5.96 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 10009 0 0 0 595 1 0 0 25 0 4 0 633275745 235671552 5865 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 57537 5865 393 112 0 52502 0
[pid=19293/tid=19294] ppid=19291 vsize=230148 CPUtime=1.49 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 2537 0 0 0 149 0 0 0 20 0 4 0 633275745 235671552 5865 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=230148 CPUtime=1.47 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 2888 0 0 0 147 0 0 0 25 0 4 0 633275745 235671552 5865 33554432000 4194304 4650419 140736089067264 18446744073709551615 4441360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=230148 CPUtime=1.49 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 1531 0 0 0 149 0 0 0 19 0 4 0 633275745 235671552 5865 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 230148

[startup+3.10056 s]
/proc/loadavg: 7.45 7.98 7.87 9/286 19297
/proc/meminfo: memFree=25026148/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=216404 CPUtime=12.35 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 15055 0 0 0 1233 2 0 0 25 0 4 0 633275745 221597696 8771 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 54101 8771 393 112 0 49066 0
[pid=19293/tid=19294] ppid=19291 vsize=216404 CPUtime=3.09 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 4062 0 0 0 309 0 0 0 25 0 4 0 633275745 221597696 8771 33554432000 4194304 4650419 140736089067264 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=216404 CPUtime=3.06 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 3437 0 0 0 306 0 0 0 25 0 4 0 633275745 221597696 8771 33554432000 4194304 4650419 140736089067264 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=216404 CPUtime=3.08 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 3534 0 0 0 308 0 0 0 24 0 4 0 633275745 221597696 8771 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 216404

[startup+6.30099 s]
/proc/loadavg: 7.49 7.98 7.87 9/286 19297
/proc/meminfo: memFree=24992296/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=228612 CPUtime=25.13 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 20959 0 0 0 2509 4 0 0 25 0 4 0 633275745 234098688 11045 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 57153 11045 393 112 0 52118 0
[pid=19293/tid=19294] ppid=19291 vsize=228612 CPUtime=6.29 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 5394 0 0 0 628 1 0 0 25 0 4 0 633275745 234098688 11045 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=228612 CPUtime=6.23 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 5179 0 0 0 623 0 0 0 25 0 4 0 633275745 234098688 11045 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=228612 CPUtime=6.28 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 4864 0 0 0 628 0 0 0 25 0 4 0 633275745 234098688 11045 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 228612

[startup+12.7009 s]
/proc/loadavg: 7.53 7.98 7.87 9/286 19297
/proc/meminfo: memFree=24955092/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=231504 CPUtime=50.66 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 32305 0 0 0 5061 5 0 0 25 0 4 0 633275745 237060096 14452 33554432000 4194304 4650419 140736089067264 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 57876 14452 393 112 0 52841 0
[pid=19293/tid=19294] ppid=19291 vsize=231504 CPUtime=12.69 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 8002 0 0 0 1268 1 0 0 25 0 4 0 633275745 237060096 14452 33554432000 4194304 4650419 140736089067264 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=231504 CPUtime=12.57 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 8208 0 0 0 1256 1 0 0 25 0 4 0 633275745 237060096 14452 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366853 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=231504 CPUtime=12.69 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 7971 0 0 0 1268 1 0 0 25 0 4 0 633275745 237060096 14452 33554432000 4194304 4650419 140736089067264 18446744073709551615 4334278 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 231504

[startup+25.5006 s]
/proc/loadavg: 7.70 8.00 7.88 9/286 19298
/proc/meminfo: memFree=24907716/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=240516 CPUtime=101.74 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 49151 0 0 0 10165 9 0 0 25 0 4 0 633275745 246288384 17167 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 60129 17167 393 112 0 55094 0
[pid=19293/tid=19294] ppid=19291 vsize=240516 CPUtime=25.48 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 12870 0 0 0 2546 2 0 0 25 0 4 0 633275745 246288384 17167 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=240516 CPUtime=25.25 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 13172 0 0 0 2523 2 0 0 25 0 4 0 633275745 246288384 17167 33554432000 4194304 4650419 140736089067264 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=240516 CPUtime=25.48 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 10192 0 0 0 2547 1 0 0 25 0 4 0 633275745 246288384 17167 33554432000 4194304 4650419 140736089067264 18446744073709551615 4326405 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 240516

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

[startup+31.9104 s]
/proc/loadavg: 7.73 8.00 7.88 9/286 19298
/proc/meminfo: memFree=24901388/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=241660 CPUtime=127.32 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) R 19291 19293 19052 0 -1 4202496 56428 0 0 0 12721 11 0 0 25 0 4 0 633275745 247459840 17800 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 60415 17800 393 112 0 55380 0
[pid=19293/tid=19294] ppid=19291 vsize=241660 CPUtime=31.9 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 14656 0 0 0 3187 3 0 0 25 0 4 0 633275745 247459840 17800 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=241660 CPUtime=31.61 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 15338 0 0 0 3158 3 0 0 25 0 4 0 633275745 247459840 17800 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=241660 CPUtime=31.9 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 11372 0 0 0 3188 2 0 0 25 0 4 0 633275745 247459840 17800 33554432000 4194304 4650419 140736089067264 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 127.32
Current children cumulated vsize (KiB) 241660

[startup+35.1009 s]
/proc/loadavg: 7.75 8.00 7.88 7/286 19298
/proc/meminfo: memFree=24891148/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=249872 CPUtime=139.67 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) S 19291 19293 19052 0 -1 4202496 60397 0 0 0 13954 13 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 62468 20194 393 112 0 57433 0
[pid=19293/tid=19294] ppid=19291 vsize=249872 CPUtime=35.09 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16458 0 0 0 3506 3 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=249872 CPUtime=34.78 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16271 0 0 0 3475 3 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257851435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=249872 CPUtime=34.88 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) S 19291 19293 19052 0 -1 4202560 11788 0 0 0 3486 2 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446604471119554496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 139.67
Current children cumulated vsize (KiB) 249872

[startup+35.9008 s]
/proc/loadavg: 7.75 8.00 7.88 7/286 19298
/proc/meminfo: memFree=24891148/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=249872 CPUtime=141.26 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) S 19291 19293 19052 0 -1 4202496 60397 0 0 0 14113 13 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 62468 20194 393 112 0 57433 0
[pid=19293/tid=19294] ppid=19291 vsize=249872 CPUtime=35.88 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16458 0 0 0 3585 3 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=249872 CPUtime=35.57 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16271 0 0 0 3554 3 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257851435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=249872 CPUtime=34.88 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) S 19291 19293 19052 0 -1 4202560 11788 0 0 0 3486 2 0 0 25 0 4 0 633275745 255868928 20194 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446604471119554496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 141.26
Current children cumulated vsize (KiB) 249872

[startup+36.3107 s]
/proc/loadavg: 7.75 8.00 7.88 7/286 19298
/proc/meminfo: memFree=24889288/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=249872 CPUtime=142.08 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) S 19291 19293 19052 0 -1 4202496 60462 0 0 0 14195 13 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 62468 20259 393 112 0 57433 0
[pid=19293/tid=19294] ppid=19291 vsize=249872 CPUtime=36.29 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16523 0 0 0 3626 3 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=249872 CPUtime=35.98 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16271 0 0 0 3595 3 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257851435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=249872 CPUtime=34.88 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) S 19291 19293 19052 0 -1 4202560 11788 0 0 0 3486 2 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446604471119554496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.08
Current children cumulated vsize (KiB) 249872

[startup+36.5006 s]
/proc/loadavg: 7.75 8.00 7.88 7/286 19298
/proc/meminfo: memFree=24889288/32951124 swapFree=67057896/67111528
[pid=19293] ppid=19291 vsize=249872 CPUtime=142.46 cores=1,3,5,7
/proc/19293/stat : 19293 (strangenight1-m) S 19291 19293 19052 0 -1 4202496 60462 0 0 0 14233 13 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19293/statm: 62468 20259 393 112 0 57433 0
[pid=19293/tid=19294] ppid=19291 vsize=249872 CPUtime=36.48 cores=1,3,5,7
/proc/19293/task/19294/stat : 19294 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16523 0 0 0 3645 3 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19293/tid=19295] ppid=19291 vsize=249872 CPUtime=36.17 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (strangenight1-m) R 19291 19293 19052 0 -1 4202560 16271 0 0 0 3614 3 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257851435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19293/tid=19296] ppid=19291 vsize=249872 CPUtime=34.88 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (strangenight1-m) S 19291 19293 19052 0 -1 4202560 11788 0 0 0 3486 2 0 0 25 0 4 0 633275745 255868928 20259 33554432000 4194304 4650419 140736089067264 18446744073709551615 47383257876020 0 0 4096 2 18446604471119554496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.46
Current children cumulated vsize (KiB) 249872

Child status: 10
Real time (s): 36.5345
CPU time (s): 142.526
CPU user time (s): 142.389
CPU system time (s): 0.136979
CPU usage (%): 390.114
Max. virtual memory (cumulated for all children) (KiB): 249956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.389
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60470
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= 173
involuntary context switches= 993

runsolver used 0.093985 second user time and 0.244962 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 23:30:04
IDJOB=3368975
IDBENCH=82984
IDSOLVER=1846
FILE ID=node140/3368975-1305408604
RUNJOBID= node140-1305406194-19071
PBS_JOBID= 13324508
Free space on /tmp= 73480 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S906725726-060.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368975-1305408604/watcher-3368975-1305408604 -o /tmp/evaluation-result-3368975-1305408604/solver-3368975-1305408604 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368975-1305408604.cnf

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

MD5SUM BENCH= ba9975e86d838537f315701adfc9f925
RANDOM SEED=808011713

node140.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	: 5226.14
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.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.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.77
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.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.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.74
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.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.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:      25077548 kB
Buffers:        298080 kB
Cached:        3728552 kB
SwapCached:       8056 kB
Active:        4891040 kB
Inactive:      2672484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25077548 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           12484 kB
Writeback:           0 kB
AnonPages:     3533508 kB
Mapped:          23176 kB
Slab:           224452 kB
PageTables:      21628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45653800 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= 73476 MiB
End job on node140 at 2011-05-14 23:30:41