Trace number 3175190

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-mtSAT 625.051 156.489

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.cnf
MD5SUM06d324a3bc5f99e4e9d2e5560e56ab8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3175190-1304096955.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.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:    450 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.10	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     186 undec:      49 neg:     215
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       436      1904         0         0      5806         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4918       436      1904         0      4827      5806    107559   no data   no data  --
1.18/0.39	c  N st    10     11301       436      1904         0      4463      5806     71932   no data   no data  --
2.37/0.63	c  N st    11     17045       436      1904         0     10059      5806    190556   no data   no data  --
3.98/1.05	c  F st    12     25000       436      1904         0     12365      5806    235047   no data   no data  --
3.98/1.05	c  N st    12     25000       436      1904         0     12365      5806    235047   no data   no data  --
4.80/1.30	c Decided on static restart strategy
4.80/1.30	c  N st    18     30000       436      1904         0     10630      5806    185205   no data   no data  --
4.80/1.30	c  S st    18     30000       436      1904         0     10630      5806    185205   no data   no data  --
5.17/1.33	c  S st    18     30505       436      1904         0     11134      5806    196262   no data   no data  --
5.17/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
5.17/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.52	c lits-rem:       161  cl-subs:      701  v-elim:      0  v-fix:    0  time:  0.71 s
5.97/1.52	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.03
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30505       436      1904         0     10433      5806    181069   no data   no data  --
7.17/1.89	c  N st    20     37615       436      1904         0      9679      5806    149295   no data   no data  --
8.79/2.25	c  N st    21     44014       436      1904         0     15946      5806    291104   no data   no data  --
9.19/2.38	c  S st    22     45757       436      1904         0      8910      5806    117173   no data   no data  --
9.56/2.40	c  S st    22     46264       436      1904         0      9416      5806    127958   no data   no data  --
9.56/2.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
9.56/2.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.48	c lits-rem:        35  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.29 s
9.56/2.48	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
9.56/2.48	c vivif2 --  cl tried     9360 cl shrink        0 lits rem          0 time: 0.00
9.56/2.49	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.03
9.56/2.49	c calculated reachability. Time: 0.00
9.56/2.49	c  N st    22     46264       436      1904         0      9360      5806    126690   no data   no data  --
13.58/3.42	c  N st    23     60661       436      1904         0     13709      5806    218496   no data   no data  --
15.96/4.03	c  N st    24     69396       436      1904         0     11498      5806    157827   no data   no data  --
15.96/4.03	c  S st    24     69396       436      1904         0     11498      5806    157827   no data   no data  --
15.96/4.06	c  S st    24     69903       436      1904         0     12005      5806    168393   no data   no data  --
15.96/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.96/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
15.96/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.23	c lits-rem:       143  cl-subs:      175  v-elim:      0  v-fix:    0  time:  0.62 s
16.76/4.23	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
16.76/4.23	c vivif2 --  cl tried    11830 cl shrink        0 lits rem          0 time: 0.01
16.76/4.24	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.03
16.76/4.24	c calculated reachability. Time: 0.00
16.76/4.24	c  N st    24     69903       436      1904         0     11830      5806    164553   no data   no data  --
21.96/5.56	c  F st    25     87504       436      1904         0     17233      5806    280294   no data   no data  --
21.96/5.56	c  N st    25     87504       436      1904         0     17233      5806    280294   no data   no data  --
23.55/5.95	c Decided on static restart strategy
24.35/6.20	c  N st    32     95544       436      1904         0     25072      5806    448298   no data   no data  --
27.14/6.83	c  N st    34    104854       436      1904         0     21505      5806    352450   no data   no data  --
27.14/6.83	c  S st    34    104854       436      1904         0     21505      5806    352450   no data   no data  --
27.14/6.89	c  S st    34    105356       436      1904         0     22004      5806    363198   no data   no data  --
27.14/6.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.54/6.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.54/6.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
27.54/6.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.75/7.73	c lits-rem:       513  cl-subs:     1029  v-elim:      0  v-fix:    0  time:  3.30 s
30.75/7.73	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
30.75/7.74	c vivif2 --  cl tried    20975 cl shrink        0 lits rem          0 time: 0.01
30.75/7.75	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.06
30.75/7.75	c calculated reachability. Time: 0.00
30.75/7.75	c  N st    34    105356       436      1904         0     20975      5806    339812   no data   no data  --
33.93/8.55	c  N st    35    114955       436      1904         0     16694      5806    228604   no data   no data  --
38.73/9.78	c  N st    36    129352       436      1904         0     16135      5806    203515   no data   no data  --
46.72/11.73	c  N st    37    150948       436      1904         0     21620      5806    318675   no data   no data  --
49.11/12.31	c  S st    38    158034       436      1904         0     28553      5806    480559   no data   no data  --
49.11/12.38	c  S st    38    158535       436      1904         0     29053      5806    491441   no data   no data  --
49.11/12.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.11/12.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.11/12.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.51/12.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.51/12.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.51/12.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
49.51/12.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.10/13.80	c lits-rem:       592  cl-subs:     1090  v-elim:      0  v-fix:    0  time:  5.54 s
55.10/13.80	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
55.10/13.80	c vivif2 --  cl tried    27963 cl shrink        0 lits rem          0 time: 0.02
55.10/13.82	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.09
55.10/13.82	c calculated reachability. Time: 0.00
55.10/13.82	c  N st    38    158535       436      1904         0     27963      5806    465387   no data   no data  --
73.88/18.57	c  N st    39    207125       436      1904         0     22526      5806    289132   no data   no data  --
85.46/21.49	c  N st    40    237803       436      1904         0     32857      5806    511700   no data   no data  --
85.46/21.49	c  S st    40    237803       436      1904         0     32857      5806    511700   no data   no data  --
85.86/21.59	c  S st    40    238310       436      1904         0     33364      5806    522429   no data   no data  --
85.86/21.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
85.86/21.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.26/21.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
86.26/21.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.26/21.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.26/21.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
86.26/21.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.44/23.44	c lits-rem:       543  cl-subs:     2302  v-elim:      0  v-fix:    0  time:  7.28 s
93.44/23.44	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
93.44/23.45	c vivif2 --  cl tried    31062 cl shrink        0 lits rem          0 time: 0.02
93.44/23.48	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.10
93.44/23.48	c calculated reachability. Time: 0.00
93.44/23.48	c  N st    40    238310       436      1904         0     31062      5806    473264   no data   no data  --
124.20/31.15	c  F st    41    306251       436      1904         0     33150      5806    495006   no data   no data  --
124.20/31.15	c  N st    41    306251       436      1904         0     33150      5806    495006   no data   no data  --
127.00/31.86	c Decided on static restart strategy
138.98/34.88	c  N st    51    334552       436      1904         0     37400      5806    562441   no data   no data  --
150.57/37.77	c  N st    53    357465       436      1904         0     35258      5806    494175   no data   no data  --
150.57/37.77	c  S st    53    357465       436      1904         0     35258      5806    494175   no data   no data  --
150.97/37.86	c  S st    53    357965       436      1904         0     35755      5806    504877   no data   no data  --
150.97/37.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.97/37.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.97/37.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
150.97/37.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.97/37.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.97/37.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
150.97/37.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.36/39.41	c lits-rem:       460  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  6.11 s
157.36/39.41	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
157.36/39.42	c vivif2 --  cl tried    33862 cl shrink        0 lits rem          0 time: 0.02
157.36/39.45	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.11
157.36/39.45	c calculated reachability. Time: 0.00
157.36/39.45	c  N st    53    357965       436      1904         0     33862      5806    465838   no data   no data  --
174.94/43.81	c  N st    54    390357       436      1904         0     40110      5806    585138   no data   no data  --
204.50/51.22	c  N st    55    438945       436      1904         0     33879      5806    413457   no data   no data  --
243.24/60.96	c  N st    56    511827       436      1904         0     47238      5806    684776   no data   no data  --
256.83/64.38	c  N st    57    536948       436      1904         0     41764      5806    563033   no data   no data  --
256.83/64.38	c  S st    57    536948       436      1904         0     41764      5806    563033   no data   no data  --
257.23/64.49	c  S st    57    537450       436      1904         0     42265      5806    574077   no data   no data  --
257.23/64.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
257.23/64.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
257.63/64.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
257.63/64.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.63/64.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.63/64.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
257.63/64.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
264.41/66.21	c lits-rem:       599  cl-subs:     1437  v-elim:      0  v-fix:    0  time:  6.75 s
264.41/66.21	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
264.41/66.22	c vivif2 --  cl tried    40828 cl shrink        0 lits rem          0 time: 0.03
264.41/66.26	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.14
264.41/66.26	c calculated reachability. Time: 0.00
264.41/66.26	c  N st    57    537450       436      1904         0     40828      5806    543155   no data   no data  --
361.08/90.48	c  N st    58    701434       436      1904         0     70093      5806   1180739   no data   no data  --
432.59/108.30	c  N st    59    806175       436      1904         0     63764      5806    998224   no data   no data  --
432.59/108.30	c  S st    59    806175       436      1904         0     63764      5806    998224   no data   no data  --
433.39/108.50	c  S st    59    806681       436      1904         0     64269      5806   1009767   no data   no data  --
433.39/108.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
433.39/108.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
433.39/108.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
433.39/108.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.39/108.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.39/108.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    436 time:  0.00 s
433.39/108.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
446.16/111.76	c lits-rem:       162  cl-subs:     4882  v-elim:      0  v-fix:    0  time: 12.76 s
446.16/111.76	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
446.16/111.77	c vivif2 --  cl tried    59387 cl shrink        0 lits rem          0 time: 0.04
446.56/111.84	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.27
446.56/111.84	c calculated reachability. Time: 0.00
446.56/111.84	c  N st    59    806681       436      1904         0     59387      5806    907584   no data   no data  --
624.72/156.47	c  E st    60   1023338         0      1904         0     70550      5806   1043686   no data   no data  --
624.72/156.47	c Verified 1904 clauses.
624.72/156.47	c Solution needs extension. Extending.
624.72/156.48	c Verified 1904 clauses.
624.72/156.48	c Following stats are for *FIRST FINISHED THREAD ONLY*
624.72/156.48	c num threads              : 4          
624.72/156.48	c restarts                 : 60         
624.72/156.48	c dynamic restarts         : 0          
624.72/156.48	c static restarts          : 60         
624.72/156.48	c full restarts            : 3          
624.72/156.48	c total simplify time      : 0.00       
624.72/156.48	c learnts DL2              : 0          
624.72/156.48	c learnts size 2           : 0          
624.72/156.48	c learnts size 1           : 0           (0.00      % of vars)
624.72/156.48	c filedLit time            : 0.34        (0.05      % time)
624.72/156.48	c v-elim SatELite          : 14          (3.11      % vars)
624.72/156.48	c SatELite time            : 42.90       (6.87      % time)
624.72/156.48	c v-elim xor               : 0           (0.00      % vars)
624.72/156.48	c xor elim time            : 0.06        (0.01      % time)
624.72/156.48	c num binary xor trees     : 0          
624.72/156.48	c binxor trees' crown      : 0           (nan       leafs/tree)
624.72/156.48	c bin xor find time        : 0.00       
624.72/156.48	c OTF clause improved      : 28492       (0.03      clauses/conflict)
624.72/156.48	c OTF impr. size diff      : 31248       (1.10       lits/clause)
624.72/156.48	c OTF cl watch-shrink      : 299182      (0.29      clauses/conflict)
624.72/156.48	c OTF cl watch-sh-lit      : 401307      (1.34       lits/clause)
624.72/156.48	c tried to recurMin cls    : 147124      (14.38      % of conflicts)
624.72/156.48	c updated cache            : 1601        (0.01       lits/tried recurMin)
624.72/156.48	c unit cls received        : 0           (nan       % of units)
624.72/156.48	c unit cls sent            : 0           (nan       % of units)
624.72/156.48	c bin cls received         : 0          
624.72/156.48	c bin cls sent             : 0          
624.72/156.48	c clauses over max glue    : 0           (0.00      % of all clauses)
624.72/156.48	c conflicts                : 1023338     (1638.33   / sec)
624.72/156.48	c decisions                : 1204004     (0.72      % random)
624.72/156.48	c bogo-props               : 17473250584 (27974162.54 / sec)
624.72/156.48	c conflict literals        : 23273150    (24.20     % deleted)
624.72/156.48	c Memory used              : 335.05      MB
624.72/156.48	c single-thread CPU time   : 624.62      s
624.72/156.48	c all-threads sum CPU time : 624.62      s
624.72/156.48	s SATISFIABLE
624.72/156.48	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 -76 77 78 79 80 -81 82 -83 -84 -85 86 -87 88 89 90 91 -92 93 -94 -95 -96 -97 98 -99 100 101 -102 -103 -104 -105 -106 -107 108 -109 -110 -111 112 113 -114 115 -116 117 -118 119 120 121 122 -123 -124 125 126 -127 -128 -129 -130 -131 132 -133 134 135 136 137 138 139 140 -141 -142 -143 -144 145 146 147 -148 149 -150 151 -152 153 -154 155 156 -157 158 -159 -160 161 -162 -163 164 -165 -166 -167 -168 169 -170 -171 -172 -173 -174 175 176 -177 178 -179 -180 -181 182 183 -184 185 -186 -187 188 -189 -190 -191 192 193 194 -195 -196 -197 198 -199 -200 -201 202 203 -204 205 -206 -207 -208 209 -210 211 212 -213 214 215 216 217 -218 -219 220 -221 222 -223 224 -225 -226 -227 228 229 -230 -231 232 -233 -234 -235 -236 237 238 -239 -240 -241 242 -243 -244 245 -246 -247 248 249 250 251 252 253 -254 -255 -256 -257 258 259 -260 261 262 263 264 265 -266 -267 -268 269 -270 271 -272 -273 274 -275 276 277 -278 279 -280 -281 -282 283 284 285 -286 -287 288 -289 290 -291 292 -293 294 295 -296 297 -298 -299 300 -301 302 -303 -304 -305 -306 -307 308 309 -310 -311 -312 313 314 -315 -316 317 -318 -319 320 321 322 323 -324 325 -326 -327 -328 329 330 331 332 333 334 -335 -336 337 -338 339 340 341 342 -343 -344 345 -346 347 348 -349 350 -351 352 353 -354 355 356 357 358 359 360 -361 -362 363 364 365 -366 -367 368 -369 370 371 -372 -373 374 -375 -376 377 -378 -379 -380 -381 -382 383 -384 -385 -386 -387 388 -389 390 391 -392 -393 394 395 396 397 -398 -399 -400 -401 402 403 -404 405 406 -407 -408 -409 -410 411 412 -413 414 415 -416 417 -418 419 420 -421 422 423 424 -425 426 -427 -428 -429 430 431 -432 433 434 -435 -436 437 438 439 -440 -441 442 443 -444 -445 446 -447 -448 -449 -450 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.17 8.25 8.16 5/184 23615
/proc/meminfo: memFree=25253620/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 521293695 52465664 357 33554432000 4194304 4650419 140735565102096 18446744073709551615 232335892411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 12809 357 306 112 0 7774 0
[pid=23615/tid=23616] ppid=23613 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521293696 52465664 357 33554432000 4194304 4650419 140735565102096 18446744073709551615 47853339305906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521293696 52465664 357 33554432000 4194304 4650419 140735565102096 18446744073709551615 232330939478 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521293696 52465664 357 33554432000 4194304 4650419 140735565102096 18446744073709551615 232330939478 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.107812 s]
/proc/loadavg: 8.17 8.25 8.16 5/184 23615
/proc/meminfo: memFree=25253620/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=282564 CPUtime=0.41 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 1729 0 0 0 41 0 0 0 25 0 4 0 521293695 289345536 1577 33554432000 4194304 4650419 140735565102096 18446744073709551615 4352090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 70641 1577 391 112 0 65606 0
[pid=23615/tid=23616] ppid=23613 vsize=282564 CPUtime=0.1 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 335 0 0 0 10 0 0 0 25 0 4 0 521293696 289345536 1577 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=282564 CPUtime=0.1 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 367 0 0 0 10 0 0 0 25 0 4 0 521293696 289345536 1577 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=282564 CPUtime=0.1 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 260 0 0 0 10 0 0 0 25 0 4 0 521293696 289345536 1577 33554432000 4194304 4650419 140735565102096 18446744073709551615 4240904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282564

[startup+0.200745 s]
/proc/loadavg: 8.17 8.25 8.16 5/184 23615
/proc/meminfo: memFree=25253620/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=283628 CPUtime=0.78 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 2369 0 0 0 78 0 0 0 25 0 4 0 521293695 290435072 1692 33554432000 4194304 4650419 140735565102096 18446744073709551615 4328323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 70907 1692 393 112 0 65872 0
[pid=23615/tid=23616] ppid=23613 vsize=283628 CPUtime=0.19 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 495 0 0 0 19 0 0 0 25 0 4 0 521293696 290435072 1692 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=283628 CPUtime=0.19 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 530 0 0 0 19 0 0 0 25 0 4 0 521293696 290435072 1692 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=283628 CPUtime=0.19 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 420 0 0 0 19 0 0 0 25 0 4 0 521293696 290435072 1692 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283628

[startup+0.300727 s]
/proc/loadavg: 8.17 8.25 8.16 5/184 23615
/proc/meminfo: memFree=25253620/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=283628 CPUtime=1.18 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 2736 0 0 0 118 0 0 0 25 0 4 0 521293695 290435072 2059 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 70907 2059 393 112 0 65872 0
[pid=23615/tid=23616] ppid=23613 vsize=283628 CPUtime=0.29 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 587 0 0 0 29 0 0 0 25 0 4 0 521293696 290435072 2059 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=283628 CPUtime=0.29 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 618 0 0 0 29 0 0 0 25 0 4 0 521293696 290435072 2059 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=283628 CPUtime=0.29 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 513 0 0 0 29 0 0 0 25 0 4 0 521293696 290435072 2059 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283628

[startup+0.700657 s]
/proc/loadavg: 8.17 8.25 8.16 5/184 23615
/proc/meminfo: memFree=25253620/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=284932 CPUtime=2.77 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 4634 0 0 0 277 0 0 0 25 0 4 0 521293695 291770368 2429 33554432000 4194304 4650419 140735565102096 18446744073709551615 4314730 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 71233 2429 393 112 0 66198 0
[pid=23615/tid=23616] ppid=23613 vsize=284932 CPUtime=0.69 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 969 0 0 0 69 0 0 0 25 0 4 0 521293696 291770368 2429 33554432000 4194304 4650419 140735565102096 18446744073709551615 4330775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=284932 CPUtime=0.69 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1137 0 0 0 69 0 0 0 25 0 4 0 521293696 291770368 2429 33554432000 4194304 4650419 140735565102096 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=284932 CPUtime=0.69 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 990 0 0 0 69 0 0 0 25 0 4 0 521293696 291770368 2429 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284932

[startup+1.50052 s]
/proc/loadavg: 8.16 8.25 8.16 10/188 23619
/proc/meminfo: memFree=25237996/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=285832 CPUtime=5.97 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 8195 0 0 0 596 1 0 0 25 0 4 0 521293695 292691968 4504 33554432000 4194304 4650419 140735565102096 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 71458 4504 395 112 0 66423 0
[pid=23615/tid=23616] ppid=23613 vsize=285832 CPUtime=1.48 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1713 0 0 0 148 0 0 0 25 0 4 0 521293696 292691968 4504 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=285832 CPUtime=1.49 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1733 0 0 0 149 0 0 0 25 0 4 0 521293696 292691968 4504 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=285832 CPUtime=1.49 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 1513 0 0 0 149 0 0 0 25 0 4 0 521293696 292691968 4504 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285832

[startup+3.10023 s]
/proc/loadavg: 8.16 8.25 8.16 9/188 23619
/proc/meminfo: memFree=25218656/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=289944 CPUtime=12.36 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 15887 0 0 0 1234 2 0 0 25 0 4 0 521293695 296902656 9430 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363562 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 72486 9430 395 112 0 67451 0
[pid=23615/tid=23616] ppid=23613 vsize=289944 CPUtime=3.07 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 3628 0 0 0 307 0 0 0 25 0 4 0 521293696 296902656 9430 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363548 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=289944 CPUtime=3.09 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 4362 0 0 0 309 0 0 0 25 0 4 0 521293696 296902656 9430 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=289944 CPUtime=3.08 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 3582 0 0 0 308 0 0 0 25 0 4 0 521293696 296902656 9430 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 289944

[startup+6.30067 s]
/proc/loadavg: 8.14 8.24 8.16 9/188 23619
/proc/meminfo: memFree=25198444/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=299336 CPUtime=25.15 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 24099 0 0 0 2511 4 0 0 25 0 4 0 521293695 306520064 13255 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 74834 13255 395 112 0 69799 0
[pid=23615/tid=23616] ppid=23613 vsize=299336 CPUtime=6.26 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 5533 0 0 0 625 1 0 0 25 0 4 0 521293696 306520064 13255 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=299336 CPUtime=6.29 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 7287 0 0 0 628 1 0 0 25 0 4 0 521293696 306520064 13255 33554432000 4194304 4650419 140735565102096 18446744073709551615 4439384 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=299336 CPUtime=6.28 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 4730 0 0 0 628 0 0 0 25 0 4 0 521293696 306520064 13255 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 299336

[startup+12.7005 s]
/proc/loadavg: 8.13 8.24 8.16 9/188 23619
/proc/meminfo: memFree=25162628/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=275948 CPUtime=50.71 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 37112 0 0 0 5064 7 0 0 25 0 4 0 521293695 282570752 17991 33554432000 4194304 4650419 140735565102096 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 68987 17991 395 112 0 63952 0
[pid=23615/tid=23616] ppid=23613 vsize=275948 CPUtime=12.62 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 9134 0 0 0 1260 2 0 0 25 0 4 0 521293696 282570752 17991 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=275948 CPUtime=12.69 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 10012 0 0 0 1268 1 0 0 25 0 4 0 521293696 282570752 17991 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=275948 CPUtime=12.68 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 6739 0 0 0 1267 1 0 0 25 0 4 0 521293696 282570752 17991 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 275948

[startup+25.5003 s]
/proc/loadavg: 8.31 8.27 8.17 9/188 23620
/proc/meminfo: memFree=25102732/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=313088 CPUtime=101.83 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 53049 0 0 0 10173 10 0 0 25 0 4 0 521293695 320602112 26557 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 78272 26557 395 112 0 73237 0
[pid=23615/tid=23616] ppid=23613 vsize=313088 CPUtime=25.34 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 14065 0 0 0 2532 2 0 0 25 0 4 0 521293696 320602112 26557 33554432000 4194304 4650419 140735565102096 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=313088 CPUtime=25.49 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 13806 0 0 0 2547 2 0 0 25 0 4 0 521293696 320602112 26557 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=313088 CPUtime=25.48 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 9770 0 0 0 2546 2 0 0 25 0 4 0 521293696 320602112 26557 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 313088

[startup+51.1007 s]
/proc/loadavg: 8.34 8.28 8.18 9/188 23620
/proc/meminfo: memFree=25069652/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=316020 CPUtime=204.1 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 79130 0 0 0 20392 18 0 0 25 0 4 0 521293695 323604480 30084 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 79005 30084 395 112 0 73970 0
[pid=23615/tid=23616] ppid=23613 vsize=316020 CPUtime=50.81 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 22468 0 0 0 5076 5 0 0 25 0 4 0 521293696 323604480 30084 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=316020 CPUtime=51.09 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 20200 0 0 0 5105 4 0 0 25 0 4 0 521293696 323604480 30084 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=316020 CPUtime=51.08 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 13704 0 0 0 5105 3 0 0 25 0 4 0 521293696 323604480 30084 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 316020

[startup+102.301 s]
/proc/loadavg: 8.35 8.28 8.18 9/188 23622
/proc/meminfo: memFree=25005516/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=323288 CPUtime=408.63 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 123804 0 0 0 40833 30 0 0 25 0 4 0 521293695 331046912 37585 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 80822 37585 395 112 0 75787 0
[pid=23615/tid=23616] ppid=23613 vsize=323288 CPUtime=101.74 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 34766 0 0 0 10165 9 0 0 25 0 4 0 521293696 331046912 37585 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=323288 CPUtime=102.3 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 32286 0 0 0 10222 8 0 0 25 0 4 0 521293696 331046912 37585 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=323288 CPUtime=102.28 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 21421 0 0 0 10223 5 0 0 25 0 4 0 521293696 331046912 37585 33554432000 4194304 4650419 140735565102096 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 323288

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

[startup+102.407 s]
/proc/loadavg: 8.35 8.28 8.18 9/188 23622
/proc/meminfo: memFree=25005516/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=323288 CPUtime=409.03 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 123837 0 0 0 40873 30 0 0 25 0 4 0 521293695 331046912 37618 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 80822 37618 395 112 0 75787 0
[pid=23615/tid=23616] ppid=23613 vsize=323288 CPUtime=101.84 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 34775 0 0 0 10175 9 0 0 25 0 4 0 521293696 331046912 37618 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=323288 CPUtime=102.4 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 32295 0 0 0 10232 8 0 0 25 0 4 0 521293696 331046912 37618 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=323288 CPUtime=102.38 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 21421 0 0 0 10233 5 0 0 25 0 4 0 521293696 331046912 37618 33554432000 4194304 4650419 140735565102096 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 409.03
Current children cumulated vsize (KiB) 323288

[startup+128.001 s]
/proc/loadavg: 8.23 8.26 8.18 9/188 23622
/proc/meminfo: memFree=24975752/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=331452 CPUtime=511.27 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 143690 0 0 0 51091 36 0 0 25 0 4 0 521293695 339406848 43948 33554432000 4194304 4650419 140735565102096 18446744073709551615 4367456 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 82863 43948 395 112 0 77828 0
[pid=23615/tid=23616] ppid=23613 vsize=331452 CPUtime=127.29 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 37412 0 0 0 12719 10 0 0 25 0 4 0 521293696 339406848 43948 33554432000 4194304 4650419 140735565102096 18446744073709551615 4520279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=331452 CPUtime=127.99 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 38786 0 0 0 12789 10 0 0 25 0 4 0 521293696 339406848 43948 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=331452 CPUtime=127.97 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 24848 0 0 0 12791 6 0 0 25 0 4 0 521293696 339406848 43948 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 511.27
Current children cumulated vsize (KiB) 331452

[startup+140.801 s]
/proc/loadavg: 8.33 8.28 8.18 10/188 23623
/proc/meminfo: memFree=24972764/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=331844 CPUtime=562.42 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 149824 0 0 0 56203 39 0 0 25 0 4 0 521293695 339808256 42442 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 82961 42442 395 112 0 77926 0
[pid=23615/tid=23616] ppid=23613 vsize=331844 CPUtime=140.03 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 37631 0 0 0 13993 10 0 0 25 0 4 0 521293696 339808256 42442 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=331844 CPUtime=140.8 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 41700 0 0 0 14069 11 0 0 25 0 4 0 521293696 339808256 42442 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=331844 CPUtime=140.77 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 25689 0 0 0 14071 6 0 0 25 0 4 0 521293696 339808256 42442 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 562.42
Current children cumulated vsize (KiB) 331844

[startup+147.201 s]
/proc/loadavg: 8.38 8.29 8.19 9/188 23623
/proc/meminfo: memFree=24958372/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=332264 CPUtime=587.97 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 152736 0 0 0 58757 40 0 0 25 0 4 0 521293695 340238336 43712 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 83066 43712 395 112 0 78031 0
[pid=23615/tid=23616] ppid=23613 vsize=332264 CPUtime=146.39 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 37837 0 0 0 14629 10 0 0 25 0 4 0 521293696 340238336 43712 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=332264 CPUtime=147.19 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 42436 0 0 0 14708 11 0 0 25 0 4 0 521293696 340238336 43712 33554432000 4194304 4650419 140735565102096 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=332264 CPUtime=147.17 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 26198 0 0 0 14711 6 0 0 25 0 4 0 521293696 340238336 43712 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 587.97
Current children cumulated vsize (KiB) 332264

[startup+150.401 s]
/proc/loadavg: 8.38 8.29 8.19 9/188 23623
/proc/meminfo: memFree=24957752/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=332324 CPUtime=600.76 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 154649 0 0 0 60035 41 0 0 25 0 4 0 521293695 340299776 43905 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 83081 43905 395 112 0 78046 0
[pid=23615/tid=23616] ppid=23613 vsize=332324 CPUtime=149.57 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 37911 0 0 0 14947 10 0 0 25 0 4 0 521293696 340299776 43905 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=332324 CPUtime=150.39 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 43587 0 0 0 15028 11 0 0 25 0 4 0 521293696 340299776 43905 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=332324 CPUtime=150.37 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 26559 0 0 0 15031 6 0 0 25 0 4 0 521293696 340299776 43905 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 600.76
Current children cumulated vsize (KiB) 332324

[startup+153.601 s]
/proc/loadavg: 8.35 8.29 8.19 9/188 23623
/proc/meminfo: memFree=24944360/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=343084 CPUtime=613.53 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 157370 0 0 0 61312 41 0 0 25 0 4 0 521293695 351318016 44996 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 85771 44996 395 112 0 80736 0
[pid=23615/tid=23616] ppid=23613 vsize=343084 CPUtime=152.75 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 38891 0 0 0 15265 10 0 0 25 0 4 0 521293696 351318016 44996 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=343084 CPUtime=153.6 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 43972 0 0 0 15348 12 0 0 25 0 4 0 521293696 351318016 44996 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=343084 CPUtime=153.57 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 26833 0 0 0 15351 6 0 0 25 0 4 0 521293696 351318016 44996 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 613.53
Current children cumulated vsize (KiB) 343084

[startup+155.206 s]
/proc/loadavg: 8.35 8.29 8.19 9/188 23623
/proc/meminfo: memFree=24936176/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=343084 CPUtime=619.95 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 158087 0 0 0 61953 42 0 0 25 0 4 0 521293695 351318016 45713 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 85771 45713 395 112 0 80736 0
[pid=23615/tid=23616] ppid=23613 vsize=343084 CPUtime=154.35 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 39112 0 0 0 15424 11 0 0 25 0 4 0 521293696 351318016 45713 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=343084 CPUtime=155.2 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 44150 0 0 0 15508 12 0 0 25 0 4 0 521293696 351318016 45713 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=343084 CPUtime=155.17 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 26957 0 0 0 15511 6 0 0 25 0 4 0 521293696 351318016 45713 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 619.95
Current children cumulated vsize (KiB) 343084

[startup+156.001 s]
/proc/loadavg: 8.35 8.29 8.19 9/188 23623
/proc/meminfo: memFree=24936176/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=343084 CPUtime=623.13 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 158394 0 0 0 62271 42 0 0 25 0 4 0 521293695 351318016 46020 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 85771 46020 395 112 0 80736 0
[pid=23615/tid=23616] ppid=23613 vsize=343084 CPUtime=155.14 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 39200 0 0 0 15503 11 0 0 25 0 4 0 521293696 351318016 46020 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=343084 CPUtime=156 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 44220 0 0 0 15588 12 0 0 25 0 4 0 521293696 351318016 46020 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=343084 CPUtime=155.97 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 27012 0 0 0 15591 6 0 0 25 0 4 0 521293696 351318016 46020 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 623.13
Current children cumulated vsize (KiB) 343084

[startup+156.401 s]
/proc/loadavg: 8.40 8.30 8.19 9/188 23623
/proc/meminfo: memFree=24947708/32951124 swapFree=67111524/67111528
[pid=23615] ppid=23613 vsize=343084 CPUtime=624.72 cores=0,2,4,6
/proc/23615/stat : 23615 (strangenight1-m) R 23613 23615 23437 0 -1 4202496 158549 0 0 0 62430 42 0 0 25 0 4 0 521293695 351318016 46175 33554432000 4194304 4650419 140735565102096 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23615/statm: 85771 46175 395 112 0 80736 0
[pid=23615/tid=23616] ppid=23613 vsize=343084 CPUtime=155.54 cores=0,2,4,6
/proc/23615/task/23616/stat : 23616 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 39245 0 0 0 15543 11 0 0 25 0 4 0 521293696 351318016 46175 33554432000 4194304 4650419 140735565102096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23615/tid=23617] ppid=23613 vsize=343084 CPUtime=156.4 cores=0,2,4,6
/proc/23615/task/23617/stat : 23617 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 44253 0 0 0 15628 12 0 0 25 0 4 0 521293696 351318016 46175 33554432000 4194304 4650419 140735565102096 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23615/tid=23618] ppid=23613 vsize=343084 CPUtime=156.37 cores=0,2,4,6
/proc/23615/task/23618/stat : 23618 (strangenight1-m) R 23613 23615 23437 0 -1 4202560 27038 0 0 0 15631 6 0 0 25 0 4 0 521293696 351318016 46175 33554432000 4194304 4650419 140735565102096 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 624.72
Current children cumulated vsize (KiB) 343084

Child status: 10
Real time (s): 156.489
CPU time (s): 625.051
CPU user time (s): 624.621
CPU system time (s): 0.429934
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 343084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.621
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158592
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= 163
involuntary context switches= 9370

runsolver used 0.254961 second user time and 0.607907 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 19:09:15
IDJOB=3175190
IDBENCH=82808
IDSOLVER=1588
FILE ID=node132/3175190-1304096955
RUNJOBID= node132-1304095714-23455
PBS_JOBID= 13170598
Free space on /tmp= 71868 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175190-1304096955/watcher-3175190-1304096955 -o /tmp/evaluation-result-3175190-1304096955/solver-3175190-1304096955 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175190-1304096955.cnf

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

MD5SUM BENCH= 06d324a3bc5f99e4e9d2e5560e56ab8e
RANDOM SEED=1756579077

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25253900 kB
Buffers:        774036 kB
Cached:        6240232 kB
SwapCached:          4 kB
Active:        2212936 kB
Inactive:      4986724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25253900 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8276 kB
Writeback:         100 kB
AnonPages:      184620 kB
Mapped:          15492 kB
Slab:           435772 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   491116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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