Trace number 3175236

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? (TO) 4800.46 1201.64

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1216095115-028.SATISFIABLE.cnf
MD5SUMeeb610362e04643aaf1590ad5e0ca989
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.088986
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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-3175236-1304102747.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        150
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.06/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.06/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.06/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.06/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.06/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.06/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.06/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.06/0.85	c calculated reachability. Time: 0.00
0.06/0.85	c Calc default polars -  time:   0.00 s pos:      71 undec:       7 neg:      72
0.06/0.85	c =========================================================================================
0.06/0.85	c types(t): F = full restart, N = normal restart
0.06/0.85	c types(t): S = simplification begin/end, E = solution found
0.06/0.85	c restart types(rt): st = static, dy = dynamic
0.06/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.06/0.85	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.06/0.85	c Decided on static restart strategy
0.06/0.85	c  N st     8      4915       150      3195         0      4676     15975    139389   no data   no data  --
0.06/0.85	c  N st    10     11297       150      3195         0      4329     15975     98175   no data   no data  --
0.06/0.85	c  N st    11     17041       150      3195         0      9782     15975    260134   no data   no data  --
4.00/1.05	c  F st    12     25001       150      3195         0     11980     15975    316714   no data   no data  --
4.00/1.05	c  N st    12     25001       150      3195         0     11980     15975    316714   no data   no data  --
4.80/1.25	c Decided on static restart strategy
4.80/1.25	c  N st    18     30000       150      3195         0     10290     15975    262721   no data   no data  --
4.80/1.25	c  S st    18     30000       150      3195         0     10290     15975    262721   no data   no data  --
4.80/1.25	c  S st    18     30506       150      3195         0     10785     15975    277040   no data   no data  --
4.80/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.80/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.80/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.22	c lits-rem:      3237  cl-subs:     1276  v-elim:      0  v-fix:    0  time:  3.94 s
8.76/2.27	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.20
8.76/2.27	c calculated reachability. Time: 0.00
8.76/2.27	c  N st    18     30506       150      3195         0      9509     15975    232095   no data   no data  --
10.37/2.62	c  N st    20     37616       150      3195         0      8806     15975    196475   no data   no data  --
11.58/2.91	c  N st    21     44015       150      3195         0     14877     15975    381154   no data   no data  --
11.98/3.02	c  S st    22     45759       150      3195         0     16539     15975    431900   no data   no data  --
11.98/3.06	c  S st    22     46263       150      3195         0     17029     15975    446577   no data   no data  --
11.98/3.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.98/3.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.98/3.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
11.98/3.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.98/3.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.98/3.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.98/3.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.76/4.71	c lits-rem:      4191  cl-subs:     1356  v-elim:      0  v-fix:    0  time:  6.50 s
18.76/4.71	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
18.76/4.71	c vivif2 --  cl tried    15673 cl shrink        0 lits rem          0 time: 0.02
18.76/4.80	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.32
18.76/4.80	c calculated reachability. Time: 0.00
18.76/4.80	c  N st    22     46263       150      3195         0     15673     15975    397306   no data   no data  --
22.75/5.72	c  N st    23     60662       150      3195         0     11424     15975    236099   no data   no data  --
24.76/6.24	c  N st    24     69394       150      3195         0     19792     15975    495235   no data   no data  --
24.76/6.24	c  S st    24     69394       150      3195         0     19792     15975    495235   no data   no data  --
24.76/6.29	c  S st    24     69899       150      3195         0     20292     15975    509952   no data   no data  --
24.76/6.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.76/6.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.76/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.17/6.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.17/6.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.17/6.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
25.17/6.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.74/8.28	c lits-rem:      5599  cl-subs:     1552  v-elim:      0  v-fix:    0  time:  7.86 s
32.74/8.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
32.74/8.29	c vivif2 --  cl tried    18740 cl shrink        0 lits rem          0 time: 0.02
33.14/8.40	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.45
33.14/8.40	c calculated reachability. Time: 0.00
33.14/8.40	c  N st    24     69899       150      3195         0     18740     15975    452436   no data   no data  --
37.94/9.60	c  F st    25     87502       150      3195         0     13629     15975    273497   no data   no data  --
37.94/9.60	c  N st    25     87502       150      3195         0     13629     15975    273497   no data   no data  --
39.53/9.91	c Decided on static restart strategy
40.33/10.14	c  N st    32     95537       150      3195         0     21299     15975    503720   no data   no data  --
42.75/10.72	c  N st    34    104849       150      3195         0     17778     15975    395937   no data   no data  --
42.75/10.72	c  S st    34    104849       150      3195         0     17778     15975    395937   no data   no data  --
42.75/10.76	c  S st    34    105350       150      3195         0     18272     15975    411119   no data   no data  --
42.75/10.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.75/10.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.75/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
42.75/10.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.75/10.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.75/10.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
42.75/10.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.71/12.27	c lits-rem:      3360  cl-subs:     1127  v-elim:      0  v-fix:    0  time:  5.94 s
48.71/12.27	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
48.71/12.27	c vivif2 --  cl tried    17145 cl shrink        0 lits rem          0 time: 0.02
49.11/12.36	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.33
49.11/12.36	c calculated reachability. Time: 0.00
49.11/12.36	c  N st    34    105350       150      3195         0     17145     15975    369861   no data   no data  --
51.92/13.09	c  N st    35    114950       150      3195         0     26274     15975    659386   no data   no data  --
56.31/14.14	c  N st    36    129348       150      3195         0     26636     15975    647346   no data   no data  --
62.71/15.76	c  N st    37    150944       150      3195         0     17692     15975    325466   no data   no data  --
64.72/16.24	c  S st    38    158029       150      3195         0     24420     15975    530978   no data   no data  --
65.10/16.30	c  S st    38    158536       150      3195         0     24913     15975    545887   no data   no data  --
65.10/16.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
65.10/16.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.10/16.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
65.10/16.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
65.10/16.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.10/16.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
65.10/16.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.69/18.22	c lits-rem:      3828  cl-subs:     1554  v-elim:      0  v-fix:    0  time:  7.61 s
72.69/18.22	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
72.69/18.23	c vivif2 --  cl tried    23359 cl shrink        0 lits rem          0 time: 0.02
73.10/18.37	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.53
73.10/18.37	c calculated reachability. Time: 0.00
73.10/18.37	c  N st    38    158536       150      3195         0     23359     15975    491449   no data   no data  --
89.87/22.51	c  N st    39    207125       150      3195         0     18272     15975    293929   no data   no data  --
101.06/25.34	c  N st    40    237804       150      3195         0     28315     15975    591329   no data   no data  --
101.06/25.34	c  S st    40    237804       150      3195         0     28315     15975    591329   no data   no data  --
101.46/25.40	c  S st    40    238307       150      3195         0     28807     15975    605651   no data   no data  --
101.46/25.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.46/25.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.46/25.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
101.46/25.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.46/25.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.46/25.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
101.46/25.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.05/27.38	c lits-rem:      3505  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  7.80 s
109.05/27.38	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
109.05/27.39	c vivif2 --  cl tried    27078 cl shrink        0 lits rem          0 time: 0.02
109.85/27.53	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.57
109.85/27.53	c calculated reachability. Time: 0.00
109.85/27.53	c  N st    40    238307       150      3195         0     27078     15975    548591   no data   no data  --
138.22/34.62	c  F st    41    306251       150      3195         0     29036     15975    562400   no data   no data  --
138.22/34.62	c  N st    41    306251       150      3195         0     29036     15975    562400   no data   no data  --
140.22/35.11	c Decided on static restart strategy
150.20/37.60	c  N st    51    334556       150      3195         0     33138     15975    664241   no data   no data  --
160.59/40.20	c  N st    53    357461       150      3195         0     31223     15975    578597   no data   no data  --
160.59/40.20	c  S st    53    357461       150      3195         0     31223     15975    578597   no data   no data  --
160.59/40.28	c  S st    53    357966       150      3195         0     31716     15975    593680   no data   no data  --
160.59/40.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.59/40.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.59/40.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
160.99/40.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.99/40.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.99/40.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
160.99/40.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
167.78/42.09	c lits-rem:      1934  cl-subs:     1241  v-elim:      0  v-fix:    0  time:  7.11 s
167.78/42.09	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
167.78/42.09	c vivif2 --  cl tried    30475 cl shrink        0 lits rem          0 time: 0.02
168.58/42.26	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.66
168.58/42.26	c calculated reachability. Time: 0.00
168.58/42.26	c  N st    53    357966       150      3195         0     30475     15975    552687   no data   no data  --
189.35/47.40	c  N st    54    390358       150      3195         0     36566     15975    721351   no data   no data  --
213.32/53.45	c  N st    55    438947       150      3195         0     30403     15975    511008   no data   no data  --
248.89/62.32	c  N st    56    511829       150      3195         0     43514     15975    887195   no data   no data  --
260.47/65.22	c  N st    57    536950       150      3195         0     37958     15975    687127   no data   no data  --
260.47/65.22	c  S st    57    536950       150      3195         0     37958     15975    687127   no data   no data  --
260.87/65.32	c  S st    57    537452       150      3195         0     38451     15975    702076   no data   no data  --
260.87/65.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.87/65.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.87/65.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
260.87/65.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.87/65.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.87/65.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
260.87/65.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.06/67.68	c lits-rem:      3201  cl-subs:     1595  v-elim:      0  v-fix:    0  time:  9.28 s
270.06/67.68	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
270.06/67.69	c vivif2 --  cl tried    36856 cl shrink        0 lits rem          0 time: 0.03
270.87/67.89	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.81
270.87/67.89	c calculated reachability. Time: 0.00
270.87/67.89	c  N st    57    537452       150      3195         0     36856     15975    647732   no data   no data  --
367.96/92.19	c  N st    58    701439       150      3195         0     65333     15975   1510212   no data   no data  --
431.87/108.15	c  N st    59    806179       150      3195         0     59297     15975   1225411   no data   no data  --
431.87/108.15	c  S st    59    806179       150      3195         0     59297     15975   1225411   no data   no data  --
432.66/108.34	c  S st    59    806680       150      3195         0     59778     15975   1240077   no data   no data  --
432.66/108.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
432.66/108.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
432.66/108.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
433.06/108.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.06/108.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.06/108.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
433.06/108.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
467.02/116.94	c lits-rem:      1288  cl-subs:     4855  v-elim:      0  v-fix:    0  time: 34.07 s
467.02/116.94	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
467.02/116.95	c vivif2 --  cl tried    54923 cl shrink        0 lits rem          0 time: 0.06
468.22/117.30	c asymm  cl-useful: 0/2493/3195 lits-rem:0 time: 1.40
468.63/117.30	c calculated reachability. Time: 0.00
468.63/117.30	c  N st    59    806680       150      3195         0     54923     15975   1092564   no data   no data  --
640.81/160.49	c  F st    60   1071876       150      3195         0     70246     15975   1465564   no data   no data  --
640.81/160.49	c  N st    60   1071876       150      3195         0     70246     15975   1465564   no data   no data  --
645.61/161.65	c Decided on static restart strategy
662.00/165.75	c  N st    70   1100179       150      3195         0     54727     15975    953764   no data   no data  --
689.95/172.77	c  N st    72   1136171       150      3195         0     45375     15975    640395   no data   no data  --
717.12/179.53	c  N st    73   1168563       150      3195         0     75999     15975   1601089   no data   no data  --
750.68/187.90	c  N st    74   1210020       150      3195         0     70699     15975   1412958   no data   no data  --
750.68/187.90	c  S st    74   1210020       150      3195         0     70699     15975   1412958   no data   no data  --
751.48/188.13	c  S st    74   1210526       150      3195         0     71201     15975   1428395   no data   no data  --
751.48/188.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
751.48/188.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
751.48/188.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
751.88/188.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
751.88/188.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.88/188.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
751.88/188.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
817.39/204.67	c lits-rem:       774  cl-subs:     4849  v-elim:      0  v-fix:    0  time: 65.75 s
817.39/204.67	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
817.39/204.69	c vivif2 --  cl tried    66352 cl shrink        0 lits rem          0 time: 0.07
818.19/204.87	c asymm  cl-useful: 0/702/3195 lits-rem:0 time: 0.72
818.19/204.87	c calculated reachability. Time: 0.00
818.19/204.87	c  N st    74   1210526       150      3195         0     66352     15975   1270595   no data   no data  --
885.31/221.68	c  N st    75   1283410       150      3195         0     90071     15975   1950683   no data   no data  --
1007.95/252.31	c  N st    76   1392735       150      3195         0     51469     15975    729645   no data   no data  --
1146.98/287.10	c  N st    77   1556719       150      3195         0     56074     15975    819484   no data   no data  --
1277.25/319.74	c  N st    78   1710527       150      3195         0     96830     15975   2103214   no data   no data  --
1277.25/319.74	c  S st    78   1710527       150      3195         0     96830     15975   2103214   no data   no data  --
1278.43/320.04	c  S st    78   1711031       150      3195         0     97320     15975   2118169   no data   no data  --
1278.43/320.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1278.43/320.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1278.83/320.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1278.83/320.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1278.83/320.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1278.83/320.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1278.83/320.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1394.27/349.07	c lits-rem:      3300  cl-subs:     7815  v-elim:      0  v-fix:    0  time: 115.41 s
1394.27/349.07	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1394.67/349.10	c vivif2 --  cl tried    89505 cl shrink        0 lits rem          0 time: 0.09
1395.88/349.44	c asymm  cl-useful: 0/1613/3195 lits-rem:0 time: 1.38
1395.88/349.45	c calculated reachability. Time: 0.00
1395.88/349.45	c  N st    78   1711031       150      3195         0     89505     15975   1864660   no data   no data  --
1783.41/446.42	c  N st    79   2079996       150      3195         0    100898     15975   2109959   no data   no data  --
1905.68/477.07	c  N st    80   2211032       150      3195         0    105182     15975   2209543   no data   no data  --
1905.68/477.07	c  S st    80   2211032       150      3195         0    105182     15975   2209543   no data   no data  --
1907.26/477.42	c  S st    80   2211535       150      3195         0    105675     15975   2224582   no data   no data  --
1907.26/477.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1907.26/477.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1907.26/477.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1907.66/477.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1907.66/477.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1907.66/477.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1907.66/477.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2027.91/507.62	c lits-rem:      1247  cl-subs:     7248  v-elim:      0  v-fix:    0  time: 120.06 s
2027.91/507.62	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2027.91/507.64	c vivif2 --  cl tried    98427 cl shrink        0 lits rem          0 time: 0.10
2029.50/508.02	c asymm  cl-useful: 0/1129/3195 lits-rem:0 time: 1.51
2029.50/508.03	c calculated reachability. Time: 0.00
2029.50/508.03	c  N st    80   2211535       150      3195         0     98427     15975   1983790   no data   no data  --
2621.60/656.24	c  N st    81   2711536       150      3195         0    120416     15975   2456333   no data   no data  --
2621.60/656.24	c  S st    81   2711536       150      3195         0    120416     15975   2456333   no data   no data  --
2623.19/656.63	c  S st    81   2712038       150      3195         0    120910     15975   2471804   no data   no data  --
2623.19/656.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2623.19/656.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2623.59/656.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2623.59/656.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2623.59/656.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2623.59/656.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2623.59/656.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2829.71/708.31	c lits-rem:      8659  cl-subs:    13653  v-elim:      0  v-fix:    0  time: 205.73 s
2829.71/708.31	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2829.71/708.33	c vivif2 --  cl tried   107257 cl shrink        0 lits rem          0 time: 0.10
2831.31/708.70	c asymm  cl-useful: 0/1313/3195 lits-rem:0 time: 1.46
2831.31/708.70	c calculated reachability. Time: 0.00
2831.31/708.70	c  N st    81   2712038       150      3195         0    107257     15975   2086709   no data   no data  --
3520.43/881.22	c  N st    82   3212039       150      3195         0     84892     15975   1286724   no data   no data  --
3520.43/881.22	c  S st    82   3212039       150      3195         0     84892     15975   1286724   no data   no data  --
3521.23/881.46	c  S st    82   3212542       150      3195         0     85381     15975   1301900   no data   no data  --
3521.23/881.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3521.23/881.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3521.63/881.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3521.63/881.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3521.63/881.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3521.63/881.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3521.63/881.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3551.99/889.17	c lits-rem:       940  cl-subs:     2581  v-elim:      0  v-fix:    0  time: 30.45 s
3551.99/889.17	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3551.99/889.19	c vivif2 --  cl tried    82800 cl shrink        0 lits rem          0 time: 0.06
3553.61/889.53	c asymm  cl-useful: 0/1365/3195 lits-rem:0 time: 1.35
3553.61/889.53	c calculated reachability. Time: 0.00
3553.61/889.53	c  N st    82   3212542       150      3195         0     82800     15975   1222853   no data   no data  --
4261.11/1066.63	c  N st    83   3712542       150      3195         0     93472     15975   1446667   no data   no data  --
4261.11/1066.63	c  S st    83   3712542       150      3195         0     93472     15975   1446667   no data   no data  --
4262.29/1066.93	c  S st    83   3713046       150      3195         0     93965     15975   1461569   no data   no data  --
4262.29/1066.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4262.29/1066.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4262.29/1066.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4262.69/1067.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4262.69/1067.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4262.69/1067.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4262.69/1067.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4315.41/1080.28	c lits-rem:      3034  cl-subs:     2815  v-elim:      0  v-fix:    0  time: 52.92 s
4315.41/1080.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4315.81/1080.30	c vivif2 --  cl tried    91150 cl shrink        0 lits rem          0 time: 0.08
4316.21/1080.47	c asymm  cl-useful: 0/517/3195 lits-rem:0 time: 0.70
4316.21/1080.47	c calculated reachability. Time: 0.00
4316.21/1080.47	c  N st    83   3713046       150      3195         0     91150     15975   1373204   no data   no data  --
4378.54/1096.09	c  F st    84   3751566       150      3195         0    127672     15975   2533360   no data   no data  --
4378.54/1096.09	c  N st    84   3751566       150      3195         0    127672     15975   2533360   no data   no data  --
4389.32/1098.73	c Decided on static restart strategy
4434.86/1110.14	c  N st    94   3779873       150      3195         0    154605     15975   3382456   no data   no data  --
4487.99/1123.47	c  N st    96   3815866       150      3195         0    108289     15975   1870427   no data   no data  --
4540.72/1136.63	c  N st    97   3848258       150      3195         0    139029     15975   2831384   no data   no data  --
4613.03/1154.77	c  N st    98   3896846       150      3195         0    103723     15975   1699360   no data   no data  --
4731.69/1184.47	c  N st    99   3969730       150      3195         0     90028     15975   1246298   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3175236-1304102747/watcher-3175236-1304102747 -o /tmp/evaluation-result-3175236-1304102747/solver-3175236-1304102747 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175236-1304102747.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: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 521875437 52465664 352 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921833457 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 12809 352 303 112 0 7774 0
[pid=2811/tid=2812] ppid=2809 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521875437 52465664 352 33554432000 4194304 4650419 140737289849056 18446744073709551615 47954927634348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521875437 52465664 352 33554432000 4194304 4650419 140737289849056 18446744073709551615 47954927634358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521875437 52465664 352 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0223461 s]
/proc/loadavg: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=282260 CPUtime=0.06 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) D 2809 2811 2052 0 -1 4202496 1132 0 0 0 6 0 0 0 18 0 4 0 521875437 289034240 966 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921438241 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 70565 966 376 112 0 65530 0
[pid=2811/tid=2812] ppid=2809 vsize=282260 CPUtime=0.01 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) D 2809 2811 2052 0 -1 4202560 171 0 0 0 1 0 0 0 18 0 4 0 521875437 289034240 966 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921437893 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=282260 CPUtime=0.01 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 217 0 0 0 1 0 0 0 25 0 4 0 521875437 289034240 966 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921820343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=282260 CPUtime=0.01 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) S 2809 2811 2052 0 -1 4202560 157 0 0 0 1 0 0 0 18 0 4 0 521875437 289034240 966 33554432000 4194304 4650419 140737289849056 18446744073709551615 222921882094 0 0 4096 2 18446604452263880768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 282260

[startup+0.359022 s]
/proc/loadavg: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=286196 CPUtime=3.6 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 6903 0 0 0 359 1 0 0 19 0 4 0 521875437 293064704 3568 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 71549 3568 391 112 0 66514 0
[pid=2811/tid=2812] ppid=2809 vsize=286196 CPUtime=0.89 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1689 0 0 0 89 0 0 0 19 0 4 0 521875437 293064704 3568 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=286196 CPUtime=0.89 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1684 0 0 0 89 0 0 0 19 0 4 0 521875437 293064704 3568 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=286196 CPUtime=0.89 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1452 0 0 0 89 0 0 0 19 0 4 0 521875437 293064704 3569 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 286196

[startup+1.00839 s]
/proc/loadavg: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=277776 CPUtime=4 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 7863 0 0 0 399 1 0 0 19 0 4 0 521875437 284442624 3308 33554432000 4194304 4650419 140737289849056 18446744073709551615 4368276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 69444 3308 392 112 0 64409 0
[pid=2811/tid=2812] ppid=2809 vsize=277776 CPUtime=0.99 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 2025 0 0 0 99 0 0 0 19 0 4 0 521875437 284442624 3308 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=277776 CPUtime=0.99 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1960 0 0 0 99 0 0 0 19 0 4 0 521875437 284442624 3308 33554432000 4194304 4650419 140737289849056 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=277776 CPUtime=0.99 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1734 0 0 0 99 0 0 0 19 0 4 0 521875437 284442624 3308 33554432000 4194304 4650419 140737289849056 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 277776

[startup+1.10837 s]
/proc/loadavg: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=277892 CPUtime=4.4 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 8410 0 0 0 439 1 0 0 19 0 4 0 521875437 284561408 3447 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 69473 3447 392 112 0 64438 0
[pid=2811/tid=2812] ppid=2809 vsize=277892 CPUtime=1.09 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 2100 0 0 0 109 0 0 0 19 0 4 0 521875437 284561408 3448 33554432000 4194304 4650419 140737289849056 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=277892 CPUtime=1.09 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 2048 0 0 0 109 0 0 0 19 0 4 0 521875437 284561408 3448 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=277892 CPUtime=1.09 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 1809 0 0 0 109 0 0 0 19 0 4 0 521875437 284561408 3448 33554432000 4194304 4650419 140737289849056 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 277892

[startup+1.5003 s]
/proc/loadavg: 7.43 7.94 8.38 1/172 2811
/proc/meminfo: memFree=30772324/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=283424 CPUtime=5.97 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 12796 0 0 0 595 2 0 0 20 0 4 0 521875437 290226176 6887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 70856 6887 393 112 0 65821 0
[pid=2811/tid=2812] ppid=2809 vsize=283424 CPUtime=1.48 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 3832 0 0 0 148 0 0 0 20 0 4 0 521875437 290226176 6887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4433100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=283424 CPUtime=1.49 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 2539 0 0 0 149 0 0 0 19 0 4 0 521875437 290226176 6887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=283424 CPUtime=1.48 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 2231 0 0 0 148 0 0 0 20 0 4 0 521875437 290226176 6887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 283424

[startup+3.10101 s]
/proc/loadavg: 7.43 7.94 8.38 9/184 2829
/proc/meminfo: memFree=30675824/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=274636 CPUtime=12.36 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 19909 0 0 0 1233 3 0 0 25 0 4 0 521875437 281227264 12887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 68659 12887 393 112 0 63624 0
[pid=2811/tid=2812] ppid=2809 vsize=274636 CPUtime=3.08 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 4672 0 0 0 308 0 0 0 25 0 4 0 521875437 281227264 12887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=274636 CPUtime=3.07 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 5087 0 0 0 307 0 0 0 25 0 4 0 521875437 281227264 12887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=274636 CPUtime=3.08 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 4620 0 0 0 308 0 0 0 25 0 4 0 521875437 281227264 12887 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 274636

[startup+6.30643 s]
/proc/loadavg: 7.47 7.94 8.38 9/184 2829
/proc/meminfo: memFree=30640444/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=283012 CPUtime=25.17 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 28817 0 0 0 2512 5 0 0 25 0 4 0 521875437 289804288 16106 33554432000 4194304 4650419 140737289849056 18446744073709551615 4426452 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 70753 16106 393 112 0 65718 0
[pid=2811/tid=2812] ppid=2809 vsize=283012 CPUtime=6.29 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 7724 0 0 0 628 1 0 0 25 0 4 0 521875437 289804288 16106 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=283012 CPUtime=6.27 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 7448 0 0 0 626 1 0 0 25 0 4 0 521875437 289804288 16106 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=283012 CPUtime=6.29 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 6689 0 0 0 628 1 0 0 25 0 4 0 521875437 289804288 16106 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 283012

[startup+12.7003 s]
/proc/loadavg: 7.51 7.95 8.38 9/184 2830
/proc/meminfo: memFree=30592920/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=287908 CPUtime=50.72 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 43716 0 0 0 5063 9 0 0 25 0 4 0 521875437 294817792 22246 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 71977 22246 393 112 0 66942 0
[pid=2811/tid=2812] ppid=2809 vsize=287908 CPUtime=12.69 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 11793 0 0 0 1267 2 0 0 25 0 4 0 521875437 294817792 22246 33554432000 4194304 4650419 140737289849056 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=287908 CPUtime=12.63 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 11338 0 0 0 1262 1 0 0 25 0 4 0 521875437 294817792 22246 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=287908 CPUtime=12.68 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 10582 0 0 0 1266 2 0 0 25 0 4 0 521875437 294817792 22246 33554432000 4194304 4650419 140737289849056 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 287908

[startup+25.5009 s]
/proc/loadavg: 7.70 7.96 8.37 9/184 2830
/proc/meminfo: memFree=30522624/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=317632 CPUtime=101.86 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 70612 0 0 0 10171 15 0 0 25 0 4 0 521875437 325255168 28978 33554432000 4194304 4650419 140737289849056 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 79408 28978 393 112 0 74373 0
[pid=2811/tid=2812] ppid=2809 vsize=317632 CPUtime=25.48 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 19217 0 0 0 2545 3 0 0 25 0 4 0 521875437 325255168 28978 33554432000 4194304 4650419 140737289849056 18446744073709551615 4360418 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=317632 CPUtime=25.37 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 18524 0 0 0 2534 3 0 0 25 0 4 0 521875437 325255168 28978 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=317632 CPUtime=25.48 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 15414 0 0 0 2545 3 0 0 25 0 4 0 521875437 325255168 28978 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 317632

[startup+51.1002 s]
/proc/loadavg: 7.87 7.98 8.37 9/184 2831
/proc/meminfo: memFree=30475412/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=322788 CPUtime=204.14 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 108044 0 0 0 20388 26 0 0 25 0 4 0 521875437 330534912 36617 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 80697 36617 393 112 0 75662 0
[pid=2811/tid=2812] ppid=2809 vsize=322788 CPUtime=51.08 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 30070 0 0 0 5101 7 0 0 25 0 4 0 521875437 330534912 36617 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=322788 CPUtime=50.85 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 29448 0 0 0 5079 6 0 0 25 0 4 0 521875437 330534912 36617 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=322788 CPUtime=51.09 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 21551 0 0 0 5104 5 0 0 25 0 4 0 521875437 330534912 36617 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 322788

[startup+102.301 s]
/proc/loadavg: 8.07 8.01 8.36 9/184 2832
/proc/meminfo: memFree=30359884/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=387864 CPUtime=408.69 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 174758 0 0 0 40822 47 0 0 25 0 4 0 521875437 397172736 45677 33554432000 4194304 4650419 140737289849056 18446744073709551615 4333613 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 96966 45677 393 112 0 91931 0
[pid=2811/tid=2812] ppid=2809 vsize=387864 CPUtime=102.28 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 48247 0 0 0 10215 13 0 0 25 0 4 0 521875437 397172736 45677 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=387864 CPUtime=101.81 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 47367 0 0 0 10170 11 0 0 25 0 4 0 521875437 397172736 45677 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=387864 CPUtime=102.29 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 33516 0 0 0 10221 8 0 0 25 0 4 0 521875437 397172736 45677 33554432000 4194304 4650419 140737289849056 18446744073709551615 4370526 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 387864

[startup+162.301 s]

################
# More data... #
################

[pid=2811] ppid=2809 vsize=569196 CPUtime=2566.06 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 507241 0 0 0 256427 179 0 0 25 0 4 0 521875437 582856704 98273 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 142299 98273 393 112 0 137264 0
[pid=2811/tid=2812] ppid=2809 vsize=569196 CPUtime=642.23 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 136925 0 0 0 64174 49 0 0 25 0 4 0 521875437 582856704 98273 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=569196 CPUtime=639.19 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 145231 0 0 0 63869 50 0 0 25 0 4 0 521875437 582856704 98273 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=569196 CPUtime=642.3 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 90979 0 0 0 64198 32 0 0 25 0 4 0 521875437 582856704 98273 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2566.06
Current children cumulated vsize (KiB) 569196

[startup+702.301 s]
/proc/loadavg: 8.18 8.13 8.25 9/184 2849
/proc/meminfo: memFree=29940072/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=633108 CPUtime=2805.75 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 529357 0 0 0 280383 192 0 0 25 0 4 0 521875437 648302592 106225 33554432000 4194304 4650419 140737289849056 18446744073709551615 4476840 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 158277 106225 393 112 0 153242 0
[pid=2811/tid=2812] ppid=2809 vsize=633108 CPUtime=702.23 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 144798 0 0 0 70168 55 0 0 25 0 4 0 521875437 648302592 106225 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=633108 CPUtime=698.88 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 152565 0 0 0 69834 54 0 0 25 0 4 0 521875437 648302592 106225 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=633108 CPUtime=702.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 96120 0 0 0 70196 35 0 0 25 0 4 0 521875437 648302592 106226 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.75
Current children cumulated vsize (KiB) 633108

[startup+762.301 s]
/proc/loadavg: 8.10 8.12 8.23 9/184 2851
/proc/meminfo: memFree=29939464/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=634016 CPUtime=3045.44 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 555098 0 0 0 304342 202 0 0 25 0 4 0 521875437 649232384 107176 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 158504 107176 393 112 0 153469 0
[pid=2811/tid=2812] ppid=2809 vsize=634016 CPUtime=762.22 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 153205 0 0 0 76163 59 0 0 25 0 4 0 521875437 649232384 107176 33554432000 4194304 4650419 140737289849056 18446744073709551615 4311097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=634016 CPUtime=758.57 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 162481 0 0 0 75801 56 0 0 25 0 4 0 521875437 649232384 107176 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=634016 CPUtime=762.3 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 99638 0 0 0 76193 37 0 0 25 0 4 0 521875437 649232384 107176 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.44
Current children cumulated vsize (KiB) 634016

[startup+822.3 s]
/proc/loadavg: 8.07 8.11 8.22 9/184 2852
/proc/meminfo: memFree=29932032/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=646924 CPUtime=3285.13 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 579411 0 0 0 328299 214 0 0 25 0 4 0 521875437 662450176 119669 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 161731 119669 393 112 0 156696 0
[pid=2811/tid=2812] ppid=2809 vsize=646924 CPUtime=822.23 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 156557 0 0 0 82162 61 0 0 25 0 4 0 521875437 662450176 119669 33554432000 4194304 4650419 140737289849056 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=646924 CPUtime=818.26 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 170349 0 0 0 81766 60 0 0 25 0 4 0 521875437 662450176 119669 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=646924 CPUtime=822.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 104183 0 0 0 82191 40 0 0 25 0 4 0 521875437 662450176 119669 33554432000 4194304 4650419 140737289849056 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.13
Current children cumulated vsize (KiB) 646924

[startup+882.3 s]
/proc/loadavg: 8.02 8.08 8.20 9/184 2854
/proc/meminfo: memFree=29861728/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=635464 CPUtime=3524.83 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 597973 0 0 0 352259 224 0 0 25 0 4 0 521875437 650715136 116194 33554432000 4194304 4650419 140737289849056 18446744073709551615 4434239 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 158866 116194 393 112 0 153831 0
[pid=2811/tid=2812] ppid=2809 vsize=635464 CPUtime=882.22 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 161819 0 0 0 88159 63 0 0 25 0 4 0 521875437 650715136 116194 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=635464 CPUtime=877.96 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 174788 0 0 0 87734 62 0 0 25 0 4 0 521875437 650715136 116194 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=635464 CPUtime=882.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 108852 0 0 0 88188 43 0 0 25 0 4 0 521875437 650715136 116194 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.83
Current children cumulated vsize (KiB) 635464

[startup+942.3 s]
/proc/loadavg: 8.09 8.09 8.20 9/184 2864
/proc/meminfo: memFree=29905648/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=705320 CPUtime=3764.53 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 623446 0 0 0 376217 236 0 0 25 0 4 0 521875437 722247680 113718 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 176330 113718 393 112 0 171295 0
[pid=2811/tid=2812] ppid=2809 vsize=705320 CPUtime=942.22 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 167917 0 0 0 94156 66 0 0 25 0 4 0 521875437 722247680 113718 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=705320 CPUtime=937.67 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 183000 0 0 0 93701 66 0 0 25 0 4 0 521875437 722247680 113718 33554432000 4194304 4650419 140737289849056 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=705320 CPUtime=942.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 112386 0 0 0 94185 46 0 0 25 0 4 0 521875437 722247680 113718 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.53
Current children cumulated vsize (KiB) 705320

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 8.18 9/184 2866
/proc/meminfo: memFree=29841076/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=715400 CPUtime=4004.23 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 653035 0 0 0 400175 248 0 0 25 0 4 0 521875437 732569600 115924 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 178850 115924 393 112 0 173815 0
[pid=2811/tid=2812] ppid=2809 vsize=715400 CPUtime=1002.22 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 175890 0 0 0 100153 69 0 0 25 0 4 0 521875437 732569600 115924 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=715400 CPUtime=997.37 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 192887 0 0 0 99667 70 0 0 25 0 4 0 521875437 732569600 115924 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=715400 CPUtime=1002.3 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 117468 0 0 0 100183 47 0 0 25 0 4 0 521875437 732569600 115924 33554432000 4194304 4650419 140737289849056 18446744073709551615 4333334 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.23
Current children cumulated vsize (KiB) 715400

[startup+1062.31 s]
/proc/loadavg: 8.01 8.06 8.17 9/184 2868
/proc/meminfo: memFree=29806620/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=777360 CPUtime=4243.93 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 668503 0 0 0 424138 255 0 0 25 0 4 0 521875437 796016640 124634 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 194340 124634 393 112 0 189305 0
[pid=2811/tid=2812] ppid=2809 vsize=777360 CPUtime=1062.21 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 178246 0 0 0 106152 69 0 0 25 0 4 0 521875437 796016640 124634 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=777360 CPUtime=1057.06 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 199796 0 0 0 105633 73 0 0 25 0 4 0 521875437 796016640 124634 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=777360 CPUtime=1062.32 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 119242 0 0 0 106183 49 0 0 25 0 4 0 521875437 796016640 124634 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.93
Current children cumulated vsize (KiB) 777360

[startup+1122.3 s]
/proc/loadavg: 8.33 8.14 8.19 9/184 2880
/proc/meminfo: memFree=29782052/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=662060 CPUtime=4483.58 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 694063 0 0 0 448094 264 0 0 25 0 4 0 521875437 677949440 119330 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 165515 119330 393 112 0 160480 0
[pid=2811/tid=2812] ppid=2809 vsize=662060 CPUtime=1122.2 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 183588 0 0 0 112148 72 0 0 25 0 4 0 521875437 677949440 119330 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=662060 CPUtime=1116.73 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 207792 0 0 0 111597 76 0 0 25 0 4 0 521875437 677949440 119330 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=662060 CPUtime=1122.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 123502 0 0 0 112182 49 0 0 25 0 4 0 521875437 677949440 119330 33554432000 4194304 4650419 140737289849056 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.58
Current children cumulated vsize (KiB) 662060

[startup+1182.3 s]
/proc/loadavg: 8.18 8.13 8.18 9/184 2882
/proc/meminfo: memFree=29774348/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=775072 CPUtime=4723.28 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 714142 0 0 0 472055 273 0 0 25 0 4 0 521875437 793673728 120970 33554432000 4194304 4650419 140737289849056 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 193768 120970 393 112 0 188733 0
[pid=2811/tid=2812] ppid=2809 vsize=775072 CPUtime=1182.2 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 192070 0 0 0 118145 75 0 0 25 0 4 0 521875437 793673728 120970 33554432000 4194304 4650419 140737289849056 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=775072 CPUtime=1176.42 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 214433 0 0 0 117563 79 0 0 25 0 4 0 521875437 793673728 120970 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=775072 CPUtime=1182.31 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 125953 0 0 0 118181 50 0 0 25 0 4 0 521875437 793673728 120970 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.28
Current children cumulated vsize (KiB) 775072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.13 8.12 8.17 9/184 2882
/proc/meminfo: memFree=29743964/32951124 swapFree=67110188/67111528
[pid=2811] ppid=2809 vsize=717932 CPUtime=4800.39 cores=0,2,4,6
/proc/2811/stat : 2811 (strangenight1-m) R 2809 2811 2052 0 -1 4202496 723727 0 0 0 479763 276 0 0 25 0 4 0 521875437 735162368 125247 33554432000 4194304 4650419 140737289849056 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2811/statm: 179483 125247 393 112 0 174448 0
[pid=2811/tid=2812] ppid=2809 vsize=717932 CPUtime=1201.51 cores=0,2,4,6
/proc/2811/task/2812/stat : 2812 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 193901 0 0 0 120075 76 0 0 25 0 4 0 521875437 735162368 125247 33554432000 4194304 4650419 140737289849056 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2811/tid=2813] ppid=2809 vsize=717932 CPUtime=1195.63 cores=0,2,4,6
/proc/2811/task/2813/stat : 2813 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 217454 0 0 0 119483 80 0 0 25 0 4 0 521875437 735162368 125247 33554432000 4194304 4650419 140737289849056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=717932 CPUtime=1201.62 cores=0,2,4,6
/proc/2811/task/2815/stat : 2815 (strangenight1-m) R 2809 2811 2052 0 -1 4202560 127273 0 0 0 120111 51 0 0 25 0 4 0 521875437 735162368 125247 33554432000 4194304 4650419 140737289849056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 717932

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.46
CPU user time (s): 4797.66
CPU system time (s): 2.79357
CPU usage (%): 399.493
Max. virtual memory (cumulated for all children) (KiB): 877312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.66
system time used= 2.79357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 723728
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= 477
involuntary context switches= 22431

runsolver used 1.77173 second user time and 4.23836 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 20:45:47
IDJOB=3175236
IDBENCH=82854
IDSOLVER=1588
FILE ID=node109/3175236-1304102747
RUNJOBID= node109-1304101543-2700
PBS_JOBID= 13170607
Free space on /tmp= 72380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1216095115-028.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175236-1304102747/watcher-3175236-1304102747 -o /tmp/evaluation-result-3175236-1304102747/solver-3175236-1304102747 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175236-1304102747.cnf

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

MD5SUM BENCH= eeb610362e04643aaf1590ad5e0ca989
RANDOM SEED=501335001

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.82
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.809
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.809
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.809
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:     32951124 kB
MemFree:      30772488 kB
Buffers:        729836 kB
Cached:         996996 kB
SwapCached:        712 kB
Active:         140280 kB
Inactive:      1650100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30772488 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            6208 kB
Writeback:           0 kB
AnonPages:       62588 kB
Mapped:          14572 kB
Slab:           324512 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188020 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= 72372 MiB
End job on node109 at 2011-04-29 21:05:51