Trace number 3175464

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.3 1201.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1787844685-006.SATISFIABLE.cnf
MD5SUM08f7f98549a111fea2bbc5a28af8d7eb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
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-3175464-1304125122.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.02	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.18/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.18/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      79 undec:       4 neg:      67
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4919       150      3195         0      4676     15975    137323   no data   no data  --
3.18/0.80	c  N st    10     11301       150      3195         0      4334     15975     99533   no data   no data  --
3.18/0.80	c  N st    11     17045       150      3195         0      9782     15975    260800   no data   no data  --
3.98/1.00	c  F st    12     25001       150      3195         0     12025     15975    326012   no data   no data  --
3.98/1.00	c  N st    12     25001       150      3195         0     12025     15975    326012   no data   no data  --
4.39/1.20	c Decided on static restart strategy
4.39/1.20	c  N st    18     30000       150      3195         0     10299     15975    259379   no data   no data  --
4.39/1.20	c  S st    18     30000       150      3195         0     10299     15975    259379   no data   no data  --
4.39/1.20	c  S st    18     30507       150      3195         0     10795     15975    274095   no data   no data  --
4.39/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.10	c lits-rem:      2729  cl-subs:     1240  v-elim:      0  v-fix:    0  time:  3.55 s
8.37/2.15	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.20
8.37/2.15	c calculated reachability. Time: 0.00
8.37/2.15	c  N st    18     30507       150      3195         0      9555     15975    230963   no data   no data  --
9.97/2.57	c  N st    20     37619       150      3195         0      8806     15975    194243   no data   no data  --
11.16/2.88	c  N st    21     44019       150      3195         0     14912     15975    381697   no data   no data  --
11.56/2.98	c  S st    22     45761       150      3195         0     16585     15975    432593   no data   no data  --
11.96/3.04	c  S st    22     46266       150      3195         0      8554     15975    167170   no data   no data  --
11.96/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.96/3.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.96/3.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.96/3.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.96/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.96/3.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.34	c lits-rem:       278  cl-subs:      168  v-elim:      0  v-fix:    0  time:  1.18 s
13.18/3.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
13.18/3.35	c vivif2 --  cl tried     8386 cl shrink        0 lits rem          0 time: 0.01
13.18/3.39	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
13.18/3.39	c calculated reachability. Time: 0.00
13.18/3.39	c  N st    22     46266       150      3195         0      8386     15975    161591   no data   no data  --
16.76/4.23	c  N st    23     60666       150      3195         0     12594     15975    267538   no data   no data  --
18.75/4.77	c  N st    24     69400       150      3195         0     20913     15975    517830   no data   no data  --
18.75/4.77	c  S st    24     69400       150      3195         0     20913     15975    517830   no data   no data  --
19.15/4.82	c  S st    24     69902       150      3195         0     10942     15975    206014   no data   no data  --
19.15/4.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.15/4.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.15/4.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
19.15/4.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.15/4.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
19.15/4.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.56/5.49	c lits-rem:       404  cl-subs:      220  v-elim:      0  v-fix:    0  time:  2.63 s
21.56/5.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
21.56/5.49	c vivif2 --  cl tried    10722 cl shrink        0 lits rem          0 time: 0.01
21.98/5.55	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.21
21.98/5.55	c calculated reachability. Time: 0.00
21.98/5.55	c  N st    24     69902       150      3195         0     10722     15975    198617   no data   no data  --
26.77/6.75	c  F st    25     87501       150      3195         0     15972     15975    342909   no data   no data  --
26.77/6.75	c  N st    25     87501       150      3195         0     15972     15975    342909   no data   no data  --
28.34/7.15	c Decided on static restart strategy
29.14/7.37	c  N st    32     95539       150      3195         0     23617     15975    563073   no data   no data  --
31.53/7.94	c  N st    34    104853       150      3195         0     20164     15975    465629   no data   no data  --
31.53/7.94	c  S st    34    104853       150      3195         0     20164     15975    465629   no data   no data  --
31.53/8.00	c  S st    34    105355       150      3195         0     20653     15975    480515   no data   no data  --
31.93/8.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.93/8.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.93/8.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.93/8.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
31.93/8.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.93/9.58	c lits-rem:      3549  cl-subs:     1379  v-elim:      0  v-fix:    0  time:  6.25 s
37.93/9.59	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
37.93/9.59	c vivif2 --  cl tried    19274 cl shrink        0 lits rem          0 time: 0.02
38.33/9.68	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.38
38.33/9.68	c calculated reachability. Time: 0.00
38.33/9.68	c  N st    34    105355       150      3195         0     19274     15975    432236   no data   no data  --
41.92/10.50	c  N st    35    114954       150      3195         0     15152     15975    304137   no data   no data  --
46.72/11.74	c  N st    36    129351       150      3195         0     14596     15975    259026   no data   no data  --
52.73/13.24	c  N st    37    150946       150      3195         0     19855     15975    397111   no data   no data  --
54.70/13.76	c  S st    38    158032       150      3195         0     26607     15975    606327   no data   no data  --
55.10/13.83	c  S st    38    158538       150      3195         0     27106     15975    621065   no data   no data  --
55.10/13.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.10/13.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.10/13.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
55.10/13.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.10/13.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
55.10/13.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.69/15.76	c lits-rem:      4441  cl-subs:     1989  v-elim:      0  v-fix:    0  time:  7.60 s
62.69/15.76	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
62.69/15.76	c vivif2 --  cl tried    25117 cl shrink        0 lits rem          0 time: 0.02
63.09/15.89	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.52
63.09/15.89	c calculated reachability. Time: 0.00
63.09/15.89	c  N st    38    158538       150      3195         0     25117     15975    551059   no data   no data  --
80.66/20.21	c  N st    39    207129       150      3195         0     20014     15975    351789   no data   no data  --
93.85/23.58	c  N st    40    237807       150      3195         0     30068     15975    646115   no data   no data  --
93.85/23.58	c  S st    40    237807       150      3195         0     30068     15975    646115   no data   no data  --
94.25/23.65	c  S st    40    238315       150      3195         0     30567     15975    661033   no data   no data  --
94.25/23.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.25/23.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.25/23.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.25/23.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.25/23.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.25/23.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
94.25/23.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.84/26.10	c lits-rem:      4272  cl-subs:     2546  v-elim:      0  v-fix:    0  time:  9.63 s
103.84/26.10	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
104.24/26.10	c vivif2 --  cl tried    28021 cl shrink        0 lits rem          0 time: 0.03
104.64/26.26	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.61
104.64/26.26	c calculated reachability. Time: 0.00
104.64/26.26	c  N st    40    238315       150      3195         0     28021     15975    577208   no data   no data  --
133.00/33.34	c  F st    41    306253       150      3195         0     29976     15975    599942   no data   no data  --
133.00/33.34	c  N st    41    306253       150      3195         0     29976     15975    599942   no data   no data  --
134.99/33.89	c Decided on static restart strategy
145.40/36.42	c  N st    51    334554       150      3195         0     34160     15975    691352   no data   no data  --
155.36/38.91	c  N st    53    357474       150      3195         0     32233     15975    602059   no data   no data  --
155.36/38.91	c  S st    53    357474       150      3195         0     32233     15975    602059   no data   no data  --
155.36/38.99	c  S st    53    357978       150      3195         0     32728     15975    616890   no data   no data  --
155.36/38.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.36/38.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.76/39.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
155.76/39.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.76/39.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.76/39.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
155.76/39.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.98/40.83	c lits-rem:      2342  cl-subs:     1487  v-elim:      0  v-fix:    0  time:  7.21 s
162.98/40.83	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
162.98/40.83	c vivif2 --  cl tried    31241 cl shrink        0 lits rem          0 time: 0.02
163.75/41.03	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.80
163.75/41.03	c calculated reachability. Time: 0.00
163.75/41.03	c  N st    53    357978       150      3195         0     31241     15975    570848   no data   no data  --
179.34/44.91	c  N st    54    390371       150      3195         0     37295     15975    755625   no data   no data  --
201.70/50.55	c  N st    55    438959       150      3195         0     31164     15975    540066   no data   no data  --
238.05/59.61	c  N st    56    511841       150      3195         0     44263     15975    894731   no data   no data  --
250.86/62.87	c  N st    57    536967       150      3195         0     38720     15975    694748   no data   no data  --
250.86/62.87	c  S st    57    536967       150      3195         0     38720     15975    694748   no data   no data  --
251.24/62.97	c  S st    57    537471       150      3195         0     39212     15975    709259   no data   no data  --
251.24/62.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.24/62.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.24/62.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
251.64/63.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.64/63.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.64/63.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
251.64/63.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
260.42/65.22	c lits-rem:      2384  cl-subs:     1883  v-elim:      0  v-fix:    0  time:  8.80 s
260.42/65.22	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
260.42/65.22	c vivif2 --  cl tried    37329 cl shrink        0 lits rem          0 time: 0.03
261.22/65.42	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.78
261.22/65.42	c calculated reachability. Time: 0.00
261.22/65.42	c  N st    57    537471       150      3195         0     37329     15975    653554   no data   no data  --
347.53/87.06	c  N st    58    701458       150      3195         0     65527     15975   1483992   no data   no data  --
413.04/103.44	c  N st    59    806207       150      3195         0     59750     15975   1216622   no data   no data  --
413.04/103.44	c  S st    59    806207       150      3195         0     59750     15975   1216622   no data   no data  --
413.81/103.63	c  S st    59    806711       150      3195         0     60240     15975   1231023   no data   no data  --
413.81/103.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
413.81/103.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
413.81/103.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
414.22/103.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
414.22/103.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.22/103.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
414.22/103.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
440.57/110.37	c lits-rem:       847  cl-subs:     4632  v-elim:      0  v-fix:    0  time: 26.59 s
440.57/110.37	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
440.57/110.38	c vivif2 --  cl tried    55608 cl shrink        0 lits rem          0 time: 0.05
442.18/110.70	c asymm  cl-useful: 0/2331/3195 lits-rem:0 time: 1.27
442.18/110.70	c calculated reachability. Time: 0.00
442.18/110.70	c  N st    59    806711       150      3195         0     55608     15975   1095156   no data   no data  --
620.31/155.31	c  F st    60   1071875       150      3195         0     70787     15975   1452922   no data   no data  --
620.31/155.31	c  N st    60   1071875       150      3195         0     70787     15975   1452922   no data   no data  --
624.33/156.31	c Decided on static restart strategy
640.69/160.49	c  N st    70   1100184       150      3195         0     55359     15975    976027   no data   no data  --
665.06/166.50	c  N st    72   1136176       150      3195         0     45999     15975    658313   no data   no data  --
684.63/171.47	c  N st    73   1168570       150      3195         0     76648     15975   1624920   no data   no data  --
714.59/178.97	c  N st    74   1210067       150      3195         0     71532     15975   1450088   no data   no data  --
714.59/178.97	c  S st    74   1210067       150      3195         0     71532     15975   1450088   no data   no data  --
715.79/179.23	c  S st    74   1210569       150      3195         0     72021     15975   1464524   no data   no data  --
715.79/179.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
715.79/179.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
715.79/179.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
716.21/179.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
716.21/179.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
716.21/179.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
716.21/179.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
778.90/195.05	c lits-rem:       834  cl-subs:     4315  v-elim:      0  v-fix:    0  time: 62.76 s
778.90/195.05	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
778.90/195.07	c vivif2 --  cl tried    67706 cl shrink        0 lits rem          0 time: 0.07
780.10/195.30	c asymm  cl-useful: 0/864/3195 lits-rem:0 time: 0.92
780.10/195.30	c calculated reachability. Time: 0.00
780.10/195.30	c  N st    74   1210569       150      3195         0     67706     15975   1322412   no data   no data  --
840.02/210.31	c  N st    75   1283451       150      3195         0     91389     15975   2109940   no data   no data  --
948.28/237.41	c  N st    76   1392774       150      3195         0     52938     15975    774139   no data   no data  --
1086.88/272.12	c  N st    77   1556759       150      3195         0     57468     15975    865574   no data   no data  --
1223.11/306.23	c  N st    78   1710571       150      3195         0     98083     15975   2089132   no data   no data  --
1223.11/306.23	c  S st    78   1710571       150      3195         0     98083     15975   2089132   no data   no data  --
1224.31/306.54	c  S st    78   1711072       150      3195         0     98576     15975   2104646   no data   no data  --
1224.31/306.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1224.31/306.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1224.71/306.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1224.71/306.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1224.71/306.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1224.71/306.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1224.71/306.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1341.35/335.83	c lits-rem:      5036  cl-subs:     8477  v-elim:      0  v-fix:    0  time: 116.46 s
1341.35/335.83	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1341.35/335.85	c vivif2 --  cl tried    90099 cl shrink        0 lits rem          0 time: 0.09
1342.95/336.21	c asymm  cl-useful: 0/1451/3195 lits-rem:0 time: 1.41
1342.95/336.21	c calculated reachability. Time: 0.00
1342.95/336.21	c  N st    78   1711072       150      3195         0     90099     15975   1844216   no data   no data  --
1707.99/427.86	c  N st    79   2080036       150      3195         0    101370     15975   2095187   no data   no data  --
1830.23/458.41	c  N st    80   2211072       150      3195         0    105200     15975   2138239   no data   no data  --
1830.23/458.41	c  S st    80   2211072       150      3195         0    105200     15975   2138239   no data   no data  --
1831.45/458.73	c  S st    80   2211574       150      3195         0    105685     15975   2152799   no data   no data  --
1831.45/458.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1831.45/458.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1831.45/458.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1831.85/458.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1831.85/458.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1831.85/458.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1831.85/458.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1964.84/492.12	c lits-rem:      8668  cl-subs:     9540  v-elim:      0  v-fix:    0  time: 132.81 s
1964.84/492.12	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1964.84/492.14	c vivif2 --  cl tried    96145 cl shrink        0 lits rem          0 time: 0.09
1966.45/492.51	c asymm  cl-useful: 0/1210/3195 lits-rem:0 time: 1.47
1966.45/492.51	c calculated reachability. Time: 0.00
1966.45/492.51	c  N st    80   2211574       150      3195         0     96145     15975   1865814   no data   no data  --
2533.68/634.56	c  N st    81   2711574       150      3195         0    118828     15975   2425419   no data   no data  --
2533.68/634.56	c  S st    81   2711574       150      3195         0    118828     15975   2425419   no data   no data  --
2535.28/634.90	c  S st    81   2712075       150      3195         0    119318     15975   2440325   no data   no data  --
2535.28/634.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2535.28/634.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2535.28/634.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2535.67/635.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2535.67/635.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2535.67/635.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2535.67/635.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2741.80/686.62	c lits-rem:      8184  cl-subs:    12450  v-elim:      0  v-fix:    0  time: 205.90 s
2741.80/686.62	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2741.80/686.64	c vivif2 --  cl tried   106868 cl shrink        0 lits rem          0 time: 0.10
2742.60/686.84	c asymm  cl-useful: 0/534/3195 lits-rem:0 time: 0.80
2742.60/686.85	c calculated reachability. Time: 0.00
2742.60/686.85	c  N st    81   2712075       150      3195         0    106868     15975   2078457   no data   no data  --
3438.06/860.99	c  N st    82   3212075       150      3195         0     83885     15975   1246782   no data   no data  --
3438.06/860.99	c  S st    82   3212075       150      3195         0     83885     15975   1246782   no data   no data  --
3439.26/861.23	c  S st    82   3212577       150      3195         0     84374     15975   1261722   no data   no data  --
3439.26/861.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3439.26/861.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3439.26/861.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
3439.67/861.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3439.67/861.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3439.67/861.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3439.67/861.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3468.82/868.65	c lits-rem:       930  cl-subs:     2664  v-elim:      0  v-fix:    0  time: 29.27 s
3468.82/868.65	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3468.82/868.67	c vivif2 --  cl tried    81710 cl shrink        0 lits rem          0 time: 0.06
3470.02/868.99	c asymm  cl-useful: 0/1649/3195 lits-rem:0 time: 1.27
3470.02/868.99	c calculated reachability. Time: 0.00
3470.02/868.99	c  N st    82   3212577       150      3195         0     81710     15975   1184603   no data   no data  --
4140.71/1036.85	c  N st    83   3712577       150      3195         0     92317     15975   1399118   no data   no data  --
4140.71/1036.85	c  S st    83   3712577       150      3195         0     92317     15975   1399118   no data   no data  --
4141.91/1037.20	c  S st    83   3713082       150      3195         0     92814     15975   1414028   no data   no data  --
4142.31/1037.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4142.31/1037.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4142.31/1037.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
4142.73/1037.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4142.73/1037.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4142.73/1037.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4142.73/1037.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4187.85/1048.65	c lits-rem:       793  cl-subs:     3195  v-elim:      0  v-fix:    0  time: 45.28 s
4187.85/1048.65	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4187.85/1048.66	c vivif2 --  cl tried    89619 cl shrink        0 lits rem          0 time: 0.07
4189.45/1049.08	c asymm  cl-useful: 0/1291/3195 lits-rem:0 time: 1.67
4189.45/1049.08	c calculated reachability. Time: 0.00
4189.45/1049.08	c  N st    83   3713082       150      3195         0     89619     15975   1319490   no data   no data  --
4234.59/1060.35	c  F st    84   3751562       150      3195         0    126044     15975   2483632   no data   no data  --
4234.59/1060.35	c  N st    84   3751562       150      3195         0    126044     15975   2483632   no data   no data  --
4244.20/1062.71	c Decided on static restart strategy
4284.12/1072.71	c  N st    94   3779865       150      3195         0    152868     15975   3303662   no data   no data  --
4326.07/1083.27	c  N st    96   3815857       150      3195         0    106911     15975   1810881   no data   no data  --
4368.41/1093.83	c  N st    97   3848250       150      3195         0    137473     15975   2743904   no data   no data  --
4423.53/1107.69	c  N st    98   3896838       150      3195         0    102466     15975   1701327   no data   no data  --
4516.23/1130.87	c  N st    99   3969720       150      3195         0     89275     15975   1238810   no data   no data  --
4643.66/1162.76	c  N st   100   4079047       150      3195         0    109514     15975   1851392   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-3175464-1304125122/watcher-3175464-1304125122 -o /tmp/evaluation-result-3175464-1304125122/solver-3175464-1304125122 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175464-1304125122.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.82 8.03 8.01 6/184 26287
/proc/meminfo: memFree=25616624/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=116772 CPUtime=0 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 453 0 0 0 0 0 0 0 25 0 4 0 524110355 119574528 376 33554432000 4194304 4650419 140733681494400 18446744073709551615 232335997471 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 29193 389 330 112 0 24158 0
[pid=26287/tid=26288] ppid=26285 vsize=182316 CPUtime=0 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 23 0 0 0 0 0 0 0 25 0 4 0 524110355 186691584 402 33554432000 4194304 4650419 140733681494400 18446744073709551615 4549503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=183276 CPUtime=0 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 35 0 0 0 0 0 0 0 25 0 4 0 524110355 187674624 434 33554432000 4194304 4650419 140733681494400 18446744073709551615 232335892283 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=183276 CPUtime=0 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 524110355 187674624 464 33554432000 4194304 4650419 140733681494400 18446744073709551615 232335997422 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.107078 s]
/proc/loadavg: 7.82 8.03 8.01 6/184 26287
/proc/meminfo: memFree=25616624/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=282856 CPUtime=0.4 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 2066 0 0 0 40 0 0 0 18 0 4 0 524110355 289644544 1897 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 70714 1897 389 112 0 65679 0
[pid=26287/tid=26288] ppid=26285 vsize=282856 CPUtime=0.1 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 474 0 0 0 10 0 0 0 18 0 4 0 524110355 289644544 1897 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=282856 CPUtime=0.09 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 445 0 0 0 9 0 0 0 18 0 4 0 524110355 289644544 1897 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=282856 CPUtime=0.1 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 289 0 0 0 10 0 0 0 25 0 4 0 524110355 289644544 1898 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282856

[startup+0.201061 s]
/proc/loadavg: 7.82 8.03 8.01 6/184 26287
/proc/meminfo: memFree=25616624/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=284488 CPUtime=0.78 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 3007 0 0 0 78 0 0 0 18 0 4 0 524110355 291315712 2120 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 71122 2120 391 112 0 66087 0
[pid=26287/tid=26288] ppid=26285 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 710 0 0 0 19 0 0 0 18 0 4 0 524110355 291315712 2120 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 678 0 0 0 19 0 0 0 18 0 4 0 524110355 291315712 2120 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 534 0 0 0 19 0 0 0 25 0 4 0 524110355 291315712 2120 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284488

[startup+0.301043 s]
/proc/loadavg: 7.82 8.03 8.01 6/184 26287
/proc/meminfo: memFree=25616624/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=284488 CPUtime=1.18 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 3430 0 0 0 118 0 0 0 18 0 4 0 524110355 291315712 2543 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 71122 2544 391 112 0 66087 0
[pid=26287/tid=26288] ppid=26285 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 819 0 0 0 29 0 0 0 18 0 4 0 524110355 291315712 2544 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 775 0 0 0 29 0 0 0 18 0 4 0 524110355 291315712 2544 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 643 0 0 0 29 0 0 0 25 0 4 0 524110355 291315712 2544 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284488

[startup+0.700974 s]
/proc/loadavg: 7.82 8.03 8.01 6/184 26287
/proc/meminfo: memFree=25616624/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=286320 CPUtime=2.78 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 6325 0 0 0 277 1 0 0 18 0 4 0 524110355 293191680 2988 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 71580 2988 391 112 0 66545 0
[pid=26287/tid=26288] ppid=26285 vsize=286320 CPUtime=0.69 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 1573 0 0 0 69 0 0 0 18 0 4 0 524110355 293191680 2988 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=286320 CPUtime=0.69 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 1486 0 0 0 69 0 0 0 18 0 4 0 524110355 293191680 2988 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=286320 CPUtime=0.68 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 1336 0 0 0 68 0 0 0 25 0 4 0 524110355 293191680 2988 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286320

[startup+1.50084 s]
/proc/loadavg: 7.82 8.03 8.01 10/188 26291
/proc/meminfo: memFree=25604696/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=280972 CPUtime=5.97 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 12087 0 0 0 596 1 0 0 19 0 4 0 524110355 287715328 5727 33554432000 4194304 4650419 140733681494400 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 70243 5736 393 112 0 65208 0
[pid=26287/tid=26288] ppid=26285 vsize=280972 CPUtime=1.49 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 3233 0 0 0 149 0 0 0 20 0 4 0 524110355 287715328 5742 33554432000 4194304 4650419 140733681494400 18446744073709551615 232335589131 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=281112 CPUtime=1.49 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 2513 0 0 0 149 0 0 0 20 0 4 0 524110355 287858688 5746 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=281112 CPUtime=1.48 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 2251 0 0 0 148 0 0 0 25 0 4 0 524110355 287858688 5751 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363426 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) 280972

[startup+3.10055 s]
/proc/loadavg: 7.82 8.03 8.01 10/188 26291
/proc/meminfo: memFree=25578656/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=283956 CPUtime=12.36 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 19722 0 0 0 1233 3 0 0 25 0 4 0 524110355 290770944 11793 33554432000 4194304 4650419 140733681494400 18446744073709551615 4438684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 70989 11793 393 112 0 65954 0
[pid=26287/tid=26288] ppid=26285 vsize=283956 CPUtime=3.09 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 4638 0 0 0 309 0 0 0 25 0 4 0 524110355 290770944 11793 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=283956 CPUtime=3.09 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 5160 0 0 0 308 1 0 0 25 0 4 0 524110355 290770944 11793 33554432000 4194304 4650419 140733681494400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=283956 CPUtime=3.08 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 4744 0 0 0 307 1 0 0 25 0 4 0 524110355 290770944 11793 33554432000 4194304 4650419 140733681494400 18446744073709551615 4329423 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 283956

[startup+6.30098 s]
/proc/loadavg: 7.84 8.03 8.01 11/188 26291
/proc/meminfo: memFree=25556840/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=293036 CPUtime=25.15 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 28759 0 0 0 2510 5 0 0 25 0 4 0 524110355 300068864 15156 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 73259 15156 393 112 0 68224 0
[pid=26287/tid=26288] ppid=26285 vsize=293036 CPUtime=6.29 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 7783 0 0 0 629 0 0 0 25 0 4 0 524110355 300068864 15157 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=293036 CPUtime=6.28 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 7671 0 0 0 627 1 0 0 25 0 4 0 524110355 300068864 15157 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=293036 CPUtime=6.26 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 6268 0 0 0 625 1 0 0 25 0 4 0 524110355 300068864 15157 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 293036

[startup+12.7008 s]
/proc/loadavg: 7.85 8.03 8.01 9/188 26291
/proc/meminfo: memFree=25524612/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=299152 CPUtime=50.71 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 45948 0 0 0 5062 9 0 0 25 0 4 0 524110355 306331648 21569 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 74788 21569 393 112 0 69753 0
[pid=26287/tid=26288] ppid=26285 vsize=299152 CPUtime=12.69 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 11983 0 0 0 1268 1 0 0 25 0 4 0 524110355 306331648 21569 33554432000 4194304 4650419 140733681494400 18446744073709551615 4333763 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=299152 CPUtime=12.69 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 12257 0 0 0 1266 3 0 0 25 0 4 0 524110355 306331648 21569 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=299152 CPUtime=12.62 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 9733 0 0 0 1260 2 0 0 25 0 4 0 524110355 306331648 21569 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 299152

[startup+25.5006 s]
/proc/loadavg: 7.95 8.04 8.02 11/188 26292
/proc/meminfo: memFree=25488776/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=311384 CPUtime=101.84 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 72438 0 0 0 10168 16 0 0 25 0 4 0 524110355 318857216 29612 33554432000 4194304 4650419 140733681494400 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 77846 29612 393 112 0 72811 0
[pid=26287/tid=26288] ppid=26285 vsize=311384 CPUtime=25.49 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 19592 0 0 0 2547 2 0 0 25 0 4 0 524110355 318857216 29612 33554432000 4194304 4650419 140733681494400 18446744073709551615 4334352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=311384 CPUtime=25.48 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 19483 0 0 0 2544 4 0 0 25 0 4 0 524110355 318857216 29612 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=311384 CPUtime=25.35 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 13352 0 0 0 2532 3 0 0 25 0 4 0 524110355 318857216 29612 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 311384

[startup+51.101 s]
/proc/loadavg: 8.14 8.09 8.03 9/188 26293
/proc/meminfo: memFree=25428492/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=336028 CPUtime=204.1 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 108456 0 0 0 20386 24 0 0 25 0 4 0 524110355 344092672 39321 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 84007 39322 393 112 0 78972 0
[pid=26287/tid=26288] ppid=26285 vsize=336028 CPUtime=51.09 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 29015 0 0 0 5105 4 0 0 25 0 4 0 524110355 344092672 39322 33554432000 4194304 4650419 140733681494400 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=336028 CPUtime=51.08 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 30588 0 0 0 5101 7 0 0 25 0 4 0 524110355 344092672 39322 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=336028 CPUtime=50.8 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 18620 0 0 0 5076 4 0 0 25 0 4 0 524110355 344092672 39322 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 336028

[startup+102.301 s]
/proc/loadavg: 8.06 8.07 8.03 10/188 26294
/proc/meminfo: memFree=25383700/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=337916 CPUtime=408.65 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 170871 0 0 0 40818 47 0 0 25 0 4 0 524110355 346025984 43884 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 84479 43884 393 112 0 79444 0
[pid=26287/tid=26288] ppid=26285 vsize=337916 CPUtime=102.29 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 46345 0 0 0 10218 11 0 0 25 0 4 0 524110355 346025984 43884 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=337916 CPUtime=102.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 50220 0 0 0 10214 16 0 0 25 0 4 0 524110355 346025984 43884 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=337916 CPUtime=101.73 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 28991 0 0 0 10166 7 0 0 25 0 4 0 524110355 346025984 43884 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 337916

[startup+162.3 s]

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

[pid=26287] ppid=26285 vsize=633940 CPUtime=2564.84 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 500106 0 0 0 256294 190 0 0 25 0 4 0 524110355 649154560 110799 33554432000 4194304 4650419 140733681494400 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 158485 110799 393 112 0 153450 0
[pid=26287/tid=26288] ppid=26285 vsize=633940 CPUtime=642.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 110368 0 0 0 64187 41 0 0 25 0 4 0 524110355 649154560 110799 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=633940 CPUtime=642.29 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 165499 0 0 0 64165 64 0 0 25 0 4 0 524110355 649154560 110799 33554432000 4194304 4650419 140733681494400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=633940 CPUtime=637.94 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 81350 0 0 0 63764 30 0 0 25 0 4 0 524110355 649154560 110799 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2564.84
Current children cumulated vsize (KiB) 633940

[startup+702.3 s]
/proc/loadavg: 8.13 8.19 8.09 9/188 26352
/proc/meminfo: memFree=25089260/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=634288 CPUtime=2804.52 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 522288 0 0 0 280248 204 0 0 25 0 4 0 524110355 649510912 101009 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 158572 101009 393 112 0 153537 0
[pid=26287/tid=26288] ppid=26285 vsize=634288 CPUtime=702.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 119898 0 0 0 70181 47 0 0 25 0 4 0 524110355 649510912 101009 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=634288 CPUtime=702.28 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 174427 0 0 0 70160 68 0 0 25 0 4 0 524110355 649510912 101009 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=634288 CPUtime=697.61 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 84016 0 0 0 69729 32 0 0 25 0 4 0 524110355 649510912 101009 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.52
Current children cumulated vsize (KiB) 634288

[startup+762.301 s]
/proc/loadavg: 8.23 8.20 8.10 9/188 26353
/proc/meminfo: memFree=25067036/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=647108 CPUtime=3044.21 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 548172 0 0 0 304205 216 0 0 25 0 4 0 524110355 662638592 109353 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 161777 109353 393 112 0 156742 0
[pid=26287/tid=26288] ppid=26285 vsize=647108 CPUtime=762.29 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 127231 0 0 0 76178 51 0 0 25 0 4 0 524110355 662638592 109353 33554432000 4194304 4650419 140733681494400 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=647108 CPUtime=762.29 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 182881 0 0 0 76158 71 0 0 25 0 4 0 524110355 662638592 109353 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=647108 CPUtime=757.29 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 88427 0 0 0 75693 36 0 0 25 0 4 0 524110355 662638592 109353 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.21
Current children cumulated vsize (KiB) 647108

[startup+822.301 s]
/proc/loadavg: 6.22 7.69 7.93 5/179 26372
/proc/meminfo: memFree=25249672/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=655184 CPUtime=3283.87 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 572811 0 0 0 328159 228 0 0 25 0 4 0 524110355 670908416 115244 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 163796 115245 393 112 0 158761 0
[pid=26287/tid=26288] ppid=26285 vsize=655184 CPUtime=822.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 133055 0 0 0 82175 53 0 0 25 0 4 0 524110355 670908416 115245 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=655184 CPUtime=822.29 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 194973 0 0 0 82153 76 0 0 25 0 4 0 524110355 670908416 115245 33554432000 4194304 4650419 140733681494400 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=655184 CPUtime=816.97 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 90984 0 0 0 81660 37 0 0 25 0 4 0 524110355 670908416 115245 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.87
Current children cumulated vsize (KiB) 655184

[startup+882.307 s]
/proc/loadavg: 4.81 7.01 7.68 5/179 26374
/proc/meminfo: memFree=25265404/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=710912 CPUtime=3523.56 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 594863 0 0 0 352112 244 0 0 25 0 4 0 524110355 727973888 110936 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 177728 110936 393 112 0 172693 0
[pid=26287/tid=26288] ppid=26285 vsize=710912 CPUtime=882.29 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 140912 0 0 0 88170 59 0 0 25 0 4 0 524110355 727973888 110936 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=710912 CPUtime=882.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 201228 0 0 0 88149 81 0 0 25 0 4 0 524110355 727973888 110936 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=710912 CPUtime=876.64 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 94802 0 0 0 87624 40 0 0 25 0 4 0 524110355 727973888 110936 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.56
Current children cumulated vsize (KiB) 710912

[startup+942.301 s]
/proc/loadavg: 4.30 6.46 7.45 5/179 26375
/proc/meminfo: memFree=25223724/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=710968 CPUtime=3763.22 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 625715 0 0 0 376060 262 0 0 25 0 4 0 524110355 728031232 121867 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 177742 121867 393 112 0 172707 0
[pid=26287/tid=26288] ppid=26285 vsize=710968 CPUtime=942.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 150587 0 0 0 94164 64 0 0 25 0 4 0 524110355 728031232 121867 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=710968 CPUtime=942.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 209404 0 0 0 94145 85 0 0 25 0 4 0 524110355 728031232 121867 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=710968 CPUtime=936.31 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 100107 0 0 0 93588 43 0 0 25 0 4 0 524110355 728031232 121867 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.22
Current children cumulated vsize (KiB) 710968

[startup+1002.3 s]
/proc/loadavg: 4.16 6.03 7.23 5/179 26377
/proc/meminfo: memFree=25240696/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=776024 CPUtime=4002.89 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 642944 0 0 0 400018 271 0 0 25 0 4 0 524110355 794648576 117352 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 194006 117352 393 112 0 188971 0
[pid=26287/tid=26288] ppid=26285 vsize=776024 CPUtime=1002.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 154696 0 0 0 100163 65 0 0 25 0 4 0 524110355 794648576 117352 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=776024 CPUtime=1002.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 217257 0 0 0 100141 89 0 0 25 0 4 0 524110355 794648576 117352 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=776024 CPUtime=995.99 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 101422 0 0 0 99554 45 0 0 25 0 4 0 524110355 794648576 117352 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.89
Current children cumulated vsize (KiB) 776024

[startup+1062.3 s]
/proc/loadavg: 4.11 5.67 7.03 5/179 26378
/proc/meminfo: memFree=25228888/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=721032 CPUtime=4242.58 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 668031 0 0 0 423974 284 0 0 25 0 4 0 524110355 738336768 120337 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 180258 120337 393 112 0 175223 0
[pid=26287/tid=26288] ppid=26285 vsize=721032 CPUtime=1062.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 162313 0 0 0 106159 69 0 0 25 0 4 0 524110355 738336768 120337 33554432000 4194304 4650419 140733681494400 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=721032 CPUtime=1062.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 225510 0 0 0 106137 93 0 0 25 0 4 0 524110355 738336768 120337 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=721032 CPUtime=1055.66 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 106270 0 0 0 105520 46 0 0 25 0 4 0 524110355 738336768 120337 33554432000 4194304 4650419 140733681494400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.58
Current children cumulated vsize (KiB) 721032

[startup+1122.3 s]
/proc/loadavg: 4.16 5.39 6.85 5/179 26380
/proc/meminfo: memFree=25202452/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=778960 CPUtime=4482.25 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 698327 0 0 0 447925 300 0 0 25 0 4 0 524110355 797655040 126948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 194740 126948 393 112 0 189705 0
[pid=26287/tid=26288] ppid=26285 vsize=778960 CPUtime=1122.27 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 170653 0 0 0 112154 73 0 0 25 0 4 0 524110355 797655040 126948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=778960 CPUtime=1122.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 234486 0 0 0 112133 97 0 0 25 0 4 0 524110355 797655040 126948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=778960 CPUtime=1115.34 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 111295 0 0 0 111485 49 0 0 25 0 4 0 524110355 797655040 126948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 778960

[startup+1182.3 s]
/proc/loadavg: 4.06 5.14 6.67 5/179 26382
/proc/meminfo: memFree=25215448/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=721932 CPUtime=4721.93 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 725637 0 0 0 471879 314 0 0 25 0 4 0 524110355 739258368 124022 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 180483 124022 393 112 0 175448 0
[pid=26287/tid=26288] ppid=26285 vsize=721932 CPUtime=1182.28 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 178258 0 0 0 118150 78 0 0 25 0 4 0 524110355 739258368 124022 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=721932 CPUtime=1182.3 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 246064 0 0 0 118127 103 0 0 25 0 4 0 524110355 739258368 124022 33554432000 4194304 4650419 140733681494400 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=721932 CPUtime=1175.01 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 114549 0 0 0 117451 50 0 0 25 0 4 0 524110355 739258368 124022 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.93
Current children cumulated vsize (KiB) 721932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.11 5.08 6.62 5/179 26382
/proc/meminfo: memFree=25190632/32951124 swapFree=67111412/67111528
[pid=26287] ppid=26285 vsize=722572 CPUtime=4800.24 cores=1,3,5,7
/proc/26287/stat : 26287 (strangenight1-m) R 26285 26287 26027 0 -1 4202496 736528 0 0 0 479705 319 0 0 25 0 4 0 524110355 739913728 129948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26287/statm: 180643 129948 393 112 0 175608 0
[pid=26287/tid=26288] ppid=26285 vsize=722572 CPUtime=1201.88 cores=1,3,5,7
/proc/26287/task/26288/stat : 26288 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 181449 0 0 0 120109 79 0 0 25 0 4 0 524110355 739913728 129948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26287/tid=26289] ppid=26285 vsize=722572 CPUtime=1201.91 cores=1,3,5,7
/proc/26287/task/26289/stat : 26289 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 248106 0 0 0 120087 104 0 0 25 0 4 0 524110355 739913728 129948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26287/tid=26290] ppid=26285 vsize=722572 CPUtime=1194.5 cores=1,3,5,7
/proc/26287/task/26290/stat : 26290 (strangenight1-m) R 26285 26287 26027 0 -1 4202560 116971 0 0 0 119399 51 0 0 25 0 4 0 524110355 739913728 129948 33554432000 4194304 4650419 140733681494400 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 722572

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.94
CPU time (s): 4800.3
CPU user time (s): 4797.08
CPU system time (s): 3.21651
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 887640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.08
system time used= 3.21651
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736530
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= 255
involuntary context switches= 29253

runsolver used 1.82772 second user time and 4.74228 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 02:58:42
IDJOB=3175464
IDBENCH=83082
IDSOLVER=1588
FILE ID=node132/3175464-1304125122
RUNJOBID= node132-1304122669-26046
PBS_JOBID= 13170746
Free space on /tmp= 71868 MiB

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

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

MD5SUM BENCH= 08f7f98549a111fea2bbc5a28af8d7eb
RANDOM SEED=1648969267

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25616780 kB
Buffers:        686712 kB
Cached:        6014524 kB
SwapCached:        112 kB
Active:        1590496 kB
Inactive:      5263132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25616780 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      151616 kB
Mapped:          15536 kB
Slab:           417888 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   386644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-30 03:18:46