Trace number 3174035

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-2-mt? (TO) 4800.36 1201.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1920526651-049.SATISFIABLE.cnf
MD5SUM5df52ad002b8e310753df40806d6b835
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174035-1304077988.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.00	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.00	c -- vars added        650
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     24  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:     300 undec:      71 neg:     279
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       626      2747         0         0      8383         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4923       626      2747         0      4872      8383    139417   no data   no data
1.58/0.43	c  N st    10     11308       626      2747         0      4512      8383     88829   no data   no data
2.77/0.72	c  N st    11     17053       626      2747         0     10161      8383    262619   no data   no data
4.39/1.19	c  F st    12     25000       626      2747         0     12452      8383    330879   no data   no data
4.39/1.19	c  N st    12     25000       626      2747         0     12452      8383    330879   no data   no data
5.57/1.45	c Decided on static restart strategy
5.57/1.45	c  N st    18     30004       626      2747         0     10711      8383    244410   no data   no data
5.57/1.45	c  S st    18     30004       626      2747         0     10711      8383    244410   no data   no data
5.57/1.48	c  S st    18     30509       626      2747         0     11215      8383    258316   no data   no data
5.57/1.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.57/1.49	c blocked clauses removed:        2 vars:      1 tried:         626 T: 0.00 s
5.57/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
5.57/1.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.57/1.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.55	c lits-rem:        97  cl-subs:      307  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.55	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.01
5.97/1.55	c calculated reachability. Time: 0.00
5.97/1.55	c  N st    18     30509       625      2745         0     10908      8377    247320   no data   no data
7.57/1.97	c  N st    20     37620       625      2745         0     10176      8377    205811   no data   no data
9.19/2.38	c  N st    21     44021       625      2745         0     16506      8377    398942   no data   no data
9.57/2.49	c  S st    22     45765       625      2745         0      9406      8377    157915   no data   no data
9.97/2.52	c  S st    22     46269       625      2745         0      9909      8377    171647   no data   no data
9.97/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.97/2.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.97/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
9.97/2.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.97/2.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.97/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.54	c lits-rem:        18  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.01 s
9.97/2.54	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
9.97/2.55	c vivif2 --  cl tried     9893 cl shrink        0 lits rem          0 time: 0.00
9.97/2.55	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.01
9.97/2.55	c calculated reachability. Time: 0.00
9.97/2.55	c  N st    22     46269       625      2745         0      9893      8377    171087   no data   no data
13.96/3.53	c  N st    23     60667       625      2745         0     14226      8377    289812   no data   no data
16.77/4.21	c  N st    24     69403       625      2745         0     12008      8377    214840   no data   no data
16.77/4.21	c  S st    24     69403       625      2745         0     12008      8377    214840   no data   no data
16.77/4.24	c  S st    24     69907       625      2745         0     12512      8377    227513   no data   no data
16.77/4.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.77/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.77/4.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.77/4.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.77/4.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.77/4.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
16.77/4.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.77/4.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.77/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.77/4.28	c lits-rem:        32  cl-subs:       84  v-elim:      0  v-fix:    0  time:  0.02 s
16.77/4.28	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
16.77/4.28	c vivif2 --  cl tried    12428 cl shrink        0 lits rem          0 time: 0.00
16.77/4.29	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.01
16.77/4.29	c calculated reachability. Time: 0.00
16.77/4.29	c  N st    24     69907       625      2745         0     12428      8377    224773   no data   no data
22.75/5.73	c  F st    25     87500       625      2745         0     17921      8377    384947   no data   no data
22.75/5.73	c  N st    25     87500       625      2745         0     17921      8377    384947   no data   no data
24.35/6.19	c Decided on static restart strategy
25.55/6.46	c  N st    32     95541       625      2745         0     13074      8377    203348   no data   no data
28.34/7.15	c  N st    34    104861       625      2745         0     22242      8377    486867   no data   no data
28.34/7.15	c  S st    34    104861       625      2745         0     22242      8377    486867   no data   no data
28.74/7.20	c  S st    34    105363       625      2745         0     22743      8377    499826   no data   no data
28.74/7.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.74/7.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.74/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
28.74/7.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.74/7.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.74/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.41	c lits-rem:       274  cl-subs:      560  v-elim:      0  v-fix:    0  time:  0.17 s
29.54/7.41	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
29.54/7.41	c vivif2 --  cl tried    22183 cl shrink        0 lits rem          0 time: 0.01
29.54/7.43	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.01
29.54/7.43	c calculated reachability. Time: 0.00
29.54/7.43	c  N st    34    105363       625      2745         0     22183      8377    479385   no data   no data
33.13/8.32	c  N st    35    114961       625      2745         0     17857      8377    327975   no data   no data
38.73/9.78	c  N st    36    129358       625      2745         0     17272      8377    283336   no data   no data
47.11/11.84	c  N st    37    150953       625      2745         0     22689      8377    420987   no data   no data
49.91/12.51	c  S st    38    158044       625      2745         0     29681      8377    632812   no data   no data
49.91/12.58	c  S st    38    158546       625      2745         0     30181      8377    645432   no data   no data
49.91/12.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.91/12.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.91/12.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.91/12.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.91/12.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
49.91/12.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.31/12.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.31/12.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.51/12.97	c lits-rem:       293  cl-subs:      992  v-elim:      0  v-fix:    0  time:  0.35 s
51.51/12.97	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
51.51/12.98	c vivif2 --  cl tried    29189 cl shrink        0 lits rem          0 time: 0.01
51.91/13.00	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.02
51.91/13.00	c calculated reachability. Time: 0.00
51.91/13.00	c  N st    38    158546       625      2745         0     29189      8377    613941   no data   no data
72.29/18.11	c  N st    39    207134       625      2745         0     23851      8377    402970   no data   no data
86.68/21.79	c  N st    40    237819       625      2745         0     34330      8377    677770   no data   no data
86.68/21.79	c  S st    40    237819       625      2745         0     34330      8377    677770   no data   no data
87.08/21.88	c  S st    40    238320       625      2745         0     34829      8377    690476   no data   no data
87.08/21.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.08/21.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
87.08/21.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.08/21.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.08/21.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.08/21.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
87.08/21.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
87.48/21.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.48/21.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.26/22.61	c lits-rem:       125  cl-subs:     1659  v-elim:      0  v-fix:    0  time:  0.68 s
90.26/22.61	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
90.26/22.62	c vivif2 --  cl tried    33170 cl shrink        0 lits rem          0 time: 0.01
90.26/22.64	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.02
90.26/22.64	c calculated reachability. Time: 0.00
90.26/22.64	c  N st    40    238320       625      2745         0     33170      8377    642937   no data   no data
124.22/31.18	c  F st    41    306252       625      2745         0     35020      8377    657580   no data   no data
124.22/31.18	c  N st    41    306252       625      2745         0     35020      8377    657580   no data   no data
127.02/31.89	c Decided on static restart strategy
138.21/34.66	c  N st    51    334561       625      2745         0     39316      8377    739283   no data   no data
150.19/37.69	c  N st    53    357483       625      2745         0     37289      8377    673477   no data   no data
150.19/37.69	c  S st    53    357483       625      2745         0     37289      8377    673477   no data   no data
150.59/37.79	c  S st    53    357988       625      2745         0     37793      8377    687105   no data   no data
150.59/37.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
150.99/37.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
150.99/37.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
150.99/37.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.99/37.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.99/37.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
150.99/37.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
150.99/37.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
150.99/37.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.59/38.23	c lits-rem:       206  cl-subs:     1040  v-elim:      0  v-fix:    0  time:  0.39 s
152.59/38.23	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
152.59/38.24	c vivif2 --  cl tried    36753 cl shrink        0 lits rem          0 time: 0.01
152.59/38.26	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.03
152.59/38.26	c calculated reachability. Time: 0.00
152.59/38.26	c  N st    53    357988       625      2745         0     36753      8377    656641   no data   no data
170.56/42.77	c  N st    54    390382       625      2745         0     43151      8377    863366   no data   no data
202.54/50.71	c  N st    55    438973       625      2745         0     36710      8377    600601   no data   no data
249.67/62.58	c  N st    56    511858       625      2745         0     50289      8377    965950   no data   no data
264.06/66.15	c  N st    57    536983       625      2745         0     44607      8377    776651   no data   no data
264.06/66.15	c  S st    57    536983       625      2745         0     44607      8377    776651   no data   no data
264.44/66.28	c  S st    57    537491       625      2745         0     45114      8377    790457   no data   no data
264.44/66.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
264.84/66.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
264.84/66.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.84/66.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.84/66.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.84/66.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
264.84/66.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
264.84/66.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
264.84/66.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.24/66.99	c lits-rem:       221  cl-subs:     1334  v-elim:      0  v-fix:    0  time:  0.65 s
267.24/66.99	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
267.64/67.00	c vivif2 --  cl tried    43780 cl shrink        0 lits rem          0 time: 0.01
267.64/67.04	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.03
267.64/67.04	c calculated reachability. Time: 0.00
267.64/67.04	c  N st    57    537491       625      2745         0     43780      8377    751158   no data   no data
383.09/95.99	c  N st    58    701477       625      2745         0     37860      8377    478125   no data   no data
462.98/115.93	c  N st    59    806236       625      2745         0     67208      8377   1348063   no data   no data
462.98/115.93	c  S st    59    806236       625      2745         0     67208      8377   1348063   no data   no data
463.79/116.13	c  S st    59    806742       625      2745         0     67714      8377   1361774   no data   no data
463.79/116.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
463.79/116.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
463.79/116.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
463.79/116.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
463.79/116.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.79/116.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
463.79/116.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
463.79/116.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
464.19/116.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
476.57/119.37	c lits-rem:       424  cl-subs:     2671  v-elim:      0  v-fix:    0  time:  3.15 s
476.57/119.37	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
476.57/119.39	c vivif2 --  cl tried    65043 cl shrink        0 lits rem          0 time: 0.02
476.97/119.45	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.06
476.97/119.45	c calculated reachability. Time: 0.00
476.97/119.45	c  N st    59    806742       625      2745         0     65043      8377   1278839   no data   no data
719.46/180.16	c  F st    60   1071876       625      2745         0     80599      8377   1570441   no data   no data
719.46/180.16	c  N st    60   1071876       625      2745         0     80599      8377   1570441   no data   no data
725.47/181.70	c Decided on static restart strategy
744.22/186.36	c  N st    70   1100183       625      2745         0     64459      8377   1082208   no data   no data
779.37/195.15	c  N st    72   1136177       625      2745         0     54562      8377    746117   no data   no data
810.93/203.00	c  N st    73   1168569       625      2745         0     86495      8377   1632478   no data   no data
850.87/213.06	c  N st    74   1210113       625      2745         0     81229      8377   1505954   no data   no data
850.87/213.06	c  S st    74   1210113       625      2745         0     81229      8377   1505954   no data   no data
852.07/213.30	c  S st    74   1210623       625      2745         0     81739      8377   1520059   no data   no data
852.07/213.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
852.07/213.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
852.07/213.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
852.07/213.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
852.07/213.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
852.07/213.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
852.07/213.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
852.07/213.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
852.48/213.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
872.44/218.43	c lits-rem:      1230  cl-subs:     2875  v-elim:      0  v-fix:    0  time:  5.01 s
872.44/218.43	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
872.44/218.45	c vivif2 --  cl tried    78864 cl shrink        0 lits rem          0 time: 0.02
872.84/218.56	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.11
872.84/218.57	c calculated reachability. Time: 0.00
872.84/218.57	c  N st    74   1210623       625      2745         0     78864      8377   1439414   no data   no data
953.95/238.89	c  N st    75   1283505       625      2745         0     54968      8377    710967   no data   no data
1064.57/266.50	c  N st    76   1392828       625      2745         0     63292      8377    909829   no data   no data
1228.77/307.68	c  N st    77   1556813       625      2745         0     68113      8377   1014415   no data   no data
1410.12/353.03	c  N st    78   1710624       625      2745         0    109807      8377   2227687   no data   no data
1410.12/353.03	c  S st    78   1710624       625      2745         0    109807      8377   2227687   no data   no data
1411.71/353.40	c  S st    78   1711128       625      2745         0    110307      8377   2242150   no data   no data
1411.71/353.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1411.71/353.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1411.71/353.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1411.71/353.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1411.71/353.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1411.71/353.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
1411.71/353.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1412.11/353.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1412.11/353.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1470.44/368.15	c lits-rem:       851  cl-subs:     6549  v-elim:      0  v-fix:    0  time: 14.58 s
1470.44/368.15	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
1470.44/368.18	c vivif2 --  cl tried   103758 cl shrink        0 lits rem          0 time: 0.03
1470.84/368.30	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.11
1471.24/368.30	c calculated reachability. Time: 0.00
1471.24/368.30	c  N st    78   1711128       625      2745         0    103758      8377   2054749   no data   no data
1926.20/482.28	c  N st    79   2080092       625      2745         0    115599      8377   2293721   no data   no data
2097.17/525.00	c  N st    80   2211131       625      2745         0    119597      8377   2375474   no data   no data
2097.17/525.00	c  S st    80   2211131       625      2745         0    119597      8377   2375474   no data   no data
2098.37/525.38	c  S st    80   2211632       625      2745         0    120098      8377   2388832   no data   no data
2098.37/525.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2098.77/525.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2098.77/525.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2098.77/525.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2098.77/525.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2098.77/525.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
2098.77/525.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2098.77/525.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2099.17/525.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2153.52/539.17	c lits-rem:       722  cl-subs:     5601  v-elim:      0  v-fix:    0  time: 13.61 s
2153.52/539.17	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
2153.89/539.21	c vivif2 --  cl tried   114497 cl shrink        0 lits rem          0 time: 0.03
2154.29/539.34	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.13
2154.29/539.34	c calculated reachability. Time: 0.00
2154.29/539.34	c  N st    80   2211632       625      2745         0    114497      8377   2214777   no data   no data
2820.99/706.44	c  N st    81   2711632       625      2745         0    138016      8377   2807751   no data   no data
2820.99/706.44	c  S st    81   2711632       625      2745         0    138016      8377   2807751   no data   no data
2822.99/706.94	c  S st    81   2712135       625      2745         0    138518      8377   2822356   no data   no data
2822.99/706.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2823.39/707.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2823.39/707.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2823.39/707.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2823.39/707.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2823.39/707.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
2823.39/707.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2823.39/707.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2823.79/707.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2932.44/734.32	c lits-rem:      1186  cl-subs:     9298  v-elim:      0  v-fix:    0  time: 27.17 s
2932.44/734.32	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
2932.44/734.36	c vivif2 --  cl tried   129220 cl shrink        0 lits rem          0 time: 0.04
2933.24/734.51	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.15
2933.24/734.51	c calculated reachability. Time: 0.00
2933.24/734.51	c  N st    81   2712135       625      2745         0    129220      8377   2542131   no data   no data
3713.77/929.94	c  N st    82   3212136       625      2745         0    104685      8377   1569754   no data   no data
3713.77/929.94	c  S st    82   3212136       625      2745         0    104685      8377   1569754   no data   no data
3715.37/930.32	c  S st    82   3212639       625      2745         0    105188      8377   1583960   no data   no data
3715.37/930.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3715.77/930.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
3715.77/930.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3715.77/930.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3715.77/930.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3715.77/930.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
3715.77/930.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3715.77/930.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3715.77/930.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3737.35/935.85	c lits-rem:       381  cl-subs:     4985  v-elim:      0  v-fix:    0  time:  5.36 s
3737.35/935.85	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
3737.35/935.87	c vivif2 --  cl tried   100203 cl shrink        0 lits rem          0 time: 0.02
3737.74/935.98	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.11
3737.74/935.98	c calculated reachability. Time: 0.00
3737.74/935.98	c  N st    82   3212639       625      2745         0    100203      8377   1453391   no data   no data
4543.84/1137.72	c  N st    83   3712639       625      2745         0    111568      8377   1721750   no data   no data
4543.84/1137.72	c  S st    83   3712639       625      2745         0    111568      8377   1721750   no data   no data
4545.44/1138.17	c  S st    83   3713141       625      2745         0    112070      8377   1735992   no data   no data
4545.44/1138.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4545.84/1138.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
4545.84/1138.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4545.84/1138.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4545.84/1138.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4545.84/1138.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    625 time:  0.00 s
4545.84/1138.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4545.84/1138.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4546.24/1138.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4576.59/1145.96	c lits-rem:       264  cl-subs:     3228  v-elim:      0  v-fix:    0  time:  7.60 s
4576.59/1145.96	c vivif2 --  cl tried     2745 cl shrink        0 lits rem          0 time: 0.00
4576.59/1145.99	c vivif2 --  cl tried   108842 cl shrink        0 lits rem          0 time: 0.03
4577.40/1146.14	c asymm  cl-useful: 0/2745/2745 lits-rem:0 time: 0.16
4577.40/1146.15	c calculated reachability. Time: 0.00
4577.40/1146.15	c  N st    83   3713141       625      2745         0    108842      8377   1637297   no data   no data
4676.46/1170.91	c  F st    84   3751562       625      2745         0    146487      8377   2831260   no data   no data
4676.46/1170.91	c  N st    84   3751562       625      2745         0    146487      8377   2831260   no data   no data
4736.78/1186.04	c  N dy   152   3773508       625      2745         0     84762      8377    806931     19.39     20.50
4770.33/1194.43	c  N dy   224   3793573       625      2745         0    104594      8377   1360829     19.21     20.30

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-3174035-1304077988/watcher-3174035-1304077988 -o /tmp/evaluation-result-3174035-1304077988/solver-3174035-1304077988 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174035-1304077988.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.08 8.08 7.94 5/180 737
/proc/meminfo: memFree=18849800/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 519398495 52441088 347 33554432000 4194304 4627427 140733844684192 18446744073709551615 274474023921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 12803 347 299 106 0 7774 0
[pid=737/tid=738] ppid=735 vsize=273692 CPUtime=0 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 117 0 0 0 0 0 0 0 25 0 4 0 519398495 280260608 715 33554432000 4194304 4627427 140733844684192 18446744073709551615 274473628357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=273692 CPUtime=0 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 31 0 0 0 0 0 0 0 25 0 4 0 519398495 280260608 722 33554432000 4194304 4627427 140733844684192 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=740] ppid=735 vsize=273692 CPUtime=0 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 4 0 519398495 280260608 731 33554432000 4194304 4627427 140733844684192 18446744073709551615 274473664267 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.106839 s]
/proc/loadavg: 8.08 8.08 7.94 5/180 737
/proc/meminfo: memFree=18849800/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=282544 CPUtime=0.4 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 1931 0 0 0 40 0 0 0 25 0 4 0 519398495 289325056 1775 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 70636 1775 384 106 0 65607 0
[pid=737/tid=738] ppid=735 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 407 0 0 0 10 0 0 0 25 0 4 0 519398495 289325056 1775 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=282544 CPUtime=0.09 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 382 0 0 0 9 0 0 0 25 0 4 0 519398495 289325056 1775 33554432000 4194304 4627427 140733844684192 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 319 0 0 0 10 0 0 0 25 0 4 0 519398495 289325056 1775 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282544

[startup+0.200774 s]
/proc/loadavg: 8.08 8.08 7.94 5/180 737
/proc/meminfo: memFree=18849800/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=283884 CPUtime=0.78 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 2640 0 0 0 78 0 0 0 25 0 4 0 519398495 290697216 1804 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 70971 1804 385 106 0 65942 0
[pid=737/tid=738] ppid=735 vsize=283884 CPUtime=0.19 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 586 0 0 0 19 0 0 0 25 0 4 0 519398495 290697216 1805 33554432000 4194304 4627427 140733844684192 18446744073709551615 4329671 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=283884 CPUtime=0.19 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 562 0 0 0 19 0 0 0 25 0 4 0 519398495 290697216 1805 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=283884 CPUtime=0.19 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 491 0 0 0 19 0 0 0 25 0 4 0 519398495 290697216 1805 33554432000 4194304 4627427 140733844684192 18446744073709551615 4507218 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) 283884

[startup+0.300756 s]
/proc/loadavg: 8.08 8.08 7.94 5/180 737
/proc/meminfo: memFree=18849800/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=284176 CPUtime=1.18 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 3097 0 0 0 118 0 0 0 25 0 4 0 519398495 290996224 2261 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 71044 2261 385 106 0 66015 0
[pid=737/tid=738] ppid=735 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 701 0 0 0 29 0 0 0 25 0 4 0 519398495 290996224 2261 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 678 0 0 0 29 0 0 0 25 0 4 0 519398495 290996224 2261 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 604 0 0 0 29 0 0 0 25 0 4 0 519398495 290996224 2261 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308353 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) 284176

[startup+0.700686 s]
/proc/loadavg: 8.08 8.08 7.94 5/180 737
/proc/meminfo: memFree=18849800/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=284948 CPUtime=2.77 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 4809 0 0 0 277 0 0 0 25 0 4 0 519398495 291786752 2968 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 71237 2969 385 106 0 66208 0
[pid=737/tid=738] ppid=735 vsize=284948 CPUtime=0.69 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 1128 0 0 0 69 0 0 0 25 0 4 0 519398495 291786752 2969 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=284948 CPUtime=0.69 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 1110 0 0 0 69 0 0 0 25 0 4 0 519398495 291786752 2969 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=284948 CPUtime=0.69 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 1016 0 0 0 69 0 0 0 25 0 4 0 519398495 291786752 2969 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309272 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) 284948

[startup+1.50055 s]
/proc/loadavg: 8.08 8.08 7.94 9/184 741
/proc/meminfo: memFree=18836992/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=286312 CPUtime=5.97 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 8507 0 0 0 596 1 0 0 25 0 4 0 519398495 293183488 3841 33554432000 4194304 4627427 140733844684192 18446744073709551615 274473664267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 71578 3845 389 106 0 66549 0
[pid=737/tid=738] ppid=735 vsize=286312 CPUtime=1.49 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 2002 0 0 0 149 0 0 0 25 0 4 0 519398495 293183488 3849 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=286312 CPUtime=1.48 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 1970 0 0 0 148 0 0 0 25 0 4 0 519398495 293183488 3854 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=286312 CPUtime=1.48 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 1766 0 0 0 148 0 0 0 25 0 4 0 519398495 293183488 3859 33554432000 4194304 4627427 140733844684192 18446744073709551615 4327552 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) 286312

[startup+3.10027 s]
/proc/loadavg: 8.08 8.08 7.94 9/184 741
/proc/meminfo: memFree=18822732/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=274008 CPUtime=12.36 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 18923 0 0 0 1233 3 0 0 25 0 4 0 519398495 280584192 10566 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 68502 10566 389 106 0 63473 0
[pid=737/tid=738] ppid=735 vsize=274008 CPUtime=3.09 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 4374 0 0 0 309 0 0 0 25 0 4 0 519398495 280584192 10566 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=274008 CPUtime=3.07 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 5245 0 0 0 307 0 0 0 25 0 4 0 519398495 280584192 10566 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=274008 CPUtime=3.09 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 3950 0 0 0 308 1 0 0 25 0 4 0 519398495 280584192 10566 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 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) 274008

[startup+6.30076 s]
/proc/loadavg: 8.08 8.08 7.94 5/179 742
/proc/meminfo: memFree=19151536/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=283044 CPUtime=25.15 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 29308 0 0 0 2510 5 0 0 25 0 4 0 519398495 289837056 15784 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 70761 15784 389 106 0 65732 0
[pid=737/tid=738] ppid=735 vsize=283044 CPUtime=6.29 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 8272 0 0 0 628 1 0 0 25 0 4 0 519398495 289837056 15784 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=283044 CPUtime=6.26 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 7679 0 0 0 625 1 0 0 25 0 4 0 519398495 289837056 15784 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=283044 CPUtime=6.29 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 5582 0 0 0 628 1 0 0 25 0 4 0 519398495 289837056 15784 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309270 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) 283044

[startup+12.7006 s]
/proc/loadavg: 7.77 8.01 7.92 9/184 773
/proc/meminfo: memFree=19056492/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=289008 CPUtime=50.71 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 47267 0 0 0 5063 8 0 0 25 0 4 0 519398495 295944192 25442 33554432000 4194304 4627427 140733844684192 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 72252 25442 389 106 0 67223 0
[pid=737/tid=738] ppid=735 vsize=289008 CPUtime=12.68 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 12758 0 0 0 1267 1 0 0 25 0 4 0 519398495 295944192 25442 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=289008 CPUtime=12.63 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 9910 0 0 0 1261 2 0 0 25 0 4 0 519398495 295944192 25442 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=289008 CPUtime=12.68 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 9828 0 0 0 1267 1 0 0 25 0 4 0 519398495 295944192 25442 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 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) 289008

[startup+25.5003 s]
/proc/loadavg: 7.88 8.02 7.93 9/184 774
/proc/meminfo: memFree=18972004/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=302192 CPUtime=101.85 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 69433 0 0 0 10171 14 0 0 25 0 4 0 519398495 309444608 30849 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 75548 30849 389 106 0 70519 0
[pid=737/tid=738] ppid=735 vsize=302192 CPUtime=25.49 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 20393 0 0 0 2546 3 0 0 25 0 4 0 519398495 309444608 30849 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=302192 CPUtime=25.36 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 14831 0 0 0 2533 3 0 0 25 0 4 0 519398495 309444608 30849 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=302192 CPUtime=25.48 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 12724 0 0 0 2546 2 0 0 25 0 4 0 519398495 309444608 30849 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 302192

[startup+51.1008 s]
/proc/loadavg: 7.93 8.02 7.93 9/184 774
/proc/meminfo: memFree=18910960/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=311392 CPUtime=204.12 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 100938 0 0 0 20390 22 0 0 25 0 4 0 519398495 318865408 39507 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 77848 39507 389 106 0 72819 0
[pid=737/tid=738] ppid=735 vsize=311392 CPUtime=51.08 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 27655 0 0 0 5103 5 0 0 25 0 4 0 519398495 318865408 39507 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=311392 CPUtime=50.83 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 25048 0 0 0 5077 6 0 0 25 0 4 0 519398495 318865408 39507 33554432000 4194304 4627427 140733844684192 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=311392 CPUtime=51.08 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 18047 0 0 0 5104 4 0 0 25 0 4 0 519398495 318865408 39507 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 311392

[startup+102.301 s]
/proc/loadavg: 8.06 8.05 7.94 9/184 776
/proc/meminfo: memFree=18838632/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=392308 CPUtime=408.67 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 136354 0 0 0 40835 32 0 0 25 0 4 0 519398495 401723392 49095 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 98077 49095 389 106 0 93048 0
[pid=737/tid=738] ppid=735 vsize=392308 CPUtime=102.29 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 31344 0 0 0 10223 6 0 0 25 0 4 0 519398495 401723392 49098 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=392308 CPUtime=101.78 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 38249 0 0 0 10167 11 0 0 25 0 4 0 519398495 401723392 49098 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=392308 CPUtime=102.28 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 26893 0 0 0 10223 5 0 0 25 0 4 0 519398495 401723392 49098 33554432000 4194304 4627427 140733844684192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 392308

[startup+162.3 s]

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

[pid=737] ppid=735 vsize=702324 CPUtime=2565.75 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 341878 0 0 0 256467 108 0 0 25 0 4 0 519398495 719179776 112681 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 175581 112681 389 106 0 170552 0
[pid=737/tid=738] ppid=735 vsize=702324 CPUtime=642.25 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 59265 0 0 0 64206 19 0 0 25 0 4 0 519398495 719179776 112681 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=702324 CPUtime=638.88 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 112502 0 0 0 63851 37 0 0 25 0 4 0 519398495 719179776 112681 33554432000 4194304 4627427 140733844684192 18446744073709551615 4302894 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=702324 CPUtime=642.29 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 86040 0 0 0 64203 26 0 0 25 0 4 0 519398495 719179776 112681 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 702324

[startup+702.301 s]
/proc/loadavg: 8.28 8.11 8.00 9/184 804
/proc/meminfo: memFree=18293272/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=714900 CPUtime=2804.62 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 366294 0 0 0 280345 117 0 0 25 0 4 0 519398495 732057600 130104 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 178725 130104 389 106 0 173696 0
[pid=737/tid=738] ppid=735 vsize=714900 CPUtime=702.24 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 62615 0 0 0 70204 20 0 0 25 0 4 0 519398495 732057600 130104 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=714900 CPUtime=697.74 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 119537 0 0 0 69735 39 0 0 25 0 4 0 519398495 732057600 130104 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=714900 CPUtime=702.29 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 92616 0 0 0 70200 29 0 0 25 0 4 0 519398495 732057600 130104 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.62
Current children cumulated vsize (KiB) 714900

[startup+762.301 s]
/proc/loadavg: 8.15 8.11 8.00 9/184 805
/proc/meminfo: memFree=18240296/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=714900 CPUtime=3044.29 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 379327 0 0 0 304309 120 0 0 25 0 4 0 519398495 732057600 134556 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 178725 134556 389 106 0 173696 0
[pid=737/tid=738] ppid=735 vsize=714900 CPUtime=762.24 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 62962 0 0 0 76204 20 0 0 25 0 4 0 519398495 732057600 134556 33554432000 4194304 4627427 140733844684192 18446744073709551615 4329845 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=714900 CPUtime=757.42 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 122341 0 0 0 75702 40 0 0 25 0 4 0 519398495 732057600 134556 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=714900 CPUtime=762.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 98228 0 0 0 76200 30 0 0 25 0 4 0 519398495 732057600 134556 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.29
Current children cumulated vsize (KiB) 714900

[startup+822.301 s]
/proc/loadavg: 8.05 8.08 8.00 9/184 807
/proc/meminfo: memFree=18238792/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=740972 CPUtime=3283.95 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 394535 0 0 0 328269 126 0 0 25 0 4 0 519398495 758755328 129259 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 185243 129259 389 106 0 180214 0
[pid=737/tid=738] ppid=735 vsize=740972 CPUtime=822.23 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 65404 0 0 0 82202 21 0 0 25 0 4 0 519398495 758755328 129259 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=740972 CPUtime=817.09 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 127435 0 0 0 81667 42 0 0 25 0 4 0 519398495 758755328 129259 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=740972 CPUtime=822.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 102370 0 0 0 82198 32 0 0 25 0 4 0 519398495 758755328 129259 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.95
Current children cumulated vsize (KiB) 740972

[startup+882.307 s]
/proc/loadavg: 8.02 8.07 8.00 9/184 809
/proc/meminfo: memFree=18191396/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=753980 CPUtime=3523.65 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 417457 0 0 0 352228 137 0 0 25 0 4 0 519398495 772075520 137589 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 188495 137589 389 106 0 183466 0
[pid=737/tid=738] ppid=735 vsize=753980 CPUtime=882.23 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 70425 0 0 0 88201 22 0 0 25 0 4 0 519398495 772075520 137589 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=753980 CPUtime=876.77 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 132953 0 0 0 87633 44 0 0 25 0 4 0 519398495 772075520 137589 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=753980 CPUtime=882.31 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 110137 0 0 0 88195 36 0 0 25 0 4 0 519398495 772075520 137589 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.65
Current children cumulated vsize (KiB) 753980

[startup+942.301 s]
/proc/loadavg: 8.06 8.07 8.00 9/184 810
/proc/meminfo: memFree=18166696/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=805948 CPUtime=3763.3 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 436780 0 0 0 376185 145 0 0 25 0 4 0 519398495 825290752 144780 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 201487 144780 389 106 0 196458 0
[pid=737/tid=738] ppid=735 vsize=805948 CPUtime=942.22 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 70954 0 0 0 94199 23 0 0 25 0 4 0 519398495 825290752 144780 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=805948 CPUtime=936.44 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 135640 0 0 0 93599 45 0 0 25 0 4 0 519398495 825290752 144780 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=805948 CPUtime=942.29 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 121423 0 0 0 94190 39 0 0 25 0 4 0 519398495 825290752 144780 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.3
Current children cumulated vsize (KiB) 805948

[startup+1002.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/184 812
/proc/meminfo: memFree=18157392/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=728620 CPUtime=4002.98 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 455292 0 0 0 400145 153 0 0 25 0 4 0 519398495 746106880 138643 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 182155 138643 389 106 0 177126 0
[pid=737/tid=738] ppid=735 vsize=728620 CPUtime=1002.21 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 74295 0 0 0 100197 24 0 0 25 0 4 0 519398495 746106880 138643 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=728620 CPUtime=996.12 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 140342 0 0 0 99564 48 0 0 25 0 4 0 519398495 746106880 138643 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=728620 CPUtime=1002.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 128361 0 0 0 100188 42 0 0 25 0 4 0 519398495 746106880 138643 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.98
Current children cumulated vsize (KiB) 728620

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/184 813
/proc/meminfo: memFree=18143860/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=768056 CPUtime=4242.65 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 478230 0 0 0 424102 163 0 0 25 0 4 0 519398495 786489344 143908 33554432000 4194304 4627427 140733844684192 18446744073709551615 4327573 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 192014 143908 389 106 0 186985 0
[pid=737/tid=738] ppid=735 vsize=768056 CPUtime=1062.21 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 81337 0 0 0 106194 27 0 0 25 0 4 0 519398495 786489344 143908 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=768056 CPUtime=1055.8 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 143329 0 0 0 105531 49 0 0 25 0 4 0 519398495 786489344 143908 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=768056 CPUtime=1062.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 134213 0 0 0 106184 46 0 0 25 0 4 0 519398495 786489344 143908 33554432000 4194304 4627427 140733844684192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.65
Current children cumulated vsize (KiB) 768056

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/184 815
/proc/meminfo: memFree=18127604/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=795044 CPUtime=4482.32 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 499977 0 0 0 448062 170 0 0 25 0 4 0 519398495 814125056 146476 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 198761 146476 389 106 0 193732 0
[pid=737/tid=738] ppid=735 vsize=795044 CPUtime=1122.21 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 84769 0 0 0 112193 28 0 0 25 0 4 0 519398495 814125056 146476 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=795044 CPUtime=1115.47 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 148719 0 0 0 111497 50 0 0 25 0 4 0 519398495 814125056 146476 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=795044 CPUtime=1122.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 141130 0 0 0 112182 48 0 0 25 0 4 0 519398495 814125056 146476 33554432000 4194304 4627427 140733844684192 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 795044

[startup+1182.3 s]
/proc/loadavg: 8.19 8.13 8.03 9/184 817
/proc/meminfo: memFree=18128348/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=915492 CPUtime=4721.99 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 513870 0 0 0 472025 174 0 0 25 0 4 0 519398495 937463808 144660 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 228873 144660 389 106 0 223844 0
[pid=737/tid=738] ppid=735 vsize=915492 CPUtime=1182.2 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 87001 0 0 0 118192 28 0 0 25 0 4 0 519398495 937463808 144660 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=915492 CPUtime=1175.14 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 151401 0 0 0 117464 50 0 0 25 0 4 0 519398495 937463808 144660 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=915492 CPUtime=1182.3 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 147293 0 0 0 118180 50 0 0 25 0 4 0 519398495 937463808 144660 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.99
Current children cumulated vsize (KiB) 915492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.20 8.13 8.03 9/184 817
/proc/meminfo: memFree=18096600/32950928 swapFree=67111528/67111528
[pid=737] ppid=735 vsize=769064 CPUtime=4800.3 cores=0,2,4,6
/proc/737/stat : 737 (strangenight2-m) R 735 737 499 0 -1 4202496 525581 0 0 0 479852 178 0 0 25 0 4 0 519398495 787521536 150036 33554432000 4194304 4627427 140733844684192 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/737/statm: 192266 150036 389 106 0 187237 0
[pid=737/tid=738] ppid=735 vsize=769064 CPUtime=1201.81 cores=0,2,4,6
/proc/737/task/738/stat : 738 (strangenight2-m) R 735 737 499 0 -1 4202560 89543 0 0 0 120152 29 0 0 25 0 4 0 519398495 787521536 150037 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=737/tid=739] ppid=735 vsize=769064 CPUtime=1194.63 cores=0,2,4,6
/proc/737/task/739/stat : 739 (strangenight2-m) R 735 737 499 0 -1 4202560 155671 0 0 0 119412 51 0 0 25 0 4 0 519398495 787521536 150037 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=737/tid=740] ppid=735 vsize=769064 CPUtime=1201.91 cores=0,2,4,6
/proc/737/task/740/stat : 740 (strangenight2-m) R 735 737 499 0 -1 4202560 149946 0 0 0 120140 51 0 0 25 0 4 0 519398495 787521536 150037 33554432000 4194304 4627427 140733844684192 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 769064

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.94
CPU time (s): 4800.36
CPU user time (s): 4798.55
CPU system time (s): 1.80972
CPU usage (%): 399.385
Max. virtual memory (cumulated for all children) (KiB): 955396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.55
system time used= 1.80972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 525583
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= 169
involuntary context switches= 35404

runsolver used 1.89571 second user time and 4.56031 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 13:53:08
IDJOB=3174035
IDBENCH=82853
IDSOLVER=1586
FILE ID=node125/3174035-1304077988
RUNJOBID= node125-1304075581-517
PBS_JOBID= 13170502
Free space on /tmp= 72760 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1920526651-049.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174035-1304077988/watcher-3174035-1304077988 -o /tmp/evaluation-result-3174035-1304077988/solver-3174035-1304077988 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174035-1304077988.cnf

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

MD5SUM BENCH= 5df52ad002b8e310753df40806d6b835
RANDOM SEED=1310867427

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      18850080 kB
Buffers:       2217808 kB
Cached:       10925576 kB
SwapCached:          0 kB
Active:        8790188 kB
Inactive:      4779056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18850080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:      424488 kB
Mapped:          15500 kB
Slab:           466824 kB
PageTables:       5932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   710180 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= 72752 MiB
End job on node125 at 2011-04-29 14:13:12