Trace number 3368785

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)UNSAT 151.142 37.898

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-3368785-1305403028.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.02 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.01 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:     143 undec:      39 neg:     118
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       291      1274         0         0      3867         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.00/0.13	c  N st     8      4917       291      1274         0      4763      3867     73116   no data   no data  --
0.00/0.34	c  N st    10     11300       291      1274         0      4387      3867     51930   no data   no data  --
0.00/0.56	c  N st    11     17044       291      1274         0      9916      3867    136699   no data   no data  --
0.00/0.90	c  F st    12     25001       291      1274         0     12130      3867    172318   no data   no data  --
0.00/0.90	c  N st    12     25001       291      1274         0     12130      3867    172318   no data   no data  --
4.36/1.13	c Decided on static restart strategy
4.36/1.13	c  N st    18     30000       291      1274         0     10481      3867    137359   no data   no data  --
4.36/1.13	c  S st    18     30000       291      1274         0     10481      3867    137359   no data   no data  --
4.36/1.16	c  S st    18     30507       291      1274         0     10984      3867    145949   no data   no data  --
4.36/1.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.36/1.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.36/1.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.36/1.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.36/1.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.36/1.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
4.36/1.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.29	c lits-rem:       219  cl-subs:     1230  v-elim:      0  v-fix:    0  time:  0.50 s
5.16/1.30	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.03
5.16/1.30	c calculated reachability. Time: 0.00
5.16/1.30	c  N st    18     30507       291      1274         0      9754      3867    128501   no data   no data  --
6.36/1.65	c  N st    20     37620       291      1274         0      8989      3867    100170   no data   no data  --
7.58/1.98	c  N st    21     44019       291      1274         0     15112      3867    191498   no data   no data  --
8.01/2.08	c  S st    22     45763       291      1274         0     16778      3867    216616   no data   no data  --
8.36/2.13	c  S st    22     46267       291      1274         0      8730      3867     89434   no data   no data  --
8.36/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.36/2.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.36/2.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
8.36/2.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.17	c lits-rem:        62  cl-subs:      492  v-elim:      0  v-fix:    0  time:  0.12 s
8.36/2.17	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
8.36/2.17	c vivif2 --  cl tried     8238 cl shrink        0 lits rem          0 time: 0.00
8.36/2.17	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.02
8.36/2.17	c calculated reachability. Time: 0.00
8.36/2.17	c  N st    22     46267       291      1274         0      8238      3867     83372   no data   no data  --
11.55/2.95	c  N st    23     60664       291      1274         0     12508      3867    141016   no data   no data  --
13.54/3.47	c  N st    24     69400       291      1274         0     20890      3867    271367   no data   no data  --
13.54/3.47	c  S st    24     69400       291      1274         0     20890      3867    271367   no data   no data  --
13.94/3.53	c  S st    24     69901       291      1274         0     10862      3867    110049   no data   no data  --
13.94/3.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.94/3.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.94/3.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.94/3.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.94/3.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.94/3.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
13.94/3.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.34/3.62	c lits-rem:        55  cl-subs:      370  v-elim:      0  v-fix:    0  time:  0.32 s
14.34/3.62	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
14.34/3.62	c vivif2 --  cl tried    10492 cl shrink        0 lits rem          0 time: 0.00
14.34/3.63	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.03
14.34/3.63	c calculated reachability. Time: 0.00
14.34/3.63	c  N st    24     69901       291      1274         0     10492      3867    105533   no data   no data  --
18.73/4.71	c  F st    25     87500       291      1274         0     15777      3867    176367   no data   no data  --
18.73/4.71	c  N st    25     87500       291      1274         0     15777      3867    176367   no data   no data  --
19.93/5.06	c Decided on static restart strategy
21.17/5.32	c  N st    32     95544       291      1274         0     23472      3867    291315   no data   no data  --
23.52/5.98	c  N st    34    104853       291      1274         0     19918      3867    230245   no data   no data  --
23.52/5.98	c  S st    34    104853       291      1274         0     19918      3867    230245   no data   no data  --
23.92/6.04	c  S st    34    105355       291      1274         0     20417      3867    238676   no data   no data  --
23.92/6.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.92/6.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.92/6.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
23.92/6.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.92/6.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
23.92/6.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.90/6.54	c lits-rem:       661  cl-subs:     2316  v-elim:      0  v-fix:    0  time:  1.96 s
25.90/6.54	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
25.90/6.54	c vivif2 --  cl tried    18101 cl shrink        0 lits rem          0 time: 0.01
25.90/6.56	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.05
25.90/6.56	c calculated reachability. Time: 0.00
25.90/6.56	c  N st    34    105355       291      1274         0     18101      3867    208452   no data   no data  --
29.10/7.33	c  N st    35    114954       291      1274         0     13995      3867    135621   no data   no data  --
33.10/8.36	c  N st    36    129353       291      1274         0     27655      3867    335073   no data   no data  --
39.47/9.98	c  N st    37    150948       291      1274         0     18802      3867    191743   no data   no data  --
41.87/10.50	c  S st    38    158033       291      1274         0     25550      3867    288870   no data   no data  --
41.87/10.57	c  S st    38    158534       291      1274         0     26046      3867    297127   no data   no data  --
41.87/10.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.87/10.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.87/10.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.87/10.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.87/10.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.87/10.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
41.87/10.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.46/11.41	c lits-rem:       866  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  3.31 s
45.46/11.41	c vivif2 --  cl tried     1274 cl shrink        0 lits rem          0 time: 0.00
45.46/11.42	c vivif2 --  cl tried    22135 cl shrink        0 lits rem          0 time: 0.01
45.46/11.43	c asymm  cl-useful: 0/1274/1274 lits-rem:0 time: 0.06
45.46/11.43	c calculated reachability. Time: 0.00
45.46/11.43	c  N st    38    158534       291      1274         0     22135      3867    245635   no data   no data  --
63.01/15.80	c  N st    39    207122       291      1274         0     35012      3867    402168   no data   no data  --
73.39/18.51	c  N st    40    237801       291      1274         1     27066      3867    274898   no data   no data  --
73.39/18.51	c  S st    40    237801       291      1274         1     27066      3867    274898   no data   no data  --
73.81/18.57	c  S st    40    238306       291      1274         1     27568      3867    283662   no data   no data  --
73.81/18.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.81/18.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.81/18.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.81/18.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.37/18.90	c subs with bin:     5837  lits-rem:      1101  v-fix:    0  time:  1.24 s
75.37/18.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
75.37/18.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.96/19.32	c lits-rem:       403  cl-subs:      880  v-elim:      0  v-fix:    0  time:  1.69 s
76.96/19.32	c vivif2 --  cl tried     1273 cl shrink        0 lits rem          0 time: 0.00
76.96/19.32	c vivif2 --  cl tried    20852 cl shrink        0 lits rem          0 time: 0.01
76.96/19.34	c asymm  cl-useful: 0/1273/1273 lits-rem:0 time: 0.06
76.96/19.34	c calculated reachability. Time: 0.00
76.96/19.34	c  N st    40    238306       291      1273         1     20852      3866    203702   no data   no data  --
101.70/25.53	c  F st    41    306251       291      1273         2     23042      3866    205772   no data   no data  --
101.70/25.53	c  N st    41    306251       291      1273         2     23042      3866    205772   no data   no data  --
103.30/25.95	c Decided on static restart strategy
112.07/28.15	c  N st    51    334556       291      1273         3     27239      3866    259031   no data   no data  --
121.66/30.51	c  N st    53    357459       291      1273         3     25286      3866    221730   no data   no data  --
121.66/30.51	c  S st    53    357459       291      1273         3     25286      3866    221730   no data   no data  --
121.66/30.57	c  S st    53    357962       291      1273         3     25787      3866    229644   no data   no data  --
121.66/30.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
121.66/30.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
121.66/30.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
121.66/30.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.08/30.62	c subs with bin:     1134  lits-rem:       805  v-fix:    0  time:  0.15 s
122.08/30.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
122.08/30.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
123.63/31.07	c lits-rem:       386  cl-subs:      816  v-elim:      0  v-fix:    0  time:  1.77 s
123.63/31.07	c vivif2 --  cl tried     1273 cl shrink        0 lits rem          0 time: 0.00
123.63/31.07	c vivif2 --  cl tried    23837 cl shrink        0 lits rem          0 time: 0.01
123.63/31.08	c asymm  cl-useful: 0/1273/1273 lits-rem:0 time: 0.06
123.63/31.09	c calculated reachability. Time: 0.00
123.63/31.09	c  N st    53    357962       291      1273         3     23837      3866    207666   no data   no data  --
136.79/34.30	c  N st    54    390355       291      1273         3     29965      3866    282215   no data   no data  --
136.79/34.31	c Finding binary XORs  T:     0.00 s  found:       0
150.76/37.89	c Finding binary XORs  T:     0.00 s  found:       0
150.76/37.89	c Following stats are for *FIRST FINISHED THREAD ONLY*
150.76/37.89	c num threads              : 4          
150.76/37.89	c restarts                 : 55         
150.76/37.89	c dynamic restarts         : 0          
150.76/37.89	c static restarts          : 55         
150.76/37.89	c full restarts            : 3          
150.76/37.89	c total simplify time      : 0.18       
150.76/37.89	c learnts DL2              : 0          
150.76/37.89	c learnts size 2           : 348        
150.76/37.89	c learnts size 1           : 128         (42.67     % of vars)
150.76/37.89	c filedLit time            : 0.09        (0.06      % time)
150.76/37.89	c v-elim SatELite          : 9           (3.00      % vars)
150.76/37.89	c SatELite time            : 10.94       (7.24      % time)
150.76/37.89	c v-elim xor               : 0           (0.00      % vars)
150.76/37.89	c xor elim time            : 0.02        (0.01      % time)
150.76/37.89	c num binary xor trees     : 0          
150.76/37.89	c binxor trees' crown      : 0           (nan       leafs/tree)
150.76/37.89	c bin xor find time        : 0.00       
150.76/37.89	c OTF clause improved      : 20092       (0.05      clauses/conflict)
150.76/37.89	c OTF impr. size diff      : 21569       (1.07       lits/clause)
150.76/37.89	c OTF cl watch-shrink      : 108617      (0.25      clauses/conflict)
150.76/37.89	c OTF cl watch-sh-lit      : 133704      (1.23       lits/clause)
150.76/37.89	c tried to recurMin cls    : 58776       (13.77      % of conflicts)
150.76/37.89	c updated cache            : 494         (0.01       lits/tried recurMin)
150.76/37.89	c unit cls received        : 3           (2.34      % of units)
150.76/37.89	c unit cls sent            : 7           (5.47      % of units)
150.76/37.89	c bin cls received         : 22         
150.76/37.89	c bin cls sent             : 95         
150.76/37.89	c clauses over max glue    : 0           (0.00      % of all clauses)
150.76/37.89	c conflicts                : 426738      (2825.69   / sec)
150.76/37.89	c decisions                : 496640      (2.00      % random)
150.76/37.89	c bogo-props               : 4861890330  (32193463.23 / sec)
150.76/37.89	c conflict literals        : 6235067     (28.40     % deleted)
150.76/37.89	c Memory used              : 224.03      MB
150.76/37.89	c single-thread CPU time   : 151.02      s
150.76/37.89	c all-threads sum CPU time : 151.02      s
150.76/37.89	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368785-1305403028/watcher-3368785-1305403028 -o /tmp/evaluation-result-3368785-1305403028/solver-3368785-1305403028 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368785-1305403028.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: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=183280 CPUtime=0 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 4 0 730533450 187678720 450 33554432000 4194304 4650419 140734610918336 18446744073709551615 251367651871 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14985/statm: 45820 455 340 112 0 40785 0
[pid=14985/tid=14986] ppid=14983 vsize=216584 CPUtime=0 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 138 0 0 0 0 0 0 0 18 0 4 0 730533450 221782016 809 33554432000 4194304 4650419 140734610918336 18446744073709551615 4367415 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=216584 CPUtime=0 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 196 0 0 0 0 0 0 0 18 0 4 0 730533450 221782016 809 33554432000 4194304 4650419 140734610918336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=216584 CPUtime=0 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 87 0 0 0 0 0 0 0 25 0 4 0 730533450 221782016 809 33554432000 4194304 4650419 140734610918336 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.027333 s]
/proc/loadavg: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=219292 CPUtime=3.61 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 4397 0 0 0 361 0 0 0 19 0 4 0 730533450 224555008 2561 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 54823 2561 394 112 0 49788 0
[pid=14985/tid=14986] ppid=14983 vsize=219292 CPUtime=0.9 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1015 0 0 0 90 0 0 0 19 0 4 0 730533450 224555008 2562 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=219292 CPUtime=0.9 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1062 0 0 0 90 0 0 0 19 0 4 0 730533450 224555008 2562 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=219292 CPUtime=0.9 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 880 0 0 0 90 0 0 0 25 0 4 0 730533450 224555008 2562 33554432000 4194304 4650419 140734610918336 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 219292

[startup+1.01233 s]
/proc/loadavg: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=219444 CPUtime=4.01 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 4937 0 0 0 401 0 0 0 19 0 4 0 730533450 224710656 2410 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 54861 2410 394 112 0 49826 0
[pid=14985/tid=14986] ppid=14983 vsize=219444 CPUtime=1 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1182 0 0 0 100 0 0 0 19 0 4 0 730533450 224710656 2410 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=219444 CPUtime=1 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1232 0 0 0 100 0 0 0 19 0 4 0 730533450 224710656 2410 33554432000 4194304 4650419 140734610918336 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=219444 CPUtime=1 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 939 0 0 0 100 0 0 0 25 0 4 0 730533450 224710656 2410 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 219444

[startup+1.10031 s]
/proc/loadavg: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=210864 CPUtime=4.36 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 5173 0 0 0 436 0 0 0 19 0 4 0 730533450 215924736 2429 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 52716 2429 394 112 0 47681 0
[pid=14985/tid=14986] ppid=14983 vsize=210864 CPUtime=1.09 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1215 0 0 0 109 0 0 0 19 0 4 0 730533450 215924736 2429 33554432000 4194304 4650419 140734610918336 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=210864 CPUtime=1.09 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1270 0 0 0 109 0 0 0 19 0 4 0 730533450 215924736 2429 33554432000 4194304 4650419 140734610918336 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=210864 CPUtime=1.09 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1065 0 0 0 109 0 0 0 25 0 4 0 730533450 215924736 2429 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 210864

[startup+1.20029 s]
/proc/loadavg: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=210864 CPUtime=4.76 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 6233 0 0 0 476 0 0 0 19 0 4 0 730533450 215924736 3488 33554432000 4194304 4650419 140734610918336 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 52716 3488 395 112 0 47681 0
[pid=14985/tid=14986] ppid=14983 vsize=210864 CPUtime=1.19 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1260 0 0 0 119 0 0 0 19 0 4 0 730533450 215924736 3488 33554432000 4194304 4650419 140734610918336 18446744073709551615 4363482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=210864 CPUtime=1.19 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1313 0 0 0 119 0 0 0 19 0 4 0 730533450 215924736 3488 33554432000 4194304 4650419 140734610918336 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=210864 CPUtime=1.19 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1111 0 0 0 119 0 0 0 25 0 4 0 730533450 215924736 3488 33554432000 4194304 4650419 140734610918336 18446744073709551615 4328261 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 210864

[startup+1.50024 s]
/proc/loadavg: 8.20 8.11 8.02 2/353 14985
/proc/meminfo: memFree=25248780/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=211092 CPUtime=5.96 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 6988 0 0 0 596 0 0 0 20 0 4 0 730533450 216158208 3656 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 52773 3656 395 112 0 47738 0
[pid=14985/tid=14986] ppid=14983 vsize=211092 CPUtime=1.49 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1503 0 0 0 149 0 0 0 20 0 4 0 730533450 216158208 3656 33554432000 4194304 4650419 140734610918336 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=211092 CPUtime=1.49 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1595 0 0 0 149 0 0 0 20 0 4 0 730533450 216158208 3656 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=211092 CPUtime=1.49 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 1211 0 0 0 149 0 0 0 25 0 4 0 730533450 216158208 3656 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 211092

[startup+3.11294 s]
/proc/loadavg: 8.18 8.11 8.02 9/365 15002
/proc/meminfo: memFree=25177600/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=223940 CPUtime=12.39 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 13213 0 0 0 1238 1 0 0 25 0 4 0 730533450 229314560 7168 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 55985 7168 395 112 0 50950 0
[pid=14985/tid=14986] ppid=14983 vsize=223940 CPUtime=3.1 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 2994 0 0 0 310 0 0 0 25 0 4 0 730533450 229314560 7168 33554432000 4194304 4650419 140734610918336 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=223940 CPUtime=3.1 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 3537 0 0 0 310 0 0 0 25 0 4 0 730533450 229314560 7168 33554432000 4194304 4650419 140734610918336 18446744073709551615 4314839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=223940 CPUtime=3.1 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 3028 0 0 0 310 0 0 0 25 0 4 0 730533450 229314560 7168 33554432000 4194304 4650419 140734610918336 18446744073709551615 4303975 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 223940

[startup+6.30035 s]
/proc/loadavg: 8.18 8.11 8.02 9/365 15002
/proc/meminfo: memFree=25154660/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=228408 CPUtime=25.13 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 19451 0 0 0 2511 2 0 0 25 0 4 0 730533450 233889792 9920 33554432000 4194304 4650419 140734610918336 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57102 9920 395 112 0 52067 0
[pid=14985/tid=14986] ppid=14983 vsize=228408 CPUtime=6.3 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 4676 0 0 0 630 0 0 0 25 0 4 0 730533450 233889792 9924 33554432000 4194304 4650419 140734610918336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=228408 CPUtime=6.3 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 5274 0 0 0 630 0 0 0 25 0 4 0 730533450 233889792 9924 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=228408 CPUtime=6.3 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 3906 0 0 0 630 0 0 0 25 0 4 0 730533450 233889792 9924 33554432000 4194304 4650419 140734610918336 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 228408

[startup+12.7012 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25127404/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=237616 CPUtime=50.64 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 28816 0 0 0 5060 4 0 0 25 0 4 0 730533450 243318784 12581 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 59404 12581 395 112 0 54369 0
[pid=14985/tid=14986] ppid=14983 vsize=237616 CPUtime=12.69 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 7092 0 0 0 1268 1 0 0 25 0 4 0 730533450 243318784 12581 33554432000 4194304 4650419 140734610918336 18446744073709551615 4520310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=237616 CPUtime=12.68 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 7926 0 0 0 1268 0 0 0 25 0 4 0 730533450 243318784 12581 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=237616 CPUtime=12.68 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 6030 0 0 0 1268 0 0 0 25 0 4 0 730533450 243318784 12581 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 237616

[startup+25.5008 s]
/proc/loadavg: 8.20 8.12 8.03 9/365 15003
/proc/meminfo: memFree=25092304/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229500 CPUtime=101.7 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 43649 0 0 0 10162 8 0 0 25 0 4 0 730533450 235008000 15183 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57375 15183 395 112 0 52340 0
[pid=14985/tid=14986] ppid=14983 vsize=229500 CPUtime=25.49 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11704 0 0 0 2547 2 0 0 25 0 4 0 730533450 235008000 15183 33554432000 4194304 4650419 140734610918336 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229500 CPUtime=25.48 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 12255 0 0 0 2547 1 0 0 25 0 4 0 730533450 235008000 15183 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229500 CPUtime=25.48 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 8948 0 0 0 2547 1 0 0 25 0 4 0 730533450 235008000 15183 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 229500

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

[startup+26.4006 s]
/proc/loadavg: 8.20 8.12 8.03 9/365 15003
/proc/meminfo: memFree=25099124/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229500 CPUtime=105.28 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 44253 0 0 0 10520 8 0 0 25 0 4 0 730533450 235008000 15787 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57375 15787 395 112 0 52340 0
[pid=14985/tid=14986] ppid=14983 vsize=229500 CPUtime=26.39 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11852 0 0 0 2637 2 0 0 25 0 4 0 730533450 235008000 15787 33554432000 4194304 4650419 140734610918336 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229500 CPUtime=26.38 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 12411 0 0 0 2637 1 0 0 25 0 4 0 730533450 235008000 15787 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229500 CPUtime=26.38 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 9074 0 0 0 2637 1 0 0 25 0 4 0 730533450 235008000 15787 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.28
Current children cumulated vsize (KiB) 229500

[startup+32.8134 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25091920/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229616 CPUtime=130.86 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 51240 0 0 0 13076 10 0 0 25 0 4 0 730533450 235126784 16029 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57404 16029 395 112 0 52369 0
[pid=14985/tid=14986] ppid=14983 vsize=229616 CPUtime=32.8 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 13680 0 0 0 3277 3 0 0 25 0 4 0 730533450 235126784 16029 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229616 CPUtime=32.8 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 14398 0 0 0 3278 2 0 0 25 0 4 0 730533450 235126784 16029 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229616 CPUtime=32.79 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 10603 0 0 0 3278 1 0 0 25 0 4 0 730533450 235126784 16029 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 130.86
Current children cumulated vsize (KiB) 229616

[startup+36.0009 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25082776/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229676 CPUtime=143.59 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 54374 0 0 0 14349 10 0 0 25 0 4 0 730533450 235188224 17685 33554432000 4194304 4650419 140734610918336 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57419 17685 395 112 0 52384 0
[pid=14985/tid=14986] ppid=14983 vsize=229676 CPUtime=36 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 14451 0 0 0 3597 3 0 0 25 0 4 0 730533450 235188224 17687 33554432000 4194304 4650419 140734610918336 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229676 CPUtime=36 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 15334 0 0 0 3598 2 0 0 25 0 4 0 730533450 235188224 17687 33554432000 4194304 4650419 140734610918336 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229676 CPUtime=36 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11268 0 0 0 3598 2 0 0 25 0 4 0 730533450 235188224 17687 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 143.59
Current children cumulated vsize (KiB) 229676

[startup+36.8007 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25082776/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229400 CPUtime=146.77 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 55123 0 0 0 14666 11 0 0 25 0 4 0 730533450 234905600 17730 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57350 17730 395 112 0 52315 0
[pid=14985/tid=14986] ppid=14983 vsize=229400 CPUtime=36.79 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 14567 0 0 0 3676 3 0 0 25 0 4 0 730533450 234905600 17730 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229400 CPUtime=36.78 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 15546 0 0 0 3676 2 0 0 25 0 4 0 730533450 234905600 17730 33554432000 4194304 4650419 140734610918336 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229400 CPUtime=36.79 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11362 0 0 0 3677 2 0 0 25 0 4 0 730533450 234905600 17730 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 146.77
Current children cumulated vsize (KiB) 229400

[startup+37.6006 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25082072/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229400 CPUtime=149.96 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 55802 0 0 0 14985 11 0 0 25 0 4 0 730533450 234905600 18409 33554432000 4194304 4650419 140734610918336 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57350 18409 395 112 0 52315 0
[pid=14985/tid=14986] ppid=14983 vsize=229400 CPUtime=37.59 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 14849 0 0 0 3756 3 0 0 25 0 4 0 730533450 234905600 18409 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229400 CPUtime=37.58 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 15723 0 0 0 3756 2 0 0 25 0 4 0 730533450 234905600 18409 33554432000 4194304 4650419 140734610918336 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229400 CPUtime=37.59 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11455 0 0 0 3757 2 0 0 25 0 4 0 730533450 234905600 18409 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 149.96
Current children cumulated vsize (KiB) 229400

[startup+37.8005 s]
/proc/loadavg: 8.17 8.11 8.02 9/365 15003
/proc/meminfo: memFree=25082072/32950928 swapFree=38710892/67111528
[pid=14985] ppid=14983 vsize=229400 CPUtime=150.76 cores=1,3,5,7
/proc/14985/stat : 14985 (strangenight1-m) R 14983 14985 14563 0 -1 4202496 55915 0 0 0 15065 11 0 0 25 0 4 0 730533450 234905600 18522 33554432000 4194304 4650419 140734610918336 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14985/statm: 57350 18522 395 112 0 52315 0
[pid=14985/tid=14986] ppid=14983 vsize=229400 CPUtime=37.79 cores=1,3,5,7
/proc/14985/task/14986/stat : 14986 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 14885 0 0 0 3776 3 0 0 25 0 4 0 730533450 234905600 18522 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14985/tid=14987] ppid=14983 vsize=229400 CPUtime=37.78 cores=1,3,5,7
/proc/14985/task/14987/stat : 14987 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 15752 0 0 0 3776 2 0 0 25 0 4 0 730533450 234905600 18522 33554432000 4194304 4650419 140734610918336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14985/tid=14988] ppid=14983 vsize=229400 CPUtime=37.79 cores=1,3,5,7
/proc/14985/task/14988/stat : 14988 (strangenight1-m) R 14983 14985 14563 0 -1 4202560 11477 0 0 0 3777 2 0 0 25 0 4 0 730533450 234905600 18522 33554432000 4194304 4650419 140734610918336 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 150.76
Current children cumulated vsize (KiB) 229400

Child status: 20
Real time (s): 37.898
CPU time (s): 151.142
CPU user time (s): 151.024
CPU system time (s): 0.117982
CPU usage (%): 398.813
Max. virtual memory (cumulated for all children) (KiB): 256708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.024
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55961
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= 234
involuntary context switches= 1023

runsolver used 0.135979 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 21:57:08
IDJOB=3368785
IDBENCH=82794
IDSOLVER=1846
FILE ID=node113/3368785-1305403028
RUNJOBID= node113-1305401822-14879
PBS_JOBID= 13324480
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=904196521

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25248936 kB
Buffers:        254128 kB
Cached:        2799228 kB
SwapCached:      93712 kB
Active:         740260 kB
Inactive:      6700648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25248936 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:     4306568 kB
Mapped:          13620 kB
Slab:           105144 kB
PageTables:      91544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87044376 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= 73432 MiB
End job on node113 at 2011-05-14 21:57:46