Trace number 3368973

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.45 1202.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24681
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368973-1305408552.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.07	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.07	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.07	c calculated reachability. Time: 0.00
0.00/0.07	c Calc default polars -  time:   0.00 s pos:      80 undec:       2 neg:      68
0.00/0.07	c =========================================================================================
0.00/0.07	c types(t): F = full restart, N = normal restart
0.00/0.07	c types(t): S = simplification begin/end, E = solution found
0.00/0.07	c restart types(rt): st = static, dy = dynamic
0.00/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.07	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.41/0.14	c  N st     8      4917       150      3195         0      4714     15975    146494   no data   no data  --
1.17/0.37	c  N st    10     11303       150      3195         0      4355     15975    101397   no data   no data  --
1.97/0.59	c  N st    11     17047       150      3195         0      9809     15975    261459   no data   no data  --
3.57/0.96	c  F st    12     25000       150      3195         0     12048     15975    331455   no data   no data  --
3.57/0.96	c  N st    12     25000       150      3195         0     12048     15975    331455   no data   no data  --
4.39/1.18	c Decided on static restart strategy
4.39/1.18	c  N st    18     30000       150      3195         0     10316     15975    259705   no data   no data  --
4.39/1.18	c  S st    18     30000       150      3195         0     10316     15975    259705   no data   no data  --
4.80/1.22	c  S st    18     30503       150      3195         0     10814     15975    274448   no data   no data  --
4.80/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.80/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.80/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.96/2.06	c lits-rem:      3233  cl-subs:     1209  v-elim:      0  v-fix:    0  time:  3.34 s
8.36/2.12	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.20
8.36/2.12	c calculated reachability. Time: 0.00
8.36/2.12	c  N st    18     30503       150      3195         0      9605     15975    231997   no data   no data  --
9.55/2.46	c  N st    20     37614       150      3195         0      8883     15975    197193   no data   no data  --
10.75/2.78	c  N st    21     44014       150      3195         0     14928     15975    386782   no data   no data  --
11.15/2.89	c  S st    22     45757       150      3195         0     16582     15975    435889   no data   no data  --
11.55/2.95	c  S st    22     46258       150      3195         0      8566     15975    167143   no data   no data  --
11.55/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.55/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.55/2.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.75/3.24	c lits-rem:       370  cl-subs:      127  v-elim:      0  v-fix:    0  time:  1.14 s
12.75/3.24	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
12.75/3.24	c vivif2 --  cl tried     8439 cl shrink        0 lits rem          0 time: 0.01
12.75/3.28	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.17
12.75/3.28	c calculated reachability. Time: 0.00
12.75/3.28	c  N st    22     46258       150      3195         0      8439     15975    162540   no data   no data  --
15.94/4.06	c  N st    23     60656       150      3195         0     12659     15975    273589   no data   no data  --
18.32/4.63	c  N st    24     69388       150      3195         0     10526     15975    194669   no data   no data  --
18.32/4.63	c  S st    24     69388       150      3195         0     10526     15975    194669   no data   no data  --
18.32/4.66	c  S st    24     69890       150      3195         0     11016     15975    209434   no data   no data  --
18.32/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.32/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.32/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
18.32/4.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.12/5.36	c lits-rem:       409  cl-subs:      220  v-elim:      0  v-fix:    0  time:  2.75 s
21.12/5.36	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
21.12/5.36	c vivif2 --  cl tried    10796 cl shrink        0 lits rem          0 time: 0.01
21.52/5.42	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.22
21.52/5.42	c calculated reachability. Time: 0.00
21.52/5.42	c  N st    24     69890       150      3195         0     10796     15975    201860   no data   no data  --
25.92/6.59	c  F st    25     87501       150      3195         0     16121     15975    351051   no data   no data  --
25.92/6.59	c  N st    25     87501       150      3195         0     16121     15975    351051   no data   no data  --
27.51/6.99	c Decided on static restart strategy
28.71/7.20	c  N st    32     95539       150      3195         0     23765     15975    577165   no data   no data  --
30.73/7.75	c  N st    34    104836       150      3195         0     20266     15975    470608   no data   no data  --
30.73/7.75	c  S st    34    104836       150      3195         0     20266     15975    470608   no data   no data  --
31.14/7.81	c  S st    34    105339       150      3195         0     20752     15975    484783   no data   no data  --
31.14/7.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.14/7.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.14/7.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.14/7.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.14/7.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/7.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
31.14/7.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.49/9.48	c lits-rem:      4181  cl-subs:     1394  v-elim:      0  v-fix:    0  time:  6.59 s
37.49/9.48	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
37.49/9.49	c vivif2 --  cl tried    19358 cl shrink        0 lits rem          0 time: 0.02
37.89/9.59	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.41
37.89/9.59	c calculated reachability. Time: 0.00
37.89/9.59	c  N st    34    105339       150      3195         0     19358     15975    434734   no data   no data  --
41.07/10.38	c  N st    35    114937       150      3195         0     15194     15975    297652   no data   no data  --
45.87/11.53	c  N st    36    129334       150      3195         0     14611     15975    256710   no data   no data  --
52.67/13.24	c  N st    37    150930       150      3195         0     19883     15975    396953   no data   no data  --
54.64/13.76	c  S st    38    158008       150      3195         0     26620     15975    610000   no data   no data  --
55.04/13.83	c  S st    38    158512       150      3195         0     27117     15975    624353   no data   no data  --
55.04/13.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.04/13.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.04/13.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
55.04/13.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.04/13.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.04/13.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
55.04/13.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.42/15.94	c lits-rem:      5042  cl-subs:     2099  v-elim:      0  v-fix:    0  time:  8.33 s
63.42/15.94	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
63.42/15.95	c vivif2 --  cl tried    25018 cl shrink        0 lits rem          0 time: 0.02
63.82/16.08	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.52
63.82/16.08	c calculated reachability. Time: 0.00
63.82/16.08	c  N st    38    158512       150      3195         0     25018     15975    550529   no data   no data  --
81.37/20.46	c  N st    39    207100       150      3195         0     19901     15975    355069   no data   no data  --
92.18/23.17	c  N st    40    237769       150      3195         0     30003     15975    656661   no data   no data  --
92.18/23.17	c  S st    40    237769       150      3195         0     30003     15975    656661   no data   no data  --
92.59/23.26	c  S st    40    238271       150      3195         0     30498     15975    670880   no data   no data  --
92.59/23.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.59/23.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.59/23.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
92.59/23.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.59/23.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.59/23.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
92.59/23.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
102.45/25.77	c lits-rem:      4803  cl-subs:     2335  v-elim:      0  v-fix:    0  time:  9.82 s
102.45/25.77	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
102.45/25.78	c vivif2 --  cl tried    28163 cl shrink        0 lits rem          0 time: 0.02
103.25/25.92	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.57
103.25/25.92	c calculated reachability. Time: 0.00
103.25/25.92	c  N st    40    238271       150      3195         0     28163     15975    590772   no data   no data  --
129.20/32.44	c  F st    41    306250       150      3195         0     30085     15975    590468   no data   no data  --
129.20/32.44	c  N st    41    306250       150      3195         0     30085     15975    590468   no data   no data  --
131.19/32.98	c Decided on static restart strategy
140.39/35.29	c  N st    51    334557       150      3195         0     34239     15975    705721   no data   no data  --
150.75/37.83	c  N st    53    357406       150      3195         0     32250     15975    618257   no data   no data  --
150.75/37.83	c  S st    53    357406       150      3195         0     32250     15975    618257   no data   no data  --
151.15/37.91	c  S st    53    357908       150      3195         0     32741     15975    632903   no data   no data  --
151.15/37.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.15/37.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
151.15/37.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
151.15/37.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.15/37.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.15/37.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
151.15/37.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.73/39.82	c lits-rem:      3876  cl-subs:     1473  v-elim:      0  v-fix:    0  time:  7.49 s
158.73/39.82	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
158.73/39.83	c vivif2 --  cl tried    31268 cl shrink        0 lits rem          0 time: 0.03
159.53/40.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.73
159.53/40.02	c calculated reachability. Time: 0.00
159.53/40.02	c  N st    53    357908       150      3195         0     31268     15975    581584   no data   no data  --
173.89/43.69	c  N st    54    390302       150      3195         0     37322     15975    750876   no data   no data  --
201.43/50.55	c  N st    55    438891       150      3195         0     31220     15975    542468   no data   no data  --
237.75/59.60	c  N st    56    511773       150      3195         0     44279     15975    906484   no data   no data  --
250.90/62.91	c  N st    57    536863       150      3195         0     38773     15975    707638   no data   no data  --
250.90/62.91	c  S st    57    536863       150      3195         0     38773     15975    707638   no data   no data  --
251.30/63.01	c  S st    57    537368       150      3195         0     39266     15975    722320   no data   no data  --
251.30/63.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.30/63.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.30/63.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
251.30/63.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.30/63.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.30/63.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
251.30/63.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
260.89/65.40	c lits-rem:      3127  cl-subs:     1801  v-elim:      0  v-fix:    0  time:  9.41 s
260.89/65.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
260.89/65.41	c vivif2 --  cl tried    37465 cl shrink        0 lits rem          0 time: 0.03
261.68/65.62	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.85
261.68/65.62	c calculated reachability. Time: 0.00
261.68/65.62	c  N st    57    537368       150      3195         0     37465     15975    665347   no data   no data  --
355.49/89.17	c  N st    58    701353       150      3195         0     65481     15975   1442037   no data   no data  --
426.90/107.02	c  N st    59    806054       150      3195         0     59691     15975   1227674   no data   no data  --
426.90/107.02	c  S st    59    806054       150      3195         0     59691     15975   1227674   no data   no data  --
427.30/107.19	c  S st    59    806555       150      3195         0     60183     15975   1242302   no data   no data  --
427.30/107.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
427.30/107.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
427.70/107.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
427.70/107.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.70/107.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.70/107.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
427.70/107.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
465.24/116.68	c lits-rem:      1094  cl-subs:     5037  v-elim:      0  v-fix:    0  time: 37.61 s
465.24/116.68	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
465.24/116.69	c vivif2 --  cl tried    55146 cl shrink        0 lits rem          0 time: 0.05
466.41/116.97	c asymm  cl-useful: 0/2456/3195 lits-rem:0 time: 1.10
466.41/116.97	c calculated reachability. Time: 0.00
466.41/116.97	c  N st    59    806555       150      3195         0     55146     15975   1092539   no data   no data  --
639.61/160.33	c  F st    60   1071875       150      3195         0     70814     15975   1464579   no data   no data  --
639.61/160.33	c  N st    60   1071875       150      3195         0     70814     15975   1464579   no data   no data  --
643.60/161.37	c Decided on static restart strategy
660.76/165.69	c  N st    70   1100177       150      3195         0     55229     15975    959917   no data   no data  --
688.30/172.53	c  N st    72   1136170       150      3195         0     45836     15975    655498   no data   no data  --
713.84/178.90	c  N st    73   1168563       150      3195         0     76551     15975   1616459   no data   no data  --
750.99/188.21	c  N st    74   1209833       150      3195         0     71013     15975   1392900   no data   no data  --
750.99/188.21	c  S st    74   1209833       150      3195         0     71013     15975   1392900   no data   no data  --
751.75/188.48	c  S st    74   1210337       150      3195         0     71508     15975   1408178   no data   no data  --
751.75/188.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
751.75/188.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
752.15/188.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
752.15/188.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
752.15/188.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.15/188.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
752.15/188.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
815.61/204.40	c lits-rem:      2018  cl-subs:     5331  v-elim:      0  v-fix:    0  time: 63.10 s
815.61/204.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
815.61/204.42	c vivif2 --  cl tried    66177 cl shrink        0 lits rem          0 time: 0.06
816.00/204.59	c asymm  cl-useful: 0/739/3195 lits-rem:0 time: 0.68
816.00/204.59	c calculated reachability. Time: 0.00
816.00/204.59	c  N st    74   1210337       150      3195         0     66177     15975   1243639   no data   no data  --
889.43/222.93	c  N st    75   1283219       150      3195         0     89779     15975   1976334   no data   no data  --
999.58/250.55	c  N st    76   1392543       150      3195         0     51219     15975    731194   no data   no data  --
1142.44/286.38	c  N st    77   1556527       150      3195         0     55986     15975    827458   no data   no data  --
1281.74/321.30	c  N st    78   1710339       150      3195         0     96422     15975   2032319   no data   no data  --
1281.74/321.30	c  S st    78   1710339       150      3195         0     96422     15975   2032319   no data   no data  --
1283.32/321.61	c  S st    78   1710840       150      3195         0     96916     15975   2046927   no data   no data  --
1283.32/321.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1283.32/321.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1283.32/321.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1283.71/321.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1283.71/321.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1283.71/321.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1283.71/321.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1475.67/369.83	c lits-rem:      8464  cl-subs:     9795  v-elim:      0  v-fix:    0  time: 191.93 s
1475.67/369.83	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1475.67/369.85	c vivif2 --  cl tried    87121 cl shrink        0 lits rem          0 time: 0.11
1478.07/370.44	c asymm  cl-useful: 0/1402/3195 lits-rem:0 time: 2.35
1478.07/370.44	c calculated reachability. Time: 0.00
1478.07/370.44	c  N st    78   1710840       150      3195         0     87121     15975   1741046   no data   no data  --
1844.06/462.16	c  N st    79   2079805       150      3195         0     98612     15975   2000674   no data   no data  --
1966.56/492.81	c  N st    80   2210842       150      3195         0    103045     15975   2107801   no data   no data  --
1966.56/492.81	c  S st    80   2210842       150      3195         0    103045     15975   2107801   no data   no data  --
1967.73/493.11	c  S st    80   2211344       150      3195         0    103531     15975   2122741   no data   no data  --
1967.73/493.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1967.73/493.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1967.73/493.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1968.13/493.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1968.13/493.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1968.13/493.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1968.13/493.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2096.63/525.49	c lits-rem:      2729  cl-subs:     7321  v-elim:      0  v-fix:    0  time: 128.70 s
2096.63/525.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2097.03/525.52	c vivif2 --  cl tried    96210 cl shrink        0 lits rem          0 time: 0.10
2098.67/525.99	c asymm  cl-useful: 0/1271/3195 lits-rem:0 time: 1.87
2099.02/526.00	c calculated reachability. Time: 0.00
2099.02/526.00	c  N st    80   2211344       150      3195         0     96210     15975   1902151   no data   no data  --
2645.37/662.93	c  N st    81   2711344       150      3195         0    118573     15975   2497275   no data   no data  --
2645.37/662.93	c  S st    81   2711344       150      3195         0    118573     15975   2497275   no data   no data  --
2646.99/663.35	c  S st    81   2711845       150      3195         0    119063     15975   2512334   no data   no data  --
2646.99/663.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2646.99/663.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2647.40/663.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2647.40/663.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2647.40/663.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2647.40/663.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2647.40/663.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2899.58/726.61	c lits-rem:      3372  cl-subs:    11132  v-elim:      0  v-fix:    0  time: 251.81 s
2899.58/726.61	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2899.58/726.64	c vivif2 --  cl tried   107931 cl shrink        0 lits rem          0 time: 0.12
2900.38/726.89	c asymm  cl-useful: 0/522/3195 lits-rem:0 time: 1.02
2900.78/726.90	c calculated reachability. Time: 0.00
2900.78/726.90	c  N st    81   2711845       150      3195         0    107931     15975   2163203   no data   no data  --
3540.49/887.28	c  N st    82   3211845       150      3195         0     85370     15975   1307372   no data   no data  --
3540.49/887.28	c  S st    82   3211845       150      3195         0     85370     15975   1307372   no data   no data  --
3541.69/887.58	c  S st    82   3212348       150      3195         0     85865     15975   1323193   no data   no data  --
3541.69/887.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3541.69/887.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3542.09/887.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
3542.09/887.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3542.09/887.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3542.09/887.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3542.09/887.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3580.40/897.26	c lits-rem:       543  cl-subs:     2215  v-elim:      0  v-fix:    0  time: 38.22 s
3580.40/897.26	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3580.40/897.28	c vivif2 --  cl tried    83650 cl shrink        0 lits rem          0 time: 0.07
3582.43/897.71	c asymm  cl-useful: 0/1490/3195 lits-rem:0 time: 1.70
3582.43/897.71	c calculated reachability. Time: 0.00
3582.43/897.71	c  N st    82   3212348       150      3195         0     83650     15975   1257044   no data   no data  --
4163.45/1043.35	c  N st    83   3712348       150      3195         0     94308     15975   1484470   no data   no data  --
4163.45/1043.35	c  S st    83   3712348       150      3195         0     94308     15975   1484470   no data   no data  --
4164.65/1043.64	c  S st    83   3712853       150      3195         0     94799     15975   1499717   no data   no data  --
4164.65/1043.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4164.65/1043.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4164.65/1043.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4165.05/1043.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4165.05/1043.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4165.05/1043.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4165.05/1043.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4202.56/1053.17	c lits-rem:       663  cl-subs:     2796  v-elim:      0  v-fix:    0  time: 37.58 s
4202.56/1053.17	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4202.56/1053.18	c vivif2 --  cl tried    92003 cl shrink        0 lits rem          0 time: 0.07
4204.16/1053.54	c asymm  cl-useful: 0/1256/3195 lits-rem:0 time: 1.41
4204.16/1053.54	c calculated reachability. Time: 0.00
4204.16/1053.54	c  N st    83   3712853       150      3195         0     92003     15975   1416755   no data   no data  --
4267.24/1069.33	c  F st    84   3751564       150      3195         0    128705     15975   2617984   no data   no data  --
4267.24/1069.34	c  N st    84   3751564       150      3195         0    128705     15975   2617984   no data   no data  --
4278.78/1072.22	c Decided on static restart strategy
4336.25/1086.65	c  N st    94   3779868       150      3195         0    155583     15975   3422930   no data   no data  --
4389.74/1100.04	c  N st    96   3815865       150      3195         0    109388     15975   1906278   no data   no data  --
4440.40/1112.70	c  N st    97   3848259       150      3195         0    139906     15975   2836325   no data   no data  --
4507.05/1129.40	c  N st    98   3896849       150      3195         0    104593     15975   1751835   no data   no data  --
4619.18/1157.56	c  N st    99   3969731       150      3195         0     91129     15975   1297945   no data   no data  --
4767.26/1194.64	c  N st   100   4079054       150      3195         0    110933     15975   1864647   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: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.83 8.08 8.06 5/285 5109
/proc/meminfo: memFree=18606180/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 652454854 52465664 356 33554432000 4194304 4650419 140735341207136 18446744073709551615 274664808379 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 12809 356 306 112 0 7774 0
[pid=5109/tid=5110] ppid=5107 vsize=208024 CPUtime=0 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 118 0 0 0 0 0 0 0 25 0 4 0 652454854 213016576 733 33554432000 4194304 4650419 140735341207136 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=208024 CPUtime=0 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 124 0 0 0 0 0 0 0 25 0 4 0 652454854 213016576 733 33554432000 4194304 4650419 140735341207136 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=208024 CPUtime=0 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 33 0 0 0 0 0 0 0 25 0 4 0 652454854 213016576 733 33554432000 4194304 4650419 140735341207136 18446744073709551615 274664913390 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.111277 s]
/proc/loadavg: 7.83 8.08 8.06 5/285 5109
/proc/meminfo: memFree=18606180/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=218024 CPUtime=0.41 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 2125 0 0 0 41 0 0 0 25 0 4 0 652454854 223256576 1966 33554432000 4194304 4650419 140735341207136 18446744073709551615 4334374 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 54506 1966 389 112 0 49471 0
[pid=5109/tid=5110] ppid=5107 vsize=218024 CPUtime=0.1 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 476 0 0 0 10 0 0 0 25 0 4 0 652454854 223256576 1966 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=218024 CPUtime=0.1 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 467 0 0 0 10 0 0 0 18 0 4 0 652454854 223256576 1966 33554432000 4194304 4650419 140735341207136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=218024 CPUtime=0.1 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 266 0 0 0 10 0 0 0 25 0 4 0 652454854 223256576 1966 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 218024

[startup+0.200264 s]
/proc/loadavg: 7.83 8.08 8.06 5/285 5109
/proc/meminfo: memFree=18606180/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=219624 CPUtime=0.77 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 2980 0 0 0 77 0 0 0 25 0 4 0 652454854 224894976 2097 33554432000 4194304 4650419 140735341207136 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 54906 2097 391 112 0 49871 0
[pid=5109/tid=5110] ppid=5107 vsize=219624 CPUtime=0.19 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 661 0 0 0 19 0 0 0 25 0 4 0 652454854 224894976 2097 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366743 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=219624 CPUtime=0.19 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 675 0 0 0 19 0 0 0 18 0 4 0 652454854 224894976 2097 33554432000 4194304 4650419 140735341207136 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=219624 CPUtime=0.18 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 494 0 0 0 18 0 0 0 25 0 4 0 652454854 224894976 2097 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 219624

[startup+0.300246 s]
/proc/loadavg: 7.83 8.08 8.06 5/285 5109
/proc/meminfo: memFree=18606180/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=219936 CPUtime=1.17 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 3418 0 0 0 117 0 0 0 25 0 4 0 652454854 225214464 2535 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 54984 2535 391 112 0 49949 0
[pid=5109/tid=5110] ppid=5107 vsize=219936 CPUtime=0.29 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 761 0 0 0 29 0 0 0 25 0 4 0 652454854 225214464 2535 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=219936 CPUtime=0.29 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 798 0 0 0 29 0 0 0 18 0 4 0 652454854 225214464 2535 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=219936 CPUtime=0.28 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 611 0 0 0 28 0 0 0 25 0 4 0 652454854 225214464 2535 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219936

[startup+0.700178 s]
/proc/loadavg: 7.83 8.08 8.06 5/285 5109
/proc/meminfo: memFree=18606180/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=222240 CPUtime=2.77 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 6236 0 0 0 276 1 0 0 25 0 4 0 652454854 227573760 2918 33554432000 4194304 4650419 140735341207136 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 55560 2918 391 112 0 50525 0
[pid=5109/tid=5110] ppid=5107 vsize=222240 CPUtime=0.69 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 1452 0 0 0 69 0 0 0 25 0 4 0 652454854 227573760 2918 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=222240 CPUtime=0.69 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 1481 0 0 0 69 0 0 0 18 0 4 0 652454854 227573760 2918 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=222240 CPUtime=0.68 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 1326 0 0 0 68 0 0 0 25 0 4 0 652454854 227573760 2918 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 222240

[startup+1.50105 s]
/proc/loadavg: 7.83 8.08 8.06 9/289 5113
/proc/meminfo: memFree=18592508/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=228148 CPUtime=5.97 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 11370 0 0 0 595 2 0 0 25 0 4 0 652454854 233623552 5041 33554432000 4194304 4650419 140735341207136 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 57037 5042 393 112 0 52002 0
[pid=5109/tid=5110] ppid=5107 vsize=228148 CPUtime=1.49 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 2503 0 0 0 149 0 0 0 25 0 4 0 652454854 233623552 5042 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=228148 CPUtime=1.49 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 2471 0 0 0 149 0 0 0 20 0 4 0 652454854 233623552 5042 33554432000 4194304 4650419 140735341207136 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=228148 CPUtime=1.47 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 2268 0 0 0 147 0 0 0 25 0 4 0 652454854 233623552 5042 33554432000 4194304 4650419 140735341207136 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 228148

[startup+3.10077 s]
/proc/loadavg: 7.83 8.08 8.06 9/289 5113
/proc/meminfo: memFree=18569444/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=253564 CPUtime=12.35 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 19698 0 0 0 1231 4 0 0 25 0 4 0 652454854 259649536 11325 33554432000 4194304 4650419 140735341207136 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 63391 11325 393 112 0 58356 0
[pid=5109/tid=5110] ppid=5107 vsize=253564 CPUtime=3.08 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 4525 0 0 0 308 0 0 0 25 0 4 0 652454854 259649536 11325 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=253564 CPUtime=3.08 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 5008 0 0 0 308 0 0 0 25 0 4 0 652454854 259649536 11325 33554432000 4194304 4650419 140735341207136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=253564 CPUtime=3.06 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 4988 0 0 0 305 1 0 0 25 0 4 0 652454854 259649536 11325 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 253564

[startup+6.30021 s]
/proc/loadavg: 8.17 8.14 8.08 9/289 5113
/proc/meminfo: memFree=18542204/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=254092 CPUtime=25.11 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 27829 0 0 0 2505 6 0 0 25 0 4 0 652454854 260190208 14333 33554432000 4194304 4650419 140735341207136 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 63523 14343 393 112 0 58488 0
[pid=5109/tid=5110] ppid=5107 vsize=254092 CPUtime=6.29 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 7591 0 0 0 628 1 0 0 25 0 4 0 652454854 260190208 14348 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=254092 CPUtime=6.29 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 6308 0 0 0 628 1 0 0 25 0 4 0 652454854 260190208 14354 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=254092 CPUtime=6.22 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 6559 0 0 0 621 1 0 0 25 0 4 0 652454854 260190208 14359 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 254092

[startup+12.7011 s]
/proc/loadavg: 8.15 8.14 8.08 9/289 5113
/proc/meminfo: memFree=18515700/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=273236 CPUtime=50.66 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 43733 0 0 0 5055 11 0 0 25 0 4 0 652454854 279793664 20785 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 68309 20785 393 112 0 63274 0
[pid=5109/tid=5110] ppid=5107 vsize=273236 CPUtime=12.69 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 12420 0 0 0 1267 2 0 0 25 0 4 0 652454854 279793664 20785 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=273236 CPUtime=12.68 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 9948 0 0 0 1266 2 0 0 25 0 4 0 652454854 279793664 20785 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=273236 CPUtime=12.57 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 9657 0 0 0 1255 2 0 0 25 0 4 0 652454854 279793664 20785 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 273236

[startup+25.5009 s]
/proc/loadavg: 8.19 8.15 8.08 9/289 5113
/proc/meminfo: memFree=18470588/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=305344 CPUtime=101.72 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 65331 0 0 0 10155 17 0 0 25 0 4 0 652454854 312672256 31603 33554432000 4194304 4650419 140735341207136 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 76336 31603 393 112 0 71301 0
[pid=5109/tid=5110] ppid=5107 vsize=305344 CPUtime=25.49 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 20034 0 0 0 2544 5 0 0 25 0 4 0 652454854 312672256 31603 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=305344 CPUtime=25.48 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 13033 0 0 0 2544 4 0 0 25 0 4 0 652454854 312672256 31603 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=305344 CPUtime=25.24 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 13466 0 0 0 2520 4 0 0 25 0 4 0 652454854 312672256 31603 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 305344

[startup+51.1005 s]
/proc/loadavg: 8.12 8.13 8.08 9/289 5114
/proc/meminfo: memFree=18420468/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=318416 CPUtime=203.82 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 94593 0 0 0 20355 27 0 0 25 0 4 0 652454854 326057984 40450 33554432000 4194304 4650419 140735341207136 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 79604 40450 393 112 0 74569 0
[pid=5109/tid=5110] ppid=5107 vsize=318416 CPUtime=51.08 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 30895 0 0 0 5100 8 0 0 25 0 4 0 652454854 326057984 40450 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=318416 CPUtime=51.01 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 18981 0 0 0 5095 6 0 0 25 0 4 0 652454854 326057984 40450 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=318416 CPUtime=50.6 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 14586 0 0 0 5056 4 0 0 25 0 4 0 652454854 326057984 40450 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 318416

[startup+102.301 s]
/proc/loadavg: 8.20 8.16 8.09 9/289 5116
/proc/meminfo: memFree=18379048/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=309836 CPUtime=408.17 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 142799 0 0 0 40773 44 0 0 25 0 4 0 652454854 317272064 47711 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 77459 47711 393 112 0 72424 0
[pid=5109/tid=5110] ppid=5107 vsize=309836 CPUtime=102.29 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 45115 0 0 0 10217 12 0 0 25 0 4 0 652454854 317272064 47713 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=309836 CPUtime=102.23 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 34499 0 0 0 10210 13 0 0 25 0 4 0 652454854 317272064 47713 33554432000 4194304 4650419 140735341207136 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=309836 CPUtime=101.34 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 17284 0 0 0 10129 5 0 0 25 0 4 0 652454854 317272064 47713 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 309836

[startup+162.301 s]

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

[pid=5109] ppid=5107 vsize=657728 CPUtime=2563.16 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 391062 0 0 0 256158 158 0 0 25 0 4 0 652454854 673513472 116653 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 164432 116653 393 112 0 159397 0
[pid=5109/tid=5110] ppid=5107 vsize=657728 CPUtime=642.26 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 127266 0 0 0 64177 49 0 0 25 0 4 0 652454854 673513472 116653 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=657728 CPUtime=642.22 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 85514 0 0 0 64186 36 0 0 25 0 4 0 652454854 673513472 116653 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=657728 CPUtime=636.35 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 44166 0 0 0 63617 18 0 0 25 0 4 0 652454854 673513472 116653 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.16
Current children cumulated vsize (KiB) 657728

[startup+702.301 s]
/proc/loadavg: 8.09 8.07 8.07 9/289 5162
/proc/meminfo: memFree=18240120/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=633004 CPUtime=2802.6 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 405513 0 0 0 280094 166 0 0 25 0 4 0 652454854 648196096 120775 33554432000 4194304 4650419 140735341207136 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 158251 120775 393 112 0 153216 0
[pid=5109/tid=5110] ppid=5107 vsize=633004 CPUtime=702.26 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 133743 0 0 0 70174 52 0 0 25 0 4 0 652454854 648196096 120775 33554432000 4194304 4650419 140735341207136 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=633004 CPUtime=702.23 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 89630 0 0 0 70184 39 0 0 25 0 4 0 652454854 648196096 120775 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=633004 CPUtime=695.78 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 44609 0 0 0 69559 19 0 0 25 0 4 0 652454854 648196096 120775 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.6
Current children cumulated vsize (KiB) 633004

[startup+762.3 s]
/proc/loadavg: 8.14 8.08 8.07 9/289 5164
/proc/meminfo: memFree=18195476/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=700080 CPUtime=3042.06 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 416532 0 0 0 304035 171 0 0 25 0 4 0 652454854 716881920 122696 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 175020 122696 393 112 0 169985 0
[pid=5109/tid=5110] ppid=5107 vsize=700080 CPUtime=762.27 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 134569 0 0 0 76174 53 0 0 25 0 4 0 652454854 716881920 122697 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=700080 CPUtime=762.24 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 94568 0 0 0 76183 41 0 0 25 0 4 0 652454854 716881920 122697 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=700080 CPUtime=755.23 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 44778 0 0 0 75504 19 0 0 25 0 4 0 652454854 716881920 122697 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.06
Current children cumulated vsize (KiB) 700080

[startup+822.301 s]
/proc/loadavg: 8.15 8.10 8.08 9/289 5166
/proc/meminfo: memFree=18228080/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=646024 CPUtime=3281.49 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 433309 0 0 0 327970 179 0 0 25 0 4 0 652454854 661528576 118290 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 161506 118290 393 112 0 156471 0
[pid=5109/tid=5110] ppid=5107 vsize=646024 CPUtime=822.25 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 141837 0 0 0 82168 57 0 0 25 0 4 0 652454854 661528576 118290 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=646024 CPUtime=822.24 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 98550 0 0 0 82181 43 0 0 25 0 4 0 652454854 661528576 118290 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=646024 CPUtime=814.67 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 46354 0 0 0 81448 19 0 0 25 0 4 0 652454854 661528576 118290 33554432000 4194304 4650419 140735341207136 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.49
Current children cumulated vsize (KiB) 646024

[startup+882.311 s]
/proc/loadavg: 8.15 8.11 8.08 9/289 5167
/proc/meminfo: memFree=18159388/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=714332 CPUtime=3520.98 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 450227 0 0 0 351907 191 0 0 25 0 4 0 652454854 731475968 126835 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 178583 126835 393 112 0 173548 0
[pid=5109/tid=5110] ppid=5107 vsize=714332 CPUtime=882.26 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 148875 0 0 0 88165 61 0 0 25 0 4 0 652454854 731475968 126835 33554432000 4194304 4650419 140735341207136 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=714332 CPUtime=882.24 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 99030 0 0 0 88181 43 0 0 25 0 4 0 652454854 731475968 126835 33554432000 4194304 4650419 140735341207136 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=714332 CPUtime=874.13 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 48139 0 0 0 87392 21 0 0 25 0 4 0 652454854 731475968 126835 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.98
Current children cumulated vsize (KiB) 714332

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 8.09 9/289 5169
/proc/meminfo: memFree=18165948/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=719148 CPUtime=3760.39 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 466684 0 0 0 375841 198 0 0 25 0 4 0 652454854 736407552 121381 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 179787 121381 393 112 0 174752 0
[pid=5109/tid=5110] ppid=5107 vsize=719148 CPUtime=942.24 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 157367 0 0 0 94160 64 0 0 25 0 4 0 652454854 736407552 121381 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=719148 CPUtime=942.23 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 99786 0 0 0 94180 43 0 0 25 0 4 0 652454854 736407552 121381 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=719148 CPUtime=933.58 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 49262 0 0 0 93336 22 0 0 25 0 4 0 652454854 736407552 121381 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.39
Current children cumulated vsize (KiB) 719148

[startup+1002.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/289 5170
/proc/meminfo: memFree=18188756/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=650752 CPUtime=3999.83 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 492018 0 0 0 399772 211 0 0 25 0 4 0 652454854 666370048 115769 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 162688 115769 393 112 0 157653 0
[pid=5109/tid=5110] ppid=5107 vsize=650752 CPUtime=1002.25 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 167511 0 0 0 100155 70 0 0 25 0 4 0 652454854 666370048 115769 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=650752 CPUtime=1002.23 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 105831 0 0 0 100177 46 0 0 25 0 4 0 652454854 666370048 115769 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=650752 CPUtime=993.03 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 50942 0 0 0 99280 23 0 0 25 0 4 0 652454854 666370048 115769 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.83
Current children cumulated vsize (KiB) 650752

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/289 5172
/proc/meminfo: memFree=18109636/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=719336 CPUtime=4239.27 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 518793 0 0 0 423701 226 0 0 25 0 4 0 652454854 736600064 129562 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 179834 129562 393 112 0 174799 0
[pid=5109/tid=5110] ppid=5107 vsize=719336 CPUtime=1062.24 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 175863 0 0 0 106150 74 0 0 25 0 4 0 652454854 736600064 129562 33554432000 4194304 4650419 140735341207136 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=719336 CPUtime=1062.2 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 112065 0 0 0 106170 50 0 0 25 0 4 0 652454854 736600064 129562 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=719336 CPUtime=1052.53 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 55456 0 0 0 105227 26 0 0 25 0 4 0 652454854 736600064 129562 33554432000 4194304 4650419 140735341207136 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4239.27
Current children cumulated vsize (KiB) 719336

[startup+1122.3 s]
/proc/loadavg: 8.13 8.13 8.09 9/289 5174
/proc/meminfo: memFree=18112728/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=734056 CPUtime=4478.71 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 536112 0 0 0 447636 235 0 0 25 0 4 0 652454854 751673344 127257 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 183514 127257 393 112 0 178479 0
[pid=5109/tid=5110] ppid=5107 vsize=734056 CPUtime=1122.24 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 178097 0 0 0 112148 76 0 0 25 0 4 0 652454854 751673344 127257 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=734056 CPUtime=1121.64 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 120202 0 0 0 112110 54 0 0 25 0 4 0 652454854 751673344 127257 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=734056 CPUtime=1112.53 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 56923 0 0 0 111226 27 0 0 25 0 4 0 652454854 751673344 127257 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.71
Current children cumulated vsize (KiB) 734056

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.09 9/289 5175
/proc/meminfo: memFree=18059764/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=720288 CPUtime=4718.17 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 559912 0 0 0 471569 248 0 0 25 0 4 0 652454854 737574912 137436 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 180072 137436 393 112 0 175037 0
[pid=5109/tid=5110] ppid=5107 vsize=720288 CPUtime=1182.24 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 185433 0 0 0 118145 79 0 0 25 0 4 0 652454854 737574912 137436 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=720288 CPUtime=1181.1 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 127709 0 0 0 118052 58 0 0 25 0 4 0 652454854 737574912 137436 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=720288 CPUtime=1172.53 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 58128 0 0 0 117226 27 0 0 25 0 4 0 652454854 737574912 137436 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4718.17
Current children cumulated vsize (KiB) 720288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.21 8.15 8.10 9/289 5176
/proc/meminfo: memFree=18083936/32951132 swapFree=67093824/67111528
[pid=5109] ppid=5107 vsize=728680 CPUtime=4800.39 cores=1,3,5,7
/proc/5109/stat : 5109 (strangenight1-m) R 5107 5109 4908 0 -1 4202496 566529 0 0 0 479788 251 0 0 25 0 4 0 652454854 746168320 135843 33554432000 4194304 4650419 140735341207136 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5109/statm: 182170 135843 393 112 0 177135 0
[pid=5109/tid=5110] ppid=5107 vsize=728680 CPUtime=1202.85 cores=1,3,5,7
/proc/5109/task/5110/stat : 5110 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 186522 0 0 0 120205 80 0 0 25 0 4 0 652454854 746168320 135844 33554432000 4194304 4650419 140735341207136 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5109/tid=5111] ppid=5107 vsize=728680 CPUtime=1201.52 cores=1,3,5,7
/proc/5109/task/5111/stat : 5111 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 129615 0 0 0 120093 59 0 0 25 0 4 0 652454854 746168320 135844 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=728680 CPUtime=1193.14 cores=1,3,5,7
/proc/5109/task/5112/stat : 5112 (strangenight1-m) R 5107 5109 4908 0 -1 4202560 58402 0 0 0 119287 27 0 0 25 0 4 0 652454854 746168320 135844 33554432000 4194304 4650419 140735341207136 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 728680

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): 1202.94
CPU time (s): 4800.45
CPU user time (s): 4797.92
CPU system time (s): 2.53961
CPU usage (%): 399.059
Max. virtual memory (cumulated for all children) (KiB): 827948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.92
system time used= 2.53961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566530
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= 487
involuntary context switches= 35939

runsolver used 3.01754 second user time and 7.95779 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 23:29:12
IDJOB=3368973
IDBENCH=82982
IDSOLVER=1846
FILE ID=node131/3368973-1305408552
RUNJOBID= node131-1305406450-4927
PBS_JOBID= 13324514
Free space on /tmp= 73684 MiB

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

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=766377251

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:     32951132 kB
MemFree:      18606336 kB
Buffers:        273112 kB
Cached:        3639524 kB
SwapCached:       1504 kB
Active:       11023500 kB
Inactive:      3063908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18606336 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:    10173148 kB
Mapped:          27344 kB
Slab:           163680 kB
PageTables:      31712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28529588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73676 MiB
End job on node131 at 2011-05-14 23:49:17