Trace number 3175174

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S539832832-088.SATISFIABLE.cnf
MD5SUM96d6aca5635fba3566aa8534cdc228f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.734888
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
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 53727
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-3175174-1304095238.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	c -- header says num clauses:        3727
0.00/0.00	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.00	c -- vars added        175
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
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:    175 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.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      84 undec:       3 neg:      88
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4920       175      3727         0      4730     18635    160868   no data   no data  --
1.18/0.37	c  N st    10     11303       175      3727         0      4386     18635    111092   no data   no data  --
2.37/0.61	c  N st    11     17046       175      3727         0      9897     18635    302182   no data   no data  --
3.98/1.02	c  F st    12     25000       175      3727         0     12119     18635    374689   no data   no data  --
3.98/1.02	c  N st    12     25000       175      3727         0     12119     18635    374689   no data   no data  --
4.80/1.24	c Decided on static restart strategy
4.80/1.24	c  N st    18     30000       175      3727         0     10388     18635    297885   no data   no data  --
4.80/1.24	c  S st    18     30000       175      3727         0     10388     18635    297885   no data   no data  --
4.80/1.27	c  S st    18     30505       175      3727         0     10883     18635    314624   no data   no data  --
4.80/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
4.80/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.80/1.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.49	c lits-rem:      3270  cl-subs:     1004  v-elim:      0  v-fix:    0  time:  4.81 s
9.97/2.55	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.21
9.97/2.55	c calculated reachability. Time: 0.00
9.97/2.55	c  N st    18     30505       175      3727         0      9879     18635    271901   no data   no data  --
11.57/2.93	c  N st    20     37617       175      3727         0      9139     18635    227057   no data   no data  --
12.77/3.28	c  N st    21     44017       175      3727         0     15254     18635    437041   no data   no data  --
13.18/3.38	c  S st    22     45757       175      3727         0     16932     18635    493396   no data   no data  --
13.58/3.43	c  S st    22     46264       175      3727         0      8847     18635    192459   no data   no data  --
13.58/3.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.58/3.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.58/3.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.58/3.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.58/3.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.58/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
13.58/3.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.16/3.89	c lits-rem:       443  cl-subs:       74  v-elim:      0  v-fix:    0  time:  1.81 s
15.16/3.89	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.16/3.89	c vivif2 --  cl tried     8773 cl shrink        0 lits rem          0 time: 0.01
15.56/3.94	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.19
15.56/3.94	c calculated reachability. Time: 0.00
15.56/3.94	c  N st    22     46264       175      3727         0      8773     18635    189126   no data   no data  --
19.16/4.85	c  N st    23     60662       175      3727         0     12939     18635    313647   no data   no data  --
21.55/5.46	c  N st    24     69397       175      3727         0     10802     18635    223382   no data   no data  --
21.55/5.46	c  S st    24     69397       175      3727         0     10802     18635    223382   no data   no data  --
21.55/5.49	c  S st    24     69903       175      3727         0     11296     18635    238812   no data   no data  --
21.55/5.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.55/5.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.55/5.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.55/5.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.55/5.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.55/5.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
21.55/5.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.14/6.33	c lits-rem:       631  cl-subs:      262  v-elim:      0  v-fix:    0  time:  3.33 s
25.14/6.33	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.14/6.34	c vivif2 --  cl tried    11034 cl shrink        0 lits rem          0 time: 0.01
25.14/6.39	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
25.14/6.39	c calculated reachability. Time: 0.00
25.14/6.39	c  N st    24     69903       175      3727         0     11034     18635    228618   no data   no data  --
30.34/7.63	c  F st    25     87500       175      3727         0     16359     18635    401481   no data   no data  --
30.34/7.63	c  N st    25     87500       175      3727         0     16359     18635    401481   no data   no data  --
31.54/7.96	c Decided on static restart strategy
32.34/8.16	c  N st    32     95542       175      3727         0     24075     18635    662610   no data   no data  --
34.74/8.79	c  N st    34    104857       175      3727         0     20584     18635    534298   no data   no data  --
34.74/8.79	c  S st    34    104857       175      3727         0     20584     18635    534298   no data   no data  --
35.15/8.85	c  S st    34    105360       175      3727         0     21081     18635    550798   no data   no data  --
35.15/8.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.15/8.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.15/8.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
35.15/8.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.15/8.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.15/8.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
35.15/8.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.73/10.77	c lits-rem:      5610  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  7.57 s
42.73/10.77	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
42.73/10.78	c vivif2 --  cl tried    19798 cl shrink        0 lits rem          0 time: 0.02
43.53/10.90	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.49
43.53/10.90	c calculated reachability. Time: 0.00
43.53/10.90	c  N st    34    105360       175      3727         0     19798     18635    495057   no data   no data  --
47.11/11.86	c  N st    35    114959       175      3727         0     15622     18635    349764   no data   no data  --
51.92/13.06	c  N st    36    129358       175      3727         0     15055     18635    298276   no data   no data  --
58.70/14.76	c  N st    37    150953       175      3727         0     20421     18635    463325   no data   no data  --
61.11/15.36	c  S st    38    158041       175      3727         0     27124     18635    683396   no data   no data  --
61.52/15.43	c  S st    38    158543       175      3727         0     27615     18635    699422   no data   no data  --
61.52/15.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
61.52/15.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.52/15.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
61.52/15.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.52/15.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.52/15.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
61.52/15.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.49/17.93	c lits-rem:      4994  cl-subs:     1894  v-elim:      0  v-fix:    0  time:  9.83 s
71.49/17.93	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
71.49/17.93	c vivif2 --  cl tried    25721 cl shrink        0 lits rem          0 time: 0.03
72.29/18.13	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.80
72.29/18.13	c calculated reachability. Time: 0.00
72.29/18.13	c  N st    38    158543       175      3727         0     25721     18635    625586   no data   no data  --
90.65/22.76	c  N st    39    207132       175      3727         0     20586     18635    406738   no data   no data  --
103.04/25.89	c  N st    40    237814       175      3727         0     30746     18635    752057   no data   no data  --
103.04/25.89	c  S st    40    237814       175      3727         0     30746     18635    752057   no data   no data  --
103.44/25.96	c  S st    40    238316       175      3727         0     31241     18635    768078   no data   no data  --
103.44/25.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.44/25.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.44/25.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
103.44/26.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.44/26.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.44/26.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
103.44/26.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.43/28.90	c lits-rem:      6373  cl-subs:     2024  v-elim:      0  v-fix:    0  time: 11.57 s
115.43/28.90	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
115.43/28.91	c vivif2 --  cl tried    29217 cl shrink        0 lits rem          0 time: 0.03
115.83/29.06	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.63
115.83/29.07	c calculated reachability. Time: 0.00
115.83/29.07	c  N st    40    238316       175      3727         0     29217     18635    687610   no data   no data  --
141.79/35.56	c  F st    41    306250       175      3727         0     31117     18635    696721   no data   no data  --
141.79/35.56	c  N st    41    306250       175      3727         0     31117     18635    696721   no data   no data  --
143.79/36.07	c Decided on static restart strategy
152.97/38.36	c  N st    51    334551       175      3727         0     35347     18635    824575   no data   no data  --
162.98/40.85	c  N st    53    357474       175      3727         0     33448     18635    726057   no data   no data  --
162.98/40.85	c  S st    53    357474       175      3727         0     33448     18635    726057   no data   no data  --
163.36/40.94	c  S st    53    357978       175      3727         0     33943     18635    742074   no data   no data  --
163.36/40.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.36/40.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.36/40.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
163.36/40.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.36/40.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.36/40.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
163.36/40.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
172.55/43.26	c lits-rem:      2826  cl-subs:     1237  v-elim:      0  v-fix:    0  time:  9.11 s
172.55/43.26	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
172.55/43.26	c vivif2 --  cl tried    32706 cl shrink        0 lits rem          0 time: 0.03
173.35/43.45	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.76
173.35/43.45	c calculated reachability. Time: 0.00
173.35/43.45	c  N st    53    357978       175      3727         0     32706     18635    691607   no data   no data  --
192.52/48.27	c  N st    54    390372       175      3727         0     38739     18635    895491   no data   no data  --
220.48/55.24	c  N st    55    438961       175      3727         0     32564     18635    648297   no data   no data  --
256.83/64.30	c  N st    56    511843       175      3727         0     45667     18635   1052342   no data   no data  --
269.22/67.49	c  N st    57    536967       175      3727         0     40154     18635    835241   no data   no data  --
269.22/67.49	c  S st    57    536967       175      3727         0     40154     18635    835241   no data   no data  --
269.62/67.59	c  S st    57    537469       175      3727         0     40649     18635    851765   no data   no data  --
270.01/67.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
270.01/67.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.01/67.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
270.01/67.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.01/67.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.01/67.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
270.01/67.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
281.22/70.48	c lits-rem:      3104  cl-subs:     1591  v-elim:      0  v-fix:    0  time: 11.37 s
281.22/70.48	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
281.22/70.49	c vivif2 --  cl tried    39058 cl shrink        0 lits rem          0 time: 0.03
282.40/70.72	c asymm  cl-useful: 0/3665/3727 lits-rem:0 time: 0.92
282.40/70.73	c calculated reachability. Time: 0.00
282.40/70.73	c  N st    57    537469       175      3727         0     39058     18635    789292   no data   no data  --
378.29/94.75	c  N st    58    701454       175      3727         0     67635     18635   1766914   no data   no data  --
444.98/111.45	c  N st    59    806203       175      3727         0     61986     18635   1472631   no data   no data  --
444.98/111.45	c  S st    59    806203       175      3727         0     61986     18635   1472631   no data   no data  --
445.78/111.63	c  S st    59    806708       175      3727         0     62485     18635   1489571   no data   no data  --
445.78/111.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
445.78/111.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.78/111.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
446.18/111.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.18/111.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.18/111.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
446.18/111.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
487.33/122.08	c lits-rem:      1716  cl-subs:     3892  v-elim:      0  v-fix:    0  time: 41.43 s
487.33/122.08	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
487.33/122.10	c vivif2 --  cl tried    58593 cl shrink        0 lits rem          0 time: 0.06
488.93/122.47	c asymm  cl-useful: 0/2653/3727 lits-rem:0 time: 1.48
488.93/122.47	c calculated reachability. Time: 0.00
488.93/122.47	c  N st    59    806708       175      3727         0     58593     18635   1344707   no data   no data  --
681.87/170.73	c  F st    60   1071877       175      3727         0     73599     18635   1766164   no data   no data  --
681.87/170.74	c  N st    60   1071877       175      3727         0     73599     18635   1766164   no data   no data  --
686.66/171.91	c Decided on static restart strategy
704.64/176.40	c  N st    70   1100186       175      3727         0     57940     18635   1168151   no data   no data  --
734.22/183.88	c  N st    72   1136179       175      3727         0     48522     18635    805894   no data   no data  --
757.37/189.61	c  N st    73   1168573       175      3727         0     79568     18635   1909801   no data   no data  --
795.34/199.12	c  N st    74   1210064       175      3727         0     74369     18635   1704156   no data   no data  --
795.34/199.12	c  S st    74   1210064       175      3727         0     74369     18635   1704156   no data   no data  --
796.12/199.40	c  S st    74   1210570       175      3727         0     74868     18635   1720472   no data   no data  --
796.52/199.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
796.52/199.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.52/199.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
796.92/199.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.92/199.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.92/199.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
796.92/199.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
869.21/217.61	c lits-rem:      3076  cl-subs:     4252  v-elim:      0  v-fix:    0  time: 72.27 s
869.21/217.61	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
869.21/217.63	c vivif2 --  cl tried    70616 cl shrink        0 lits rem          0 time: 0.08
870.03/217.87	c asymm  cl-useful: 0/1074/3727 lits-rem:0 time: 0.94
870.03/217.87	c calculated reachability. Time: 0.00
870.03/217.87	c  N st    74   1210570       175      3727         0     70616     18635   1557781   no data   no data  --
938.72/235.03	c  N st    75   1283452       175      3727         0     47550     18635    699825   no data   no data  --
1048.58/262.56	c  N st    76   1392777       175      3727         0     55303     18635    929382   no data   no data  --
1195.98/299.42	c  N st    77   1556761       175      3727         0     60144     18635   1037007   no data   no data  --
1328.21/332.58	c  N st    78   1710571       175      3727         0    100889     18635   2468828   no data   no data  --
1328.21/332.58	c  S st    78   1710571       175      3727         0    100889     18635   2468828   no data   no data  --
1329.41/332.89	c  S st    78   1711073       175      3727         0    101378     18635   2485771   no data   no data  --
1329.81/332.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1329.81/332.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1329.81/332.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1330.21/333.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1330.21/333.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1330.21/333.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1330.21/333.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1477.20/369.85	c lits-rem:      3829  cl-subs:     7996  v-elim:      0  v-fix:    0  time: 146.96 s
1477.20/369.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1477.20/369.88	c vivif2 --  cl tried    93382 cl shrink        0 lits rem          0 time: 0.11
1478.81/370.24	c asymm  cl-useful: 0/1824/3727 lits-rem:0 time: 1.45
1478.81/370.24	c calculated reachability. Time: 0.00
1478.81/370.24	c  N st    78   1711073       175      3727         0     93382     18635   2187207   no data   no data  --
1843.51/461.57	c  N st    79   2080037       175      3727         0    104450     18635   2430472   no data   no data  --
1982.93/496.45	c  N st    80   2211074       175      3727         0    108672     18635   2526425   no data   no data  --
1982.93/496.45	c  S st    80   2211074       175      3727         0    108672     18635   2526425   no data   no data  --
1984.13/496.80	c  S st    80   2211577       175      3727         0    109169     18635   2543138   no data   no data  --
1984.53/496.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1984.53/496.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1984.53/496.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1984.93/496.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1984.93/496.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1984.93/496.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1984.93/496.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2146.71/537.40	c lits-rem:      1035  cl-subs:     8902  v-elim:      0  v-fix:    0  time: 161.52 s
2146.71/537.40	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2146.71/537.43	c vivif2 --  cl tried   100267 cl shrink        0 lits rem          0 time: 0.11
2148.30/537.86	c asymm  cl-useful: 0/1417/3727 lits-rem:0 time: 1.75
2148.30/537.87	c calculated reachability. Time: 0.00
2148.30/537.87	c  N st    80   2211577       175      3727         0    100267     18635   2232638   no data   no data  --
2749.50/688.36	c  N st    81   2711578       175      3727         0    123446     18635   2948554   no data   no data  --
2749.50/688.36	c  S st    81   2711578       175      3727         0    123446     18635   2948554   no data   no data  --
2751.12/688.78	c  S st    81   2712082       175      3727         0    123942     18635   2964780   no data   no data  --
2751.12/688.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2751.12/688.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2751.50/688.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2751.90/688.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2751.90/688.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2751.90/688.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2751.90/688.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2970.42/743.61	c lits-rem:       933  cl-subs:    10209  v-elim:      0  v-fix:    0  time: 218.22 s
2970.42/743.61	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2970.42/743.64	c vivif2 --  cl tried   113733 cl shrink        0 lits rem          0 time: 0.12
2972.00/744.03	c asymm  cl-useful: 0/1498/3727 lits-rem:0 time: 1.55
2972.00/744.03	c calculated reachability. Time: 0.00
2972.00/744.03	c  N st    81   2712082       175      3727         0    113733     18635   2602125   no data   no data  --
3655.91/915.20	c  N st    82   3212082       175      3727         0     90394     18635   1581213   no data   no data  --
3655.91/915.20	c  S st    82   3212082       175      3727         0     90394     18635   1581213   no data   no data  --
3656.68/915.47	c  S st    82   3212587       175      3727         0     90891     18635   1597752   no data   no data  --
3656.68/915.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3656.68/915.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3657.08/915.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3657.08/915.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3657.08/915.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3657.08/915.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3657.08/915.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3697.83/925.74	c lits-rem:       854  cl-subs:     3282  v-elim:      0  v-fix:    0  time: 40.63 s
3697.83/925.74	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3697.83/925.76	c vivif2 --  cl tried    87609 cl shrink        0 lits rem          0 time: 0.08
3699.43/926.13	c asymm  cl-useful: 0/1623/3727 lits-rem:0 time: 1.44
3699.43/926.13	c calculated reachability. Time: 0.00
3699.43/926.13	c  N st    82   3212587       175      3727         0     87609     18635   1484567   no data   no data  --
4379.72/1096.43	c  N st    83   3712588       175      3727         0     98634     18635   1761295   no data   no data  --
4379.72/1096.43	c  S st    83   3712588       175      3727         0     98634     18635   1761295   no data   no data  --
4380.93/1096.74	c  S st    83   3713090       175      3727         0     99131     18635   1778279   no data   no data  --
4380.93/1096.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4380.93/1096.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4380.93/1096.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
4381.34/1096.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4381.34/1096.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4381.34/1096.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4381.34/1096.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4436.45/1110.60	c lits-rem:       956  cl-subs:     3000  v-elim:      0  v-fix:    0  time: 54.90 s
4436.45/1110.60	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4436.45/1110.62	c vivif2 --  cl tried    96131 cl shrink        0 lits rem          0 time: 0.09
4436.84/1110.79	c asymm  cl-useful: 0/606/3727 lits-rem:0 time: 0.67
4436.84/1110.79	c calculated reachability. Time: 0.00
4436.84/1110.79	c  N st    83   3713090       175      3727         0     96131     18635   1669367   no data   no data  --
4487.17/1123.31	c  F st    84   3751563       175      3727         0    132921     18635   2987352   no data   no data  --
4487.17/1123.31	c  N st    84   3751563       175      3727         0    132921     18635   2987352   no data   no data  --
4496.36/1125.69	c Decided on static restart strategy
4539.90/1136.57	c  N st    94   3779862       175      3727         0    160064     18635   3934992   no data   no data  --
4579.85/1146.59	c  N st    96   3815856       175      3727         0    113505     18635   2200550   no data   no data  --
4626.19/1158.12	c  N st    97   3848248       175      3727         0    144313     18635   3255397   no data   no data  --
4685.31/1172.90	c  N st    98   3896836       175      3727         0    108621     18635   2047793   no data   no data  --
4775.19/1195.49	c  N st    99   3969718       175      3727         0     95101     18635   1537405   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-3175174-1304095238/watcher-3175174-1304095238 -o /tmp/evaluation-result-3175174-1304095238/solver-3175174-1304095238 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175174-1304095238.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: 8.06 8.10 8.02 7/180 17781
/proc/meminfo: memFree=19964304/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=281780 CPUtime=0.01 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 725 0 0 0 1 0 0 0 25 0 4 0 501939433 288542720 647 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 70445 647 343 112 0 65410 0
[pid=17781/tid=17782] ppid=17779 vsize=281780 CPUtime=0 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 93 0 0 0 0 0 0 0 25 0 4 0 501939433 288542720 663 33554432000 4194304 4650419 140736504440896 18446744073709551615 264726510062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=281780 CPUtime=0 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 4 0 501939433 288542720 664 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=281780 CPUtime=0 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 92 0 0 0 0 0 0 0 25 0 4 0 501939433 288542720 666 33554432000 4194304 4650419 140736504440896 18446744073709551615 264726448311 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.105568 s]
/proc/loadavg: 8.06 8.10 8.02 7/180 17781
/proc/meminfo: memFree=19964304/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=283456 CPUtime=0.4 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 2300 0 0 0 40 0 0 0 25 0 4 0 501939433 290258944 2050 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 70864 2051 389 112 0 65829 0
[pid=17781/tid=17782] ppid=17779 vsize=283456 CPUtime=0.1 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 521 0 0 0 10 0 0 0 25 0 4 0 501939433 290258944 2051 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=283456 CPUtime=0.1 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 481 0 0 0 10 0 0 0 25 0 4 0 501939433 290258944 2051 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=283456 CPUtime=0.1 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 331 0 0 0 10 0 0 0 25 0 4 0 501939433 290258944 2052 33554432000 4194304 4650419 140736504440896 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283456

[startup+0.200551 s]
/proc/loadavg: 8.06 8.10 8.02 7/180 17781
/proc/meminfo: memFree=19964304/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=285212 CPUtime=0.78 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 3312 0 0 0 78 0 0 0 25 0 4 0 501939433 292057088 2242 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 71303 2242 391 112 0 66268 0
[pid=17781/tid=17782] ppid=17779 vsize=285212 CPUtime=0.19 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 747 0 0 0 19 0 0 0 25 0 4 0 501939433 292057088 2242 33554432000 4194304 4650419 140736504440896 18446744073709551615 4316022 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=285212 CPUtime=0.19 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 740 0 0 0 19 0 0 0 25 0 4 0 501939433 292057088 2243 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=285212 CPUtime=0.19 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 591 0 0 0 19 0 0 0 25 0 4 0 501939433 292057088 2243 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 285212

[startup+0.300531 s]
/proc/loadavg: 8.06 8.10 8.02 7/180 17781
/proc/meminfo: memFree=19964304/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=285388 CPUtime=1.18 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 3780 0 0 0 118 0 0 0 25 0 4 0 501939433 292237312 2710 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 71347 2710 391 112 0 66312 0
[pid=17781/tid=17782] ppid=17779 vsize=285388 CPUtime=0.29 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 867 0 0 0 29 0 0 0 25 0 4 0 501939433 292237312 2710 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=285388 CPUtime=0.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 863 0 0 0 29 0 0 0 25 0 4 0 501939433 292237312 2710 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=285388 CPUtime=0.29 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 705 0 0 0 29 0 0 0 25 0 4 0 501939433 292237312 2710 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285388

[startup+0.700457 s]
/proc/loadavg: 8.06 8.10 8.02 7/180 17781
/proc/meminfo: memFree=19964304/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=287536 CPUtime=2.77 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 6644 0 0 0 277 0 0 0 25 0 4 0 501939433 294436864 3190 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 71884 3190 391 112 0 66849 0
[pid=17781/tid=17782] ppid=17779 vsize=287536 CPUtime=0.69 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 1365 0 0 0 69 0 0 0 25 0 4 0 501939433 294436864 3190 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=287536 CPUtime=0.69 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 1691 0 0 0 69 0 0 0 25 0 4 0 501939433 294436864 3190 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=287536 CPUtime=0.69 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 1442 0 0 0 69 0 0 0 25 0 4 0 501939433 294436864 3190 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287536

[startup+1.50031 s]
/proc/loadavg: 8.06 8.10 8.02 9/184 17785
/proc/meminfo: memFree=19945548/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=280004 CPUtime=5.98 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 12366 0 0 0 596 2 0 0 25 0 4 0 501939433 286724096 5705 33554432000 4194304 4650419 140736504440896 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 70001 5705 393 112 0 64966 0
[pid=17781/tid=17782] ppid=17779 vsize=280004 CPUtime=1.48 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 2426 0 0 0 148 0 0 0 25 0 4 0 501939433 286724096 5705 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=280004 CPUtime=1.49 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 2868 0 0 0 149 0 0 0 25 0 4 0 501939433 286724096 5705 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=280004 CPUtime=1.49 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 2463 0 0 0 149 0 0 0 25 0 4 0 501939433 286724096 5705 33554432000 4194304 4650419 140736504440896 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 280004

[startup+3.10101 s]
/proc/loadavg: 8.05 8.10 8.02 9/184 17785
/proc/meminfo: memFree=19898552/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=290980 CPUtime=12.37 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 20886 0 0 0 1234 3 0 0 25 0 4 0 501939433 297963520 12265 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 72745 12265 393 112 0 67710 0
[pid=17781/tid=17782] ppid=17779 vsize=290980 CPUtime=3.08 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 4782 0 0 0 307 1 0 0 25 0 4 0 501939433 297963520 12265 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=290980 CPUtime=3.09 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 5631 0 0 0 309 0 0 0 25 0 4 0 501939433 297963520 12265 33554432000 4194304 4650419 140736504440896 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=290980 CPUtime=3.09 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 5234 0 0 0 308 1 0 0 25 0 4 0 501939433 297963520 12265 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 290980

[startup+6.30041 s]
/proc/loadavg: 8.05 8.10 8.02 9/184 17786
/proc/meminfo: memFree=19860320/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=292212 CPUtime=25.14 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 30872 0 0 0 2509 5 0 0 25 0 4 0 501939433 299225088 15756 33554432000 4194304 4650419 140736504440896 18446744073709551615 4439506 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 73053 15756 393 112 0 68018 0
[pid=17781/tid=17782] ppid=17779 vsize=292212 CPUtime=6.26 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 7978 0 0 0 625 1 0 0 25 0 4 0 501939433 299225088 15756 33554432000 4194304 4650419 140736504440896 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=292212 CPUtime=6.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 8371 0 0 0 628 1 0 0 25 0 4 0 501939433 299225088 15756 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=292212 CPUtime=6.28 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 6860 0 0 0 627 1 0 0 25 0 4 0 501939433 299225088 15756 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 292212

[startup+12.7012 s]
/proc/loadavg: 8.04 8.09 8.02 9/184 17786
/proc/meminfo: memFree=19811848/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=290996 CPUtime=50.71 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 48612 0 0 0 5062 9 0 0 25 0 4 0 501939433 297979904 23772 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 72749 23772 393 112 0 67714 0
[pid=17781/tid=17782] ppid=17779 vsize=290996 CPUtime=12.62 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 12649 0 0 0 1260 2 0 0 25 0 4 0 501939433 297979904 23772 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=290996 CPUtime=12.69 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 13375 0 0 0 1267 2 0 0 25 0 4 0 501939433 297979904 23772 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=290996 CPUtime=12.69 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 9882 0 0 0 1267 2 0 0 25 0 4 0 501939433 297979904 23772 33554432000 4194304 4650419 140736504440896 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 290996

[startup+25.5008 s]
/proc/loadavg: 8.04 8.09 8.02 9/184 17786
/proc/meminfo: memFree=19732988/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=312328 CPUtime=101.84 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 73499 0 0 0 10166 18 0 0 25 0 4 0 501939433 319823872 32392 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 78082 32392 393 112 0 73047 0
[pid=17781/tid=17782] ppid=17779 vsize=312328 CPUtime=25.35 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 20686 0 0 0 2530 5 0 0 25 0 4 0 501939433 319823872 32392 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=312328 CPUtime=25.49 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 20120 0 0 0 2545 4 0 0 25 0 4 0 501939433 319823872 32392 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=312328 CPUtime=25.48 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 13822 0 0 0 2544 4 0 0 25 0 4 0 501939433 319823872 32392 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 312328

[startup+51.1009 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 17787
/proc/meminfo: memFree=19675848/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=323672 CPUtime=204.1 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 115331 0 0 0 20380 30 0 0 25 0 4 0 501939433 331440128 41001 33554432000 4194304 4650419 140736504440896 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 80918 41001 393 112 0 75883 0
[pid=17781/tid=17782] ppid=17779 vsize=323672 CPUtime=50.82 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 33253 0 0 0 5073 9 0 0 25 0 4 0 501939433 331440128 41001 33554432000 4194304 4650419 140736504440896 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=323672 CPUtime=51.09 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 32001 0 0 0 5102 7 0 0 25 0 4 0 501939433 331440128 41001 33554432000 4194304 4650419 140736504440896 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=323672 CPUtime=51.08 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 19762 0 0 0 5101 7 0 0 25 0 4 0 501939433 331440128 41001 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 323672

[startup+102.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/184 17788
/proc/meminfo: memFree=19625116/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=329244 CPUtime=408.64 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 185787 0 0 0 40812 52 0 0 25 0 4 0 501939433 337145856 46872 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 82311 46872 393 112 0 77276 0
[pid=17781/tid=17782] ppid=17779 vsize=329244 CPUtime=101.74 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 54053 0 0 0 10159 15 0 0 25 0 4 0 501939433 337145856 46872 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=329244 CPUtime=102.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 51113 0 0 0 10216 13 0 0 25 0 4 0 501939433 337145856 46872 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=329244 CPUtime=102.29 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 29432 0 0 0 10219 10 0 0 25 0 4 0 501939433 337145856 46872 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 329244

[startup+162.301 s]

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

[pid=17781] ppid=17779 vsize=687876 CPUtime=2565.75 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 558879 0 0 0 256363 212 0 0 25 0 4 0 501939433 704385024 122245 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 171969 122245 393 112 0 166934 0
[pid=17781/tid=17782] ppid=17779 vsize=687876 CPUtime=638.81 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 162603 0 0 0 63818 63 0 0 25 0 4 0 501939433 704385024 122245 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=687876 CPUtime=642.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 150006 0 0 0 64172 57 0 0 25 0 4 0 501939433 704385024 122245 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=687876 CPUtime=642.3 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 89448 0 0 0 64192 38 0 0 25 0 4 0 501939433 704385024 122245 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 687876

[startup+702.301 s]
/proc/loadavg: 8.11 8.12 8.05 9/184 17804
/proc/meminfo: memFree=19094160/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=743512 CPUtime=2805.43 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 588765 0 0 0 280315 228 0 0 25 0 4 0 501939433 761356288 119253 33554432000 4194304 4650419 140736504440896 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 185878 119253 393 112 0 180843 0
[pid=17781/tid=17782] ppid=17779 vsize=743512 CPUtime=698.48 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 172291 0 0 0 69780 68 0 0 25 0 4 0 501939433 761356288 119253 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=743512 CPUtime=702.3 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 160713 0 0 0 70168 62 0 0 25 0 4 0 501939433 761356288 119253 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=743512 CPUtime=702.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 92997 0 0 0 70190 41 0 0 25 0 4 0 501939433 761356288 119253 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.43
Current children cumulated vsize (KiB) 743512

[startup+762.301 s]
/proc/loadavg: 8.08 8.11 8.05 9/184 17806
/proc/meminfo: memFree=19084592/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=744636 CPUtime=3045.12 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 618632 0 0 0 304268 244 0 0 25 0 4 0 501939433 762507264 120176 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 186159 120176 393 112 0 181124 0
[pid=17781/tid=17782] ppid=17779 vsize=744636 CPUtime=758.16 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 183228 0 0 0 75741 75 0 0 25 0 4 0 501939433 762507264 120176 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=744636 CPUtime=762.3 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 170379 0 0 0 76163 67 0 0 25 0 4 0 501939433 762507264 120176 33554432000 4194304 4650419 140736504440896 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=744636 CPUtime=762.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 97543 0 0 0 76188 43 0 0 25 0 4 0 501939433 762507264 120176 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 744636

[startup+822.3 s]
/proc/loadavg: 8.07 8.10 8.05 9/184 17807
/proc/meminfo: memFree=19014248/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=754384 CPUtime=3284.79 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 651928 0 0 0 328218 261 0 0 25 0 4 0 501939433 772489216 136061 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 188596 136061 393 112 0 183561 0
[pid=17781/tid=17782] ppid=17779 vsize=754384 CPUtime=817.83 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 194026 0 0 0 81704 79 0 0 25 0 4 0 501939433 772489216 136061 33554432000 4194304 4650419 140736504440896 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=754384 CPUtime=822.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 181008 0 0 0 82156 73 0 0 25 0 4 0 501939433 772489216 136061 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=754384 CPUtime=822.3 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 101008 0 0 0 82185 45 0 0 25 0 4 0 501939433 772489216 136061 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 754384

[startup+882.307 s]
/proc/loadavg: 8.07 8.10 8.05 9/184 17809
/proc/meminfo: memFree=19005908/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=806312 CPUtime=3524.49 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 672232 0 0 0 352176 273 0 0 25 0 4 0 501939433 825663488 130900 33554432000 4194304 4650419 140736504440896 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 201578 130900 393 112 0 196543 0
[pid=17781/tid=17782] ppid=17779 vsize=806312 CPUtime=877.51 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 200305 0 0 0 87668 83 0 0 25 0 4 0 501939433 825663488 130900 33554432000 4194304 4650419 140736504440896 18446744073709551615 4330510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=806312 CPUtime=882.3 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 186142 0 0 0 88154 76 0 0 25 0 4 0 501939433 825663488 130900 33554432000 4194304 4650419 140736504440896 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=806312 CPUtime=882.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 105053 0 0 0 88183 48 0 0 25 0 4 0 501939433 825663488 130900 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 806312

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.05 9/184 17810
/proc/meminfo: memFree=19006864/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=750384 CPUtime=3764.15 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 703055 0 0 0 376127 288 0 0 25 0 4 0 501939433 768393216 131644 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 187596 131644 393 112 0 182561 0
[pid=17781/tid=17782] ppid=17779 vsize=750384 CPUtime=937.18 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 211149 0 0 0 93630 88 0 0 25 0 4 0 501939433 768393216 131644 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=750384 CPUtime=942.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 196306 0 0 0 94150 79 0 0 25 0 4 0 501939433 768393216 131644 33554432000 4194304 4650419 140736504440896 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=750384 CPUtime=942.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 110470 0 0 0 94180 51 0 0 25 0 4 0 501939433 768393216 131644 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 750384

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.05 9/184 17812
/proc/meminfo: memFree=19002736/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=694232 CPUtime=4003.82 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 737667 0 0 0 400078 304 0 0 25 0 4 0 501939433 710893568 132450 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 173558 132450 393 112 0 168523 0
[pid=17781/tid=17782] ppid=17779 vsize=694232 CPUtime=996.86 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 223866 0 0 0 99592 94 0 0 25 0 4 0 501939433 710893568 132450 33554432000 4194304 4650419 140736504440896 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=694232 CPUtime=1002.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 205689 0 0 0 100144 85 0 0 25 0 4 0 501939433 710893568 132450 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=694232 CPUtime=1002.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 113976 0 0 0 100179 52 0 0 25 0 4 0 501939433 710893568 132450 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.82
Current children cumulated vsize (KiB) 694232

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.06 9/184 17814
/proc/meminfo: memFree=18926696/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=762812 CPUtime=4243.51 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 753864 0 0 0 424037 314 0 0 25 0 4 0 501939433 781119488 141607 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 190703 141607 393 112 0 185668 0
[pid=17781/tid=17782] ppid=17779 vsize=762812 CPUtime=1056.53 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 225030 0 0 0 105559 94 0 0 25 0 4 0 501939433 781119488 141607 33554432000 4194304 4650419 140736504440896 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=762812 CPUtime=1062.3 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 212065 0 0 0 106141 89 0 0 25 0 4 0 501939433 781119488 141607 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=762812 CPUtime=1062.31 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 117899 0 0 0 106177 54 0 0 25 0 4 0 501939433 781119488 141607 33554432000 4194304 4650419 140736504440896 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 762812

[startup+1122.3 s]
/proc/loadavg: 8.20 8.11 8.06 9/184 17815
/proc/meminfo: memFree=18948988/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=756420 CPUtime=4483.18 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 781113 0 0 0 447988 330 0 0 25 0 4 0 501939433 774574080 140708 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 189105 140708 393 112 0 184070 0
[pid=17781/tid=17782] ppid=17779 vsize=756420 CPUtime=1116.21 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 233561 0 0 0 111522 99 0 0 25 0 4 0 501939433 774574080 140708 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=756420 CPUtime=1122.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 221079 0 0 0 112135 94 0 0 25 0 4 0 501939433 774574080 140708 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=756420 CPUtime=1122.32 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 122784 0 0 0 112175 57 0 0 25 0 4 0 501939433 774574080 140708 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 756420

[startup+1182.3 s]
/proc/loadavg: 8.21 8.12 8.07 9/184 17817
/proc/meminfo: memFree=18892052/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=836760 CPUtime=4722.86 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 813974 0 0 0 471938 348 0 0 25 0 4 0 501939433 856842240 152240 33554432000 4194304 4650419 140736504440896 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 209190 152240 393 112 0 204155 0
[pid=17781/tid=17782] ppid=17779 vsize=836760 CPUtime=1175.89 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 242773 0 0 0 117485 104 0 0 25 0 4 0 501939433 856842240 152240 33554432000 4194304 4650419 140736504440896 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=836760 CPUtime=1182.29 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 229546 0 0 0 118130 99 0 0 25 0 4 0 501939433 856842240 152240 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=836760 CPUtime=1182.32 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 129222 0 0 0 118172 60 0 0 25 0 4 0 501939433 856842240 152240 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 836760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.06 5/179 17818
/proc/meminfo: memFree=19367996/32951124 swapFree=67111524/67111528
[pid=17781] ppid=17779 vsize=881636 CPUtime=4800.37 cores=1,3,5,7
/proc/17781/stat : 17781 (strangenight1-m) R 17779 17781 17643 0 -1 4202496 820163 0 0 0 479685 352 0 0 25 0 4 0 501939433 902795264 150368 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17781/statm: 220409 150368 393 112 0 215374 0
[pid=17781/tid=17782] ppid=17779 vsize=881636 CPUtime=1195.18 cores=1,3,5,7
/proc/17781/task/17782/stat : 17782 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 244512 0 0 0 119413 105 0 0 25 0 4 0 501939433 902795264 150368 33554432000 4194304 4650419 140736504440896 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17781/tid=17783] ppid=17779 vsize=881636 CPUtime=1201.7 cores=1,3,5,7
/proc/17781/task/17783/stat : 17783 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 231664 0 0 0 120070 100 0 0 25 0 4 0 501939433 902795264 150368 33554432000 4194304 4650419 140736504440896 18446744073709551615 4329433 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17781/tid=17784] ppid=17779 vsize=881636 CPUtime=1201.73 cores=1,3,5,7
/proc/17781/task/17784/stat : 17784 (strangenight1-m) R 17779 17781 17643 0 -1 4202560 130556 0 0 0 120112 61 0 0 25 0 4 0 501939433 902795264 150368 33554432000 4194304 4650419 140736504440896 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 881636

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.43
CPU user time (s): 4796.88
CPU system time (s): 3.55546
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 1056600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.87
system time used= 3.55546
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820165
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= 322
involuntary context switches= 30851

runsolver used 1.89671 second user time and 4.67829 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 18:40:38
IDJOB=3175174
IDBENCH=82792
IDSOLVER=1588
FILE ID=node141/3175174-1304095238
RUNJOBID= node141-1304094034-17662
PBS_JOBID= 13170589
Free space on /tmp= 71420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S539832832-088.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175174-1304095238/watcher-3175174-1304095238 -o /tmp/evaluation-result-3175174-1304095238/solver-3175174-1304095238 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175174-1304095238.cnf

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

MD5SUM BENCH= 96d6aca5635fba3566aa8534cdc228f2
RANDOM SEED=966653943

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19964584 kB
Buffers:       1544064 kB
Cached:       10791992 kB
SwapCached:          4 kB
Active:        3751024 kB
Inactive:      8654004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19964584 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:       69216 kB
Mapped:          15068 kB
Slab:           516288 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277884 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= 71412 MiB
End job on node141 at 2011-04-29 19:00:42