Trace number 3175192

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.27 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1468528501-076.SATISFIABLE.cnf
MD5SUM6cc83c4bac88845b4bcdf4315c840cca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.085986
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175192-1304097523.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.77/0.76	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
2.77/0.76	c Finding binary XORs  T:     0.00 s  found:       0
2.77/0.76	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.77/0.76	c calculated reachability. Time: 0.00
2.77/0.76	c Calc default polars -  time:   0.00 s pos:     258 undec:      67 neg:     275
2.77/0.76	c =========================================================================================
2.77/0.76	c types(t): F = full restart, N = normal restart
2.77/0.76	c types(t): S = simplification begin/end, E = solution found
2.77/0.76	c restart types(rt): st = static, dy = dynamic
2.77/0.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.77/0.76	c  B st     0         0       582      2539         0         0      7730         0   no data   no data  --
2.77/0.76	c Decided on static restart strategy
2.77/0.76	c  N st     8      4918       582      2539         0      4855      7730    128572   no data   no data  --
2.77/0.76	c  N st    10     11302       582      2539         0      4480      7730     80369   no data   no data  --
2.77/0.76	c  N st    11     17045       582      2539         0     10113      7730    217261   no data   no data  --
4.39/1.15	c  F st    12     25000       582      2539         0     12398      7730    282333   no data   no data  --
4.39/1.15	c  N st    12     25000       582      2539         0     12398      7730    282333   no data   no data  --
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30000       582      2539         0     10675      7730    223889   no data   no data  --
5.17/1.35	c  S st    18     30000       582      2539         0     10675      7730    223889   no data   no data  --
5.17/1.38	c  S st    18     30505       582      2539         0     11179      7730    235979   no data   no data  --
5.17/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.17/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.37/1.63	c lits-rem:       151  cl-subs:      485  v-elim:      0  v-fix:    0  time:  0.95 s
6.37/1.64	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.04
6.37/1.64	c calculated reachability. Time: 0.00
6.37/1.64	c  N st    18     30505       582      2539         0     10694      7730    221934   no data   no data  --
7.97/2.07	c  N st    20     37615       582      2539         0      9960      7730    179634   no data   no data  --
9.96/2.51	c  N st    21     44014       582      2539         0     16263      7730    352486   no data   no data  --
10.35/2.62	c  S st    22     45759       582      2539         0      9203      7730    142517   no data   no data  --
10.35/2.65	c  S st    22     46262       582      2539         0      9706      7730    155674   no data   no data  --
10.35/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.35/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
10.35/2.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.77	c lits-rem:        32  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.45 s
10.76/2.77	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
10.76/2.77	c vivif2 --  cl tried     9686 cl shrink        0 lits rem          0 time: 0.01
10.76/2.78	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.03
10.76/2.78	c calculated reachability. Time: 0.00
10.76/2.78	c  N st    22     46262       582      2539         0      9686      7730    155064   no data   no data  --
14.75/3.73	c  N st    23     60661       582      2539         0     14037      7730    264064   no data   no data  --
17.15/4.33	c  N st    24     69395       582      2539         0     11838      7730    191298   no data   no data  --
17.15/4.33	c  S st    24     69395       582      2539         0     11838      7730    191298   no data   no data  --
17.15/4.36	c  S st    24     69901       582      2539         0     12342      7730    204398   no data   no data  --
17.15/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.15/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.15/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
17.15/4.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.35/4.60	c lits-rem:        51  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.92 s
18.35/4.60	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
18.35/4.61	c vivif2 --  cl tried    12235 cl shrink        0 lits rem          0 time: 0.01
18.35/4.62	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.04
18.35/4.62	c calculated reachability. Time: 0.00
18.35/4.62	c  N st    24     69901       582      2539         0     12235      7730    201210   no data   no data  --
23.14/5.84	c  F st    25     87500       582      2539         0     17737      7730    348301   no data   no data  --
23.14/5.84	c  N st    25     87500       582      2539         0     17737      7730    348301   no data   no data  --
24.74/6.26	c Decided on static restart strategy
25.94/6.58	c  N st    32     95539       582      2539         0     25640      7730    557186   no data   no data  --
28.73/7.29	c  N st    34    104851       582      2539         0     21991      7730    436030   no data   no data  --
28.73/7.29	c  S st    34    104851       582      2539         0     21991      7730    436030   no data   no data  --
29.13/7.35	c  S st    34    105353       582      2539         0     22493      7730    448721   no data   no data  --
29.13/7.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.13/7.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.13/7.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.13/7.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.13/7.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.13/7.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
29.13/7.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.52/8.47	c lits-rem:       353  cl-subs:      774  v-elim:      0  v-fix:    0  time:  4.37 s
33.52/8.47	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
33.52/8.48	c vivif2 --  cl tried    21719 cl shrink        0 lits rem          0 time: 0.02
33.92/8.50	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.08
33.92/8.50	c calculated reachability. Time: 0.00
33.92/8.50	c  N st    34    105353       582      2539         0     21719      7730    424773   no data   no data  --
37.52/9.40	c  N st    35    114951       582      2539         0     17380      7730    281834   no data   no data  --
42.31/10.60	c  N st    36    129348       582      2539         0     16839      7730    251982   no data   no data  --
50.30/12.61	c  N st    37    150944       582      2539         0     22380      7730    401160   no data   no data  --
52.72/13.27	c  S st    38    158030       582      2539         0     29355      7730    580813   no data   no data  --
53.12/13.34	c  S st    38    158533       582      2539         0     29856      7730    593398   no data   no data  --
53.12/13.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.12/13.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.12/13.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.12/13.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.12/13.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.12/13.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
53.12/13.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.89/15.03	c lits-rem:       373  cl-subs:      710  v-elim:      0  v-fix:    0  time:  6.62 s
59.89/15.03	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
59.89/15.04	c vivif2 --  cl tried    29146 cl shrink        0 lits rem          0 time: 0.03
59.89/15.06	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.10
59.89/15.07	c calculated reachability. Time: 0.00
59.89/15.07	c  N st    38    158533       582      2539         0     29146      7730    573866   no data   no data  --
81.86/20.56	c  N st    39    207121       582      2539         0     23772      7730    379384   no data   no data  --
96.24/24.12	c  N st    40    237799       582      2539         0     34135      7730    626331   no data   no data  --
96.24/24.12	c  S st    40    237799       582      2539         0     34135      7730    626331   no data   no data  --
96.66/24.22	c  S st    40    238304       582      2539         0     34638      7730    639718   no data   no data  --
96.66/24.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.66/24.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.66/24.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
96.66/24.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.66/24.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.66/24.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
96.66/24.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.63/26.27	c lits-rem:       641  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  8.05 s
104.63/26.27	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
104.63/26.28	c vivif2 --  cl tried    32789 cl shrink        0 lits rem          0 time: 0.02
105.03/26.31	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.13
105.03/26.31	c calculated reachability. Time: 0.00
105.03/26.31	c  N st    40    238304       582      2539         0     32789      7730    593475   no data   no data  --
138.19/34.67	c  F st    41    306252       582      2539         0     34718      7730    612461   no data   no data  --
138.19/34.67	c  N st    41    306252       582      2539         0     34718      7730    612461   no data   no data  --
141.00/35.34	c Decided on static restart strategy
152.16/38.19	c  N st    51    334559       582      2539         0     39041      7730    713599   no data   no data  --
164.14/41.15	c  N st    53    357456       582      2539         0     36913      7730    634537   no data   no data  --
164.14/41.15	c  S st    53    357456       582      2539         0     36913      7730    634537   no data   no data  --
164.55/41.24	c  S st    53    357957       582      2539         0     37414      7730    646702   no data   no data  --
164.55/41.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
164.55/41.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.55/41.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
164.55/41.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.55/41.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.55/41.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
164.55/41.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.14/43.10	c lits-rem:       375  cl-subs:     1059  v-elim:      0  v-fix:    0  time:  7.30 s
172.14/43.10	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
172.14/43.11	c vivif2 --  cl tried    36355 cl shrink        0 lits rem          0 time: 0.03
172.14/43.14	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.13
172.14/43.15	c calculated reachability. Time: 0.00
172.14/43.15	c  N st    53    357957       582      2539         0     36355      7730    616018   no data   no data  --
191.71/48.01	c  N st    54    390349       582      2539         0     42419      7730    726400   no data   no data  --
220.09/55.14	c  N st    55    438937       582      2539         0     36256      7730    541765   no data   no data  --
262.02/65.63	c  N st    56    511822       582      2539         0     49846      7730    857635   no data   no data  --
276.00/69.18	c  N st    57    536936       582      2539         0     44178      7730    732508   no data   no data  --
276.00/69.18	c  S st    57    536936       582      2539         0     44178      7730    732508   no data   no data  --
276.40/69.30	c  S st    57    537440       582      2539         0     44681      7730    745546   no data   no data  --
276.40/69.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.40/69.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
276.81/69.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
276.81/69.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.81/69.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.81/69.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
276.81/69.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
285.60/71.54	c lits-rem:       668  cl-subs:     1285  v-elim:      0  v-fix:    0  time:  8.79 s
285.60/71.54	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
285.60/71.55	c vivif2 --  cl tried    43396 cl shrink        0 lits rem          0 time: 0.03
285.60/71.59	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.18
285.60/71.59	c calculated reachability. Time: 0.00
285.60/71.59	c  N st    57    537440       582      2539         0     43396      7730    709015   no data   no data  --
399.43/100.07	c  N st    58    701427       582      2539         0     37577      7730    442008   no data   no data  --
484.11/121.22	c  N st    59    806160       582      2539         0     66545      7730   1197691   no data   no data  --
484.11/121.22	c  S st    59    806160       582      2539         0     66545      7730   1197691   no data   no data  --
484.91/121.40	c  S st    59    806666       582      2539         0     67050      7730   1210802   no data   no data  --
484.91/121.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
484.91/121.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
484.91/121.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
484.91/121.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
484.91/121.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
484.91/121.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
484.91/121.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
500.49/125.40	c lits-rem:        42  cl-subs:     3612  v-elim:      0  v-fix:    0  time: 15.66 s
500.49/125.40	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
500.91/125.41	c vivif2 --  cl tried    63438 cl shrink        0 lits rem          0 time: 0.05
500.91/125.49	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.32
500.91/125.50	c calculated reachability. Time: 0.00
500.91/125.50	c  N st    59    806666       582      2539         0     63438      7730   1111911   no data   no data  --
727.37/182.13	c  F st    60   1071875       582      2539         0     79721      7730   1468285   no data   no data  --
727.37/182.13	c  N st    60   1071875       582      2539         0     79721      7730   1468285   no data   no data  --
734.57/183.96	c Decided on static restart strategy
752.14/188.36	c  N st    70   1100180       582      2539         0     63283      7730   1012991   no data   no data  --
787.69/197.21	c  N st    72   1136178       582      2539         0     53440      7730    683904   no data   no data  --
821.25/205.60	c  N st    73   1168570       582      2539         0     85206      7730   1583130   no data   no data  --
864.39/216.40	c  N st    74   1210000       582      2539         0     79589      7730   1377406   no data   no data  --
864.39/216.40	c  S st    74   1210000       582      2539         0     79589      7730   1377406   no data   no data  --
865.19/216.63	c  S st    74   1210502       582      2539         0     80091      7730   1389434   no data   no data  --
865.19/216.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
865.19/216.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
865.19/216.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
865.61/216.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
865.61/216.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
865.61/216.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
865.61/216.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
884.36/221.40	c lits-rem:        76  cl-subs:     3458  v-elim:      0  v-fix:    0  time: 18.68 s
884.36/221.40	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
884.36/221.41	c vivif2 --  cl tried    76633 cl shrink        0 lits rem          0 time: 0.06
884.76/221.52	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.41
884.76/221.52	c calculated reachability. Time: 0.00
884.76/221.52	c  N st    74   1210502       582      2539         0     76633      7730   1298553   no data   no data  --
957.87/239.82	c  N st    75   1283384       582      2539         0     53188      7730    628502   no data   no data  --
1078.09/269.98	c  N st    76   1392707       582      2539         0     61220      7730    809840   no data   no data  --
1241.87/310.94	c  N st    77   1556691       582      2539         0     65917      7730    869701   no data   no data  --
1416.83/354.73	c  N st    78   1710503       582      2539         0    107678      7730   1975714   no data   no data  --
1416.83/354.73	c  S st    78   1710503       582      2539         0    107678      7730   1975714   no data   no data  --
1418.03/355.09	c  S st    78   1711003       582      2539         0    108178      7730   1988774   no data   no data  --
1418.03/355.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1418.03/355.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1418.43/355.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1418.83/355.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1418.83/355.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1418.83/355.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
1418.83/355.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1471.55/368.44	c lits-rem:       232  cl-subs:     6809  v-elim:      0  v-fix:    0  time: 52.81 s
1471.55/368.44	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
1471.55/368.47	c vivif2 --  cl tried   101369 cl shrink        0 lits rem          0 time: 0.09
1472.37/368.62	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.63
1472.37/368.63	c calculated reachability. Time: 0.00
1472.37/368.63	c  N st    78   1711003       582      2539         0    101369      7730   1821949   no data   no data  --
1893.39/474.03	c  N st    79   2079968       582      2539         0    112962      7730   2117213   no data   no data  --
2054.76/514.46	c  N st    80   2211003       582      2539         0    117209      7730   2213311   no data   no data  --
2054.76/514.46	c  S st    80   2211003       582      2539         0    117209      7730   2213311   no data   no data  --
2056.38/514.85	c  S st    80   2211507       582      2539         0    117713      7730   2226564   no data   no data  --
2056.38/514.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2056.38/514.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2056.78/514.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2056.78/514.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2056.78/514.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2056.78/514.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
2056.78/514.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2116.68/529.99	c lits-rem:       179  cl-subs:     6659  v-elim:      0  v-fix:    0  time: 59.91 s
2116.68/529.99	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
2117.08/530.02	c vivif2 --  cl tried   111054 cl shrink        0 lits rem          0 time: 0.10
2117.47/530.20	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.71
2117.47/530.20	c calculated reachability. Time: 0.00
2117.47/530.20	c  N st    80   2211507       582      2539         0    111054      7730   2052276   no data   no data  --
2795.34/699.84	c  N st    81   2711507       582      2539         0    134440      7730   2464037   no data   no data  --
2795.34/699.84	c  S st    81   2711507       582      2539         0    134440      7730   2464037   no data   no data  --
2796.94/700.28	c  S st    81   2712008       582      2539         0    134941      7730   2477430   no data   no data  --
2796.94/700.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2796.94/700.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2797.34/700.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2797.74/700.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2797.74/700.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2797.74/700.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
2797.74/700.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2904.41/727.16	c lits-rem:       315  cl-subs:     9843  v-elim:      0  v-fix:    0  time: 106.68 s
2904.41/727.16	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
2904.41/727.19	c vivif2 --  cl tried   125098 cl shrink        0 lits rem          0 time: 0.12
2905.19/727.38	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.76
2905.19/727.38	c calculated reachability. Time: 0.00
2905.19/727.38	c  N st    81   2712008       582      2539         0    125098      7730   2227584   no data   no data  --
3647.77/913.21	c  N st    82   3212008       582      2539         0    100612      7730   1421914   no data   no data  --
3647.77/913.21	c  S st    82   3212008       582      2539         0    100612      7730   1421914   no data   no data  --
3648.97/913.58	c  S st    82   3212509       582      2539         0    101113      7730   1435198   no data   no data  --
3648.97/913.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3648.97/913.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3649.37/913.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3649.77/913.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3649.77/913.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3649.77/913.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
3649.77/913.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3677.76/920.72	c lits-rem:       243  cl-subs:     4327  v-elim:      0  v-fix:    0  time: 28.00 s
3677.76/920.72	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
3677.76/920.74	c vivif2 --  cl tried    96786 cl shrink        0 lits rem          0 time: 0.08
3678.16/920.88	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.56
3678.16/920.88	c calculated reachability. Time: 0.00
3678.16/920.88	c  N st    82   3212509       582      2539         0     96786      7730   1323587   no data   no data  --
4474.65/1120.29	c  N st    83   3712509       582      2539         0    107798      7730   1478871   no data   no data  --
4474.65/1120.29	c  S st    83   3712509       582      2539         0    107798      7730   1478871   no data   no data  --
4476.25/1120.67	c  S st    83   3713011       582      2539         0    108300      7730   1491732   no data   no data  --
4476.25/1120.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4476.25/1120.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4476.65/1120.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
4477.05/1120.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4477.05/1120.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4477.05/1120.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    582 time:  0.00 s
4477.05/1120.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4518.19/1131.11	c lits-rem:       289  cl-subs:     5204  v-elim:      0  v-fix:    0  time: 41.17 s
4518.19/1131.11	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
4518.19/1131.13	c vivif2 --  cl tried   103096 cl shrink        0 lits rem          0 time: 0.08
4518.99/1131.32	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.76
4518.99/1131.32	c calculated reachability. Time: 0.00
4518.99/1131.32	c  N st    83   3713011       582      2539         0    103096      7730   1364441   no data   no data  --
4581.30/1146.91	c  F st    84   3751565       582      2539         0    140721      7730   2379406   no data   no data  --
4581.30/1146.91	c  N st    84   3751565       582      2539         0    140721      7730   2379406   no data   no data  --
4592.48/1149.74	c Decided on static restart strategy
4641.62/1162.00	c  N st    94   3779864       582      2539         0     85649      7730    873489   no data   no data  --
4683.16/1172.40	c  N st    96   3815857       582      2539         0    120920      7730   1897584   no data   no data  --
4737.11/1185.99	c  N st    97   3848249       582      2539         0    152734      7730   2818574   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-3175192-1304097523/watcher-3175192-1304097523 -o /tmp/evaluation-result-3175192-1304097523/solver-3175192-1304097523 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175192-1304097523.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.07 8.05 8.01 2/175 30738
/proc/meminfo: memFree=30943636/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 521350255 52465664 356 33554432000 4194304 4650419 140736210830160 18446744073709551615 228244348859 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 12809 356 306 112 0 7774 0
[pid=30738/tid=30739] ppid=30736 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521350256 52465664 356 33554432000 4194304 4650419 140736210830160 18446744073709551615 47094138283958 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521350256 52465664 356 33554432000 4194304 4650419 140736210830160 18446744073709551615 47094138283948 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521350256 52465664 356 33554432000 4194304 4650419 140736210830160 18446744073709551615 228239395926 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.107089 s]
/proc/loadavg: 8.07 8.05 8.01 2/175 30738
/proc/meminfo: memFree=30943636/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=282284 CPUtime=0.4 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 1919 0 0 0 40 0 0 0 18 0 4 0 521350255 289058816 1715 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 70571 1715 391 112 0 65536 0
[pid=30738/tid=30739] ppid=30736 vsize=282284 CPUtime=0.1 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 429 0 0 0 10 0 0 0 25 0 4 0 521350256 289058816 1715 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=282284 CPUtime=0.1 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 391 0 0 0 10 0 0 0 18 0 4 0 521350256 289058816 1716 33554432000 4194304 4650419 140736210830160 18446744073709551615 4352090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=282284 CPUtime=0.1 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 272 0 0 0 10 0 0 0 18 0 4 0 521350256 289058816 1716 33554432000 4194304 4650419 140736210830160 18446744073709551615 4333532 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282284

[startup+0.201037 s]
/proc/loadavg: 8.07 8.05 8.01 2/175 30738
/proc/meminfo: memFree=30943636/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=283676 CPUtime=0.77 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 2691 0 0 0 77 0 0 0 18 0 4 0 521350255 290484224 1845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 70919 1845 393 112 0 65884 0
[pid=30738/tid=30739] ppid=30736 vsize=283676 CPUtime=0.19 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 626 0 0 0 19 0 0 0 25 0 4 0 521350256 290484224 1845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=283676 CPUtime=0.19 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 587 0 0 0 19 0 0 0 18 0 4 0 521350256 290484224 1845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4334357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=283676 CPUtime=0.19 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 455 0 0 0 19 0 0 0 18 0 4 0 521350256 290484224 1845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283676

[startup+0.301019 s]
/proc/loadavg: 8.07 8.05 8.01 2/175 30738
/proc/meminfo: memFree=30943636/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=283844 CPUtime=1.17 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 3095 0 0 0 117 0 0 0 18 0 4 0 521350255 290656256 2249 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 70961 2249 393 112 0 65926 0
[pid=30738/tid=30739] ppid=30736 vsize=283844 CPUtime=0.29 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 728 0 0 0 29 0 0 0 25 0 4 0 521350256 290656256 2249 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=283844 CPUtime=0.29 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 686 0 0 0 29 0 0 0 18 0 4 0 521350256 290656256 2249 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=283844 CPUtime=0.29 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 562 0 0 0 29 0 0 0 18 0 4 0 521350256 290656256 2249 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283844

[startup+0.70095 s]
/proc/loadavg: 8.07 8.05 8.01 2/175 30738
/proc/meminfo: memFree=30943636/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=284588 CPUtime=2.77 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 4762 0 0 0 277 0 0 0 18 0 4 0 521350255 291418112 2967 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 71147 2968 393 112 0 66112 0
[pid=30738/tid=30739] ppid=30736 vsize=284588 CPUtime=0.69 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1166 0 0 0 69 0 0 0 25 0 4 0 521350256 291418112 2968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=284588 CPUtime=0.69 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1111 0 0 0 69 0 0 0 18 0 4 0 521350256 291418112 2968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=284588 CPUtime=0.69 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 964 0 0 0 69 0 0 0 18 0 4 0 521350256 291418112 2968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284588

[startup+1.50081 s]
/proc/loadavg: 7.91 8.01 8.00 9/184 30772
/proc/meminfo: memFree=30920152/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=286000 CPUtime=5.97 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 9383 0 0 0 595 2 0 0 20 0 4 0 521350255 292864000 4950 33554432000 4194304 4650419 140736210830160 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 71500 4950 395 112 0 66465 0
[pid=30738/tid=30739] ppid=30736 vsize=286000 CPUtime=1.48 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 2012 0 0 0 148 0 0 0 25 0 4 0 521350256 292864000 4950 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=286000 CPUtime=1.49 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1980 0 0 0 149 0 0 0 20 0 4 0 521350256 292864000 4950 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=286000 CPUtime=1.48 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 1706 0 0 0 148 0 0 0 20 0 4 0 521350256 292864000 4950 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286000

[startup+3.10053 s]
/proc/loadavg: 7.91 8.01 8.00 9/184 30772
/proc/meminfo: memFree=30881092/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=304512 CPUtime=12.36 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 17881 0 0 0 1233 3 0 0 25 0 4 0 521350255 311820288 10322 33554432000 4194304 4650419 140736210830160 18446744073709551615 4310792 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 76128 10322 395 112 0 71093 0
[pid=30738/tid=30739] ppid=30736 vsize=304512 CPUtime=3.07 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 4162 0 0 0 307 0 0 0 25 0 4 0 521350256 311820288 10322 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=304512 CPUtime=3.08 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 4879 0 0 0 308 0 0 0 25 0 4 0 521350256 311820288 10323 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=304512 CPUtime=3.09 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 4019 0 0 0 308 1 0 0 25 0 4 0 521350256 311820288 10323 33554432000 4194304 4650419 140736210830160 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 304512

[startup+6.30097 s]
/proc/loadavg: 7.91 8.01 8.00 9/184 30772
/proc/meminfo: memFree=30825376/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=305272 CPUtime=25.14 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 26275 0 0 0 2509 5 0 0 25 0 4 0 521350255 312598528 13968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 76318 13968 395 112 0 71283 0
[pid=30738/tid=30739] ppid=30736 vsize=305272 CPUtime=6.26 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 7221 0 0 0 625 1 0 0 25 0 4 0 521350256 312598528 13968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=305272 CPUtime=6.29 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 6900 0 0 0 628 1 0 0 25 0 4 0 521350256 312598528 13968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=305272 CPUtime=6.29 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 4896 0 0 0 628 1 0 0 25 0 4 0 521350256 312598528 13968 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 305272

[startup+12.7009 s]
/proc/loadavg: 7.92 8.01 8.00 9/184 30773
/proc/meminfo: memFree=30768604/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=324156 CPUtime=50.7 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 41161 0 0 0 5062 8 0 0 25 0 4 0 521350255 331935744 19917 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364738 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 81039 19917 395 112 0 76004 0
[pid=30738/tid=30739] ppid=30736 vsize=324156 CPUtime=12.62 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 11451 0 0 0 1260 2 0 0 25 0 4 0 521350256 331935744 19917 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=324156 CPUtime=12.68 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 11231 0 0 0 1267 1 0 0 25 0 4 0 521350256 331935744 19917 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=324156 CPUtime=12.68 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 7007 0 0 0 1267 1 0 0 25 0 4 0 521350256 331935744 19917 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 324156

[startup+25.5006 s]
/proc/loadavg: 7.94 8.01 8.00 9/184 30773
/proc/meminfo: memFree=30701624/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=325344 CPUtime=101.83 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 63344 0 0 0 10170 13 0 0 25 0 4 0 521350255 333152256 28720 33554432000 4194304 4650419 140736210830160 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 81336 28720 395 112 0 76301 0
[pid=30738/tid=30739] ppid=30736 vsize=325344 CPUtime=25.35 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 18670 0 0 0 2532 3 0 0 25 0 4 0 521350256 333152256 28720 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=325344 CPUtime=25.49 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 17897 0 0 0 2546 3 0 0 25 0 4 0 521350256 333152256 28720 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=325344 CPUtime=25.48 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 7867 0 0 0 2547 1 0 0 25 0 4 0 521350256 333152256 28720 33554432000 4194304 4650419 140736210830160 18446744073709551615 4313688 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 325344

[startup+51.1011 s]
/proc/loadavg: 7.96 8.01 8.00 9/184 30774
/proc/meminfo: memFree=30637988/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=317488 CPUtime=204.1 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 92439 0 0 0 20389 21 0 0 25 0 4 0 521350255 325107712 35365 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 79372 35365 395 112 0 74337 0
[pid=30738/tid=30739] ppid=30736 vsize=317488 CPUtime=50.81 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 27555 0 0 0 5076 5 0 0 25 0 4 0 521350256 325107712 35365 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=317488 CPUtime=51.08 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 27587 0 0 0 5103 5 0 0 25 0 4 0 521350256 325107712 35365 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=317488 CPUtime=51.08 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 9015 0 0 0 5106 2 0 0 25 0 4 0 521350256 325107712 35365 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 317488

[startup+102.301 s]
/proc/loadavg: 8.02 8.02 8.00 9/184 30775
/proc/meminfo: memFree=30560320/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=329820 CPUtime=408.63 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 141234 0 0 0 40827 36 0 0 25 0 4 0 521350255 337735680 42845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 82455 42845 395 112 0 77420 0
[pid=30738/tid=30739] ppid=30736 vsize=329820 CPUtime=101.73 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 45135 0 0 0 10163 10 0 0 25 0 4 0 521350256 337735680 42845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=329820 CPUtime=102.29 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 41549 0 0 0 10219 10 0 0 25 0 4 0 521350256 337735680 42845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=329820 CPUtime=102.28 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 10999 0 0 0 10226 2 0 0 25 0 4 0 521350256 337735680 42845 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 329820

[startup+162.301 s]

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

[pid=30738] ppid=30736 vsize=617280 CPUtime=2565.66 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 428197 0 0 0 256422 144 0 0 25 0 4 0 521350255 632094720 99643 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 154320 99643 395 112 0 149285 0
[pid=30738/tid=30739] ppid=30736 vsize=617280 CPUtime=638.8 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 136530 0 0 0 63835 45 0 0 25 0 4 0 521350256 632094720 99643 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=617280 CPUtime=642.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 137995 0 0 0 64183 47 0 0 25 0 4 0 521350256 632094720 99643 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=617280 CPUtime=642.24 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 25153 0 0 0 64216 8 0 0 25 0 4 0 521350256 632094720 99643 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 617280

[startup+702.301 s]
/proc/loadavg: 8.10 8.11 8.03 9/184 30791
/proc/meminfo: memFree=30058780/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=617532 CPUtime=2805.34 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 451611 0 0 0 280381 153 0 0 25 0 4 0 521350255 632352768 99659 33554432000 4194304 4650419 140736210830160 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 154383 99659 395 112 0 149348 0
[pid=30738/tid=30739] ppid=30736 vsize=617532 CPUtime=698.47 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 146724 0 0 0 69799 48 0 0 25 0 4 0 521350256 632352768 99659 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=617532 CPUtime=702.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 146084 0 0 0 70179 51 0 0 25 0 4 0 521350256 632352768 99659 33554432000 4194304 4650419 140736210830160 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=617532 CPUtime=702.24 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 25153 0 0 0 70216 8 0 0 25 0 4 0 521350256 632352768 99659 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 617532

[startup+762.301 s]
/proc/loadavg: 8.09 8.11 8.03 9/184 30793
/proc/meminfo: memFree=30026884/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=618332 CPUtime=3045.02 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 473328 0 0 0 304340 162 0 0 25 0 4 0 521350255 633171968 104765 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 154583 104765 395 112 0 149548 0
[pid=30738/tid=30739] ppid=30736 vsize=618332 CPUtime=758.15 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 153945 0 0 0 75764 51 0 0 25 0 4 0 521350256 633171968 104765 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=618332 CPUtime=762.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 153989 0 0 0 76175 55 0 0 25 0 4 0 521350256 633171968 104765 33554432000 4194304 4650419 140736210830160 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=618332 CPUtime=762.23 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 25445 0 0 0 76215 8 0 0 25 0 4 0 521350256 633171968 104765 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 618332

[startup+822.301 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 30794
/proc/meminfo: memFree=29979256/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=620596 CPUtime=3284.67 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 493160 0 0 0 328297 170 0 0 25 0 4 0 521350255 635490304 103909 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 155149 103909 395 112 0 150114 0
[pid=30738/tid=30739] ppid=30736 vsize=620596 CPUtime=817.82 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 161593 0 0 0 81728 54 0 0 25 0 4 0 521350256 635490304 103909 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=620596 CPUtime=822.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 162070 0 0 0 82171 59 0 0 25 0 4 0 521350256 635490304 103909 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=620596 CPUtime=822.22 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 25455 0 0 0 82214 8 0 0 25 0 4 0 521350256 635490304 103909 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 620596

[startup+882.307 s]
/proc/loadavg: 8.07 8.09 8.03 9/184 30796
/proc/meminfo: memFree=29994616/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=672308 CPUtime=3524.37 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 514135 0 0 0 352257 180 0 0 25 0 4 0 521350255 688443392 103953 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 168077 103953 395 112 0 163042 0
[pid=30738/tid=30739] ppid=30736 vsize=672308 CPUtime=877.5 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 169256 0 0 0 87693 57 0 0 25 0 4 0 521350256 688443392 103953 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=672308 CPUtime=882.31 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 170085 0 0 0 88169 62 0 0 25 0 4 0 521350256 688443392 103953 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=672308 CPUtime=882.22 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 26023 0 0 0 88214 8 0 0 25 0 4 0 521350256 688443392 103953 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 672308

[startup+942.301 s]
/proc/loadavg: 8.10 8.10 8.04 9/184 30797
/proc/meminfo: memFree=29926880/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=672044 CPUtime=3764.02 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 540745 0 0 0 376214 188 0 0 25 0 4 0 521350255 688173056 115357 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 168011 115357 395 112 0 162976 0
[pid=30738/tid=30739] ppid=30736 vsize=672044 CPUtime=937.17 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 181131 0 0 0 93657 60 0 0 25 0 4 0 521350256 688173056 115357 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=672044 CPUtime=942.31 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 181332 0 0 0 94165 66 0 0 25 0 4 0 521350256 688173056 115357 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=672044 CPUtime=942.21 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 26023 0 0 0 94213 8 0 0 25 0 4 0 521350256 688173056 115357 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 672044

[startup+1002.3 s]
/proc/loadavg: 8.18 8.13 8.05 9/184 30799
/proc/meminfo: memFree=29918440/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=622736 CPUtime=4003.68 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 559227 0 0 0 400171 197 0 0 25 0 4 0 521350255 637681664 112861 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 155684 112861 395 112 0 150649 0
[pid=30738/tid=30739] ppid=30736 vsize=622736 CPUtime=996.84 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 188302 0 0 0 99621 63 0 0 25 0 4 0 521350256 637681664 112861 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=622736 CPUtime=1002.31 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 189193 0 0 0 100161 70 0 0 25 0 4 0 521350256 637681664 112861 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=622736 CPUtime=1002.2 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 26058 0 0 0 100212 8 0 0 25 0 4 0 521350256 637681664 112861 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 622736

[startup+1062.3 s]
/proc/loadavg: 8.17 8.13 8.05 9/184 30801
/proc/meminfo: memFree=29903676/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=634836 CPUtime=4243.36 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 584135 0 0 0 424128 208 0 0 25 0 4 0 521350255 650072064 121390 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 158709 121390 395 112 0 153674 0
[pid=30738/tid=30739] ppid=30736 vsize=634836 CPUtime=1056.52 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 195421 0 0 0 105586 66 0 0 25 0 4 0 521350256 650072064 121390 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=634836 CPUtime=1062.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 197108 0 0 0 106157 73 0 0 25 0 4 0 521350256 650072064 121390 33554432000 4194304 4650419 140736210830160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=634836 CPUtime=1062.21 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 29524 0 0 0 106211 10 0 0 25 0 4 0 521350256 650072064 121390 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 634836

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 8.06 9/184 30802
/proc/meminfo: memFree=29876212/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=634936 CPUtime=4483.03 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 604339 0 0 0 448086 217 0 0 25 0 4 0 521350255 650174464 124783 33554432000 4194304 4650419 140736210830160 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 158734 124783 395 112 0 153699 0
[pid=30738/tid=30739] ppid=30736 vsize=634936 CPUtime=1116.19 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 204277 0 0 0 111550 69 0 0 25 0 4 0 521350256 650174464 124783 33554432000 4194304 4650419 140736210830160 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=634936 CPUtime=1122.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 204769 0 0 0 112154 76 0 0 25 0 4 0 521350256 650174464 124783 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=634936 CPUtime=1122.2 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 29951 0 0 0 112209 11 0 0 25 0 4 0 521350256 650174464 124783 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 634936

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.06 9/184 30804
/proc/meminfo: memFree=29842932/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=696216 CPUtime=4722.72 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 621703 0 0 0 472047 225 0 0 25 0 4 0 521350255 712925184 131313 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 174054 131313 395 112 0 169019 0
[pid=30738/tid=30739] ppid=30736 vsize=696216 CPUtime=1175.87 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 210182 0 0 0 117516 71 0 0 25 0 4 0 521350256 712925184 131313 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=696216 CPUtime=1182.31 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 209872 0 0 0 118152 79 0 0 25 0 4 0 521350256 712925184 131313 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=696216 CPUtime=1182.19 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 31532 0 0 0 118208 11 0 0 25 0 4 0 521350256 712925184 131313 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 696216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.11 8.05 9/184 30804
/proc/meminfo: memFree=29853832/32951124 swapFree=67111364/67111528
[pid=30738] ppid=30736 vsize=643376 CPUtime=4800.22 cores=0,2,4,6
/proc/30738/stat : 30738 (strangenight1-m) R 30736 30738 30527 0 -1 4202496 628749 0 0 0 479795 227 0 0 25 0 4 0 521350255 658817024 124228 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30738/statm: 160844 124228 395 112 0 155809 0
[pid=30738/tid=30739] ppid=30736 vsize=643376 CPUtime=1195.17 cores=0,2,4,6
/proc/30738/task/30739/stat : 30739 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 212995 0 0 0 119445 72 0 0 25 0 4 0 521350256 658817024 124228 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30738/tid=30740] ppid=30736 vsize=643376 CPUtime=1201.72 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 212608 0 0 0 120092 80 0 0 25 0 4 0 521350256 658817024 124228 33554432000 4194304 4650419 140736210830160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30738/tid=30741] ppid=30736 vsize=643376 CPUtime=1201.61 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (strangenight1-m) R 30736 30738 30527 0 -1 4202560 32311 0 0 0 120149 12 0 0 25 0 4 0 521350256 658817024 124228 33554432000 4194304 4650419 140736210830160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 643376

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.74
CPU time (s): 4800.27
CPU user time (s): 4797.98
CPU system time (s): 2.29865
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 788320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.98
system time used= 2.29865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628750
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= 248
involuntary context switches= 23761

runsolver used 1.9767 second user time and 4.5933 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 19:18:43
IDJOB=3175192
IDBENCH=82810
IDSOLVER=1588
FILE ID=node136/3175192-1304097523
RUNJOBID= node136-1304095115-30545
PBS_JOBID= 13170595
Free space on /tmp= 72328 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1468528501-076.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175192-1304097523/watcher-3175192-1304097523 -o /tmp/evaluation-result-3175192-1304097523/solver-3175192-1304097523 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175192-1304097523.cnf

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

MD5SUM BENCH= 6cc83c4bac88845b4bcdf4315c840cca
RANDOM SEED=1143777601

node136.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.76
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.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.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:      30943792 kB
Buffers:        579652 kB
Cached:         938476 kB
SwapCached:          0 kB
Active:         135920 kB
Inactive:      1447696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30943792 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:       65116 kB
Mapped:          15092 kB
Slab:           359760 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222936 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= 72324 MiB
End job on node136 at 2011-04-29 19:38:47