Trace number 3368771

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
MD5SUM9ba8ad6ebe939ddb75efcc3aec0126e6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368771-1305402668.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.58/0.41	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.01 s
1.58/0.41	c Finding binary XORs  T:     0.00 s  found:       0
1.58/0.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.58/0.41	c calculated reachability. Time: 0.00
1.58/0.41	c Calc default polars -  time:   0.00 s pos:     237 undec:      78 neg:     235
1.58/0.41	c =========================================================================================
1.58/0.41	c types(t): F = full restart, N = normal restart
1.58/0.41	c types(t): S = simplification begin/end, E = solution found
1.58/0.41	c restart types(rt): st = static, dy = dynamic
1.58/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.58/0.41	c  B st     0         0       537      2330         0         0      7056         0   no data   no data  --
1.58/0.41	c Decided on static restart strategy
1.58/0.41	c  N st     8      4917       537      2330         0      4834      7056    116702   no data   no data  --
3.58/0.90	c  N st    10     11299       537      2330         0      4500      7056     78275   no data   no data  --
3.58/0.90	c  N st    11     17046       537      2330         0     10118      7056    212834   no data   no data  --
4.77/1.20	c  F st    12     25001       537      2330         0     12394      7056    259058   no data   no data  --
4.77/1.20	c  N st    12     25001       537      2330         0     12394      7056    259058   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30001       537      2330         0     10701      7056    208475   no data   no data  --
5.57/1.40	c  S st    18     30001       537      2330         0     10701      7056    208475   no data   no data  --
5.97/1.50	c  S st    18     30505       537      2330         0     11203      7056    219866   no data   no data  --
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.70	c lits-rem:       181  cl-subs:      479  v-elim:      0  v-fix:    0  time:  0.86 s
6.77/1.70	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.03
6.77/1.70	c calculated reachability. Time: 0.00
6.77/1.70	c  N st    18     30505       537      2330         0     10724      7056    207306   no data   no data  --
7.97/2.06	c  N st    20     37616       537      2330         0      9966      7056    173821   no data   no data  --
9.56/2.47	c  N st    21     44015       537      2330         0     16217      7056    336964   no data   no data  --
10.36/2.61	c  S st    22     45757       537      2330         0      9163      7056    133683   no data   no data  --
10.36/2.64	c  S st    22     46263       537      2330         0      9668      7056    145911   no data   no data  --
10.36/2.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
10.36/2.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.75	c lits-rem:        17  cl-subs:       68  v-elim:      0  v-fix:    0  time:  0.39 s
10.76/2.75	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
10.76/2.75	c vivif2 --  cl tried     9600 cl shrink        0 lits rem          0 time: 0.00
10.76/2.75	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.03
10.76/2.76	c calculated reachability. Time: 0.00
10.76/2.76	c  N st    22     46263       537      2330         0      9600      7056    144065   no data   no data  --
14.35/3.67	c  N st    23     60662       537      2330         0     13966      7056    243327   no data   no data  --
17.17/4.31	c  N st    24     69397       537      2330         0     11753      7056    177319   no data   no data  --
17.17/4.31	c  S st    24     69397       537      2330         0     11753      7056    177319   no data   no data  --
17.17/4.35	c  S st    24     69904       537      2330         0     12260      7056    189165   no data   no data  --
17.17/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.17/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.17/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
17.17/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.95/4.55	c lits-rem:       133  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.77 s
17.95/4.55	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
17.95/4.55	c vivif2 --  cl tried    12110 cl shrink        0 lits rem          0 time: 0.01
17.95/4.56	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.04
17.95/4.56	c calculated reachability. Time: 0.00
17.95/4.56	c  N st    24     69904       537      2330         0     12110      7056    185323   no data   no data  --
23.14/5.84	c  F st    25     87500       537      2330         0     17542      7056    318050   no data   no data  --
23.14/5.84	c  N st    25     87500       537      2330         0     17542      7056    318050   no data   no data  --
24.74/6.23	c Decided on static restart strategy
25.54/6.46	c  N st    32     95539       537      2330         0     25441      7056    511061   no data   no data  --
28.33/7.19	c  N st    34    104856       537      2330         0     21877      7056    398498   no data   no data  --
28.33/7.19	c  S st    34    104856       537      2330         0     21877      7056    398498   no data   no data  --
28.73/7.25	c  S st    34    105361       537      2330         0     22381      7056    410146   no data   no data  --
28.73/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.73/7.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.73/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.73/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
28.73/7.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.33/8.18	c lits-rem:       421  cl-subs:      698  v-elim:      0  v-fix:    0  time:  3.61 s
32.33/8.18	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
32.33/8.19	c vivif2 --  cl tried    21683 cl shrink        0 lits rem          0 time: 0.02
32.73/8.20	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.07
32.73/8.21	c calculated reachability. Time: 0.00
32.73/8.21	c  N st    34    105361       537      2330         0     21683      7056    392030   no data   no data  --
35.91/9.08	c  N st    35    114960       537      2330         0     17389      7056    270003   no data   no data  --
41.10/10.31	c  N st    36    129359       537      2330         0     16772      7056    240847   no data   no data  --
48.32/12.18	c  N st    37    150955       537      2330         0     22243      7056    369333   no data   no data  --
51.10/12.87	c  S st    38    158043       537      2330         0     29211      7056    540281   no data   no data  --
51.50/12.95	c  S st    38    158549       537      2330         0     29717      7056    552016   no data   no data  --
51.50/12.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.50/12.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.50/12.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.50/12.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.50/12.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.50/12.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
51.50/12.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.88/14.58	c lits-rem:       592  cl-subs:     1226  v-elim:      0  v-fix:    0  time:  6.39 s
57.88/14.58	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
57.88/14.58	c vivif2 --  cl tried    28491 cl shrink        0 lits rem          0 time: 0.02
58.28/14.61	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.10
58.28/14.61	c calculated reachability. Time: 0.00
58.28/14.61	c  N st    38    158549       537      2330         0     28491      7056    520235   no data   no data  --
78.24/19.61	c  N st    39    207139       537      2330         0     23210      7056    351417   no data   no data  --
91.83/23.04	c  N st    40    237824       537      2330         0     33629      7056    600108   no data   no data  --
91.83/23.04	c  S st    40    237824       537      2330         0     33629      7056    600108   no data   no data  --
92.25/23.14	c  S st    40    238330       537      2330         0     34135      7056    611998   no data   no data  --
92.25/23.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.25/23.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.25/23.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
92.25/23.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.25/23.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.25/23.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
92.25/23.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.21/25.17	c lits-rem:       674  cl-subs:     1648  v-elim:      0  v-fix:    0  time:  7.94 s
100.21/25.17	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
100.21/25.17	c vivif2 --  cl tried    32487 cl shrink        0 lits rem          0 time: 0.02
100.21/25.20	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.10
100.21/25.20	c calculated reachability. Time: 0.00
100.21/25.20	c  N st    40    238330       537      2330         0     32487      7056    566842   no data   no data  --
133.34/33.47	c  F st    41    306252       537      2330         0     34234      7056    536937   no data   no data  --
133.34/33.47	c  N st    41    306252       537      2330         0     34234      7056    536937   no data   no data  --
136.53/34.20	c Decided on static restart strategy
147.71/37.07	c  N st    51    334559       537      2330         0     38655      7056    674440   no data   no data  --
159.69/40.04	c  N st    53    357495       537      2330         0     36603      7056    580149   no data   no data  --
159.69/40.04	c  S st    53    357495       537      2330         0     36603      7056    580149   no data   no data  --
160.09/40.14	c  S st    53    358002       537      2330         0     37108      7056    592108   no data   no data  --
160.09/40.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.09/40.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.09/40.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
160.09/40.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.09/40.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.09/40.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
160.09/40.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.91/41.85	c lits-rem:       480  cl-subs:     1100  v-elim:      0  v-fix:    0  time:  6.70 s
166.91/41.85	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
166.91/41.86	c vivif2 --  cl tried    36008 cl shrink        0 lits rem          0 time: 0.02
166.91/41.89	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.13
166.91/41.89	c calculated reachability. Time: 0.00
166.91/41.89	c  N st    53    358002       537      2330         0     36008      7056    562540   no data   no data  --
186.04/46.64	c  N st    54    390395       537      2330         0     42308      7056    712784   no data   no data  --
217.20/54.46	c  N st    55    438983       537      2330         0     36060      7056    512781   no data   no data  --
262.32/65.72	c  N st    56    511865       537      2330         0     49410      7056    796806   no data   no data  --
276.72/69.39	c  N st    57    537003       537      2330         0     43580      7056    652897   no data   no data  --
276.72/69.39	c  S st    57    537003       537      2330         0     43580      7056    652897   no data   no data  --
277.48/69.51	c  S st    57    537505       537      2330         0     44081      7056    665143   no data   no data  --
277.48/69.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
277.48/69.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.48/69.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
277.48/69.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
277.48/69.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.48/69.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
277.48/69.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
286.27/71.79	c lits-rem:       379  cl-subs:     2384  v-elim:      0  v-fix:    0  time:  8.95 s
286.27/71.79	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
286.67/71.80	c vivif2 --  cl tried    41697 cl shrink        0 lits rem          0 time: 0.03
286.67/71.84	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.16
286.67/71.84	c calculated reachability. Time: 0.00
286.67/71.84	c  N st    57    537505       537      2330         0     41697      7056    608806   no data   no data  --
395.67/99.14	c  N st    58    701489       537      2330         0     35884      7056    379166   no data   no data  --
473.95/118.80	c  N st    59    806257       537      2330         0     64641      7056   1046929   no data   no data  --
473.95/118.80	c  S st    59    806257       537      2330         0     64641      7056   1046929   no data   no data  --
474.72/118.98	c  S st    59    806760       537      2330         0     65144      7056   1059995   no data   no data  --
474.72/118.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
474.72/118.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
475.13/119.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
475.13/119.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
475.13/119.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
475.13/119.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
475.13/119.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
489.10/122.59	c lits-rem:        95  cl-subs:     5191  v-elim:      0  v-fix:    0  time: 14.13 s
489.10/122.59	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
489.50/122.60	c vivif2 --  cl tried    59953 cl shrink        0 lits rem          0 time: 0.04
489.50/122.66	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.25
489.50/122.66	c calculated reachability. Time: 0.00
489.50/122.66	c  N st    59    806760       537      2330         0     59953      7056    942636   no data   no data  --
699.53/175.24	c  F st    60   1071877       537      2330         0     75760      7056   1239029   no data   no data  --
699.53/175.24	c  N st    60   1071877       537      2330         0     75760      7056   1239029   no data   no data  --
705.12/176.63	c Decided on static restart strategy
723.89/181.31	c  N st    70   1100177       537      2330         0     59823      7056    842795   no data   no data  --
756.62/189.59	c  N st    72   1136171       537      2330         0     50129      7056    582730   no data   no data  --
784.57/196.57	c  N st    73   1168566       537      2330         0     81786      7056   1408468   no data   no data  --
822.50/206.07	c  N st    74   1210140       537      2330         0     76458      7056   1210806   no data   no data  --
822.50/206.07	c  S st    74   1210140       537      2330         0     76458      7056   1210806   no data   no data  --
823.70/206.31	c  S st    74   1210643       537      2330         0     76960      7056   1222561   no data   no data  --
823.70/206.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
823.70/206.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
823.70/206.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
823.70/206.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
823.70/206.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.70/206.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
823.70/206.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
840.88/210.66	c lits-rem:        91  cl-subs:     4625  v-elim:      0  v-fix:    0  time: 17.03 s
840.88/210.66	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
840.88/210.67	c vivif2 --  cl tried    72335 cl shrink        0 lits rem          0 time: 0.06
841.28/210.79	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.47
841.28/210.79	c calculated reachability. Time: 0.00
841.28/210.79	c  N st    74   1210643       537      2330         0     72335      7056   1114473   no data   no data  --
919.14/230.28	c  N st    75   1283529       537      2330         0     48801      7056    489298   no data   no data  --
1033.73/258.96	c  N st    76   1392854       537      2330         0     56942      7056    670060   no data   no data  --
1213.00/303.82	c  N st    77   1556838       537      2330         0     61663      7056    728885   no data   no data  --
1383.90/346.66	c  N st    78   1710645       537      2330         0    103363      7056   1752060   no data   no data  --
1383.90/346.66	c  S st    78   1710645       537      2330         0    103363      7056   1752060   no data   no data  --
1385.50/347.04	c  S st    78   1711153       537      2330         0    103868      7056   1764729   no data   no data  --
1385.50/347.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1385.50/347.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1385.50/347.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1385.90/347.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1385.90/347.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1385.90/347.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
1385.90/347.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1441.80/361.13	c lits-rem:        78  cl-subs:     8271  v-elim:      0  v-fix:    0  time: 55.77 s
1441.80/361.13	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
1441.80/361.15	c vivif2 --  cl tried    95597 cl shrink        0 lits rem          0 time: 0.08
1442.20/361.28	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.55
1442.20/361.29	c calculated reachability. Time: 0.00
1442.20/361.29	c  N st    78   1711153       537      2330         0     95597      7056   1566260   no data   no data  --
1871.06/468.65	c  N st    79   2080119       537      2330         0    107453      7056   1828502   no data   no data  --
2017.16/505.20	c  N st    80   2211154       537      2330         0    111451      7056   1872553   no data   no data  --
2017.16/505.20	c  S st    80   2211154       537      2330         0    111451      7056   1872553   no data   no data  --
2018.36/505.59	c  S st    80   2211657       537      2330         0    111954      7056   1884983   no data   no data  --
2018.36/505.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2018.36/505.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2018.76/505.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
2019.16/505.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2019.16/505.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2019.16/505.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
2019.16/505.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2069.47/518.38	c lits-rem:       109  cl-subs:     6924  v-elim:      0  v-fix:    0  time: 50.53 s
2069.47/518.38	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
2069.87/518.40	c vivif2 --  cl tried   105030 cl shrink        0 lits rem          0 time: 0.09
2070.27/518.56	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.62
2070.27/518.56	c calculated reachability. Time: 0.00
2070.27/518.56	c  N st    80   2211657       537      2330         0    105030      7056   1716181   no data   no data  --
2702.33/676.84	c  N st    81   2711657       537      2330         0    129288      7056   2283925   no data   no data  --
2702.33/676.84	c  S st    81   2711657       537      2330         0    129288      7056   2283925   no data   no data  --
2704.34/677.30	c  S st    81   2712159       537      2330         0    129790      7056   2295942   no data   no data  --
2704.34/677.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2704.34/677.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2704.34/677.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2704.74/677.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2704.74/677.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2704.74/677.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
2704.74/677.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2782.99/697.03	c lits-rem:       312  cl-subs:     7572  v-elim:      0  v-fix:    0  time: 78.12 s
2782.99/697.03	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
2782.99/697.06	c vivif2 --  cl tried   122218 cl shrink        0 lits rem          0 time: 0.11
2783.78/697.23	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.71
2783.78/697.24	c calculated reachability. Time: 0.00
2783.78/697.24	c  N st    81   2712159       537      2330         0    122218      7056   2094632   no data   no data  --
3497.71/876.09	c  N st    82   3212161       537      2330         0     97430      7056   1277867   no data   no data  --
3497.71/876.09	c  S st    82   3212161       537      2330         0     97430      7056   1277867   no data   no data  --
3498.90/876.38	c  S st    82   3212666       537      2330         0     97934      7056   1290983   no data   no data  --
3498.90/876.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3498.90/876.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3499.30/876.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3499.30/876.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3499.30/876.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3499.30/876.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
3499.30/876.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3513.30/879.99	c lits-rem:       410  cl-subs:     3221  v-elim:      0  v-fix:    0  time: 14.00 s
3513.30/879.99	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
3513.71/880.01	c vivif2 --  cl tried    94713 cl shrink        0 lits rem          0 time: 0.07
3514.08/880.13	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.51
3514.08/880.14	c calculated reachability. Time: 0.00
3514.08/880.14	c  N st    82   3212666       537      2330         0     94713      7056   1211775   no data   no data  --
4287.89/1073.91	c  N st    83   3712666       537      2330         0    105307      7056   1340388   no data   no data  --
4287.89/1073.91	c  S st    83   3712666       537      2330         0    105307      7056   1340388   no data   no data  --
4289.09/1074.21	c  S st    83   3713166       537      2330         0    105805      7056   1352851   no data   no data  --
4289.09/1074.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4289.09/1074.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4289.09/1074.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
4289.49/1074.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4289.49/1074.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4289.49/1074.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
4289.49/1074.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4307.45/1078.82	c lits-rem:       230  cl-subs:     3948  v-elim:      0  v-fix:    0  time: 18.02 s
4307.45/1078.82	c vivif2 --  cl tried     2330 cl shrink        0 lits rem          0 time: 0.00
4307.45/1078.84	c vivif2 --  cl tried   101857 cl shrink        0 lits rem          0 time: 0.08
4307.85/1078.99	c asymm  cl-useful: 0/2330/2330 lits-rem:0 time: 0.60
4307.85/1079.00	c calculated reachability. Time: 0.00
4307.85/1079.00	c  N st    83   3713166       537      2330         0    101857      7056   1268896   no data   no data  --
4362.15/1092.58	c  F st    84   3751562       537      2330         0    139259      7056   2236699   no data   no data  --
4362.15/1092.59	c  N st    84   3751562       537      2330         0    139259      7056   2236699   no data   no data  --
4372.94/1095.27	c Decided on static restart strategy
4414.86/1105.76	c  N st    94   3779864       537      2330         0     84267      7056    800389   no data   no data  --
4462.78/1117.76	c  N st    96   3815856       537      2330         0    119546      7056   1714620   no data   no data  --
4527.46/1133.99	c  N st    97   3848248       537      2330         0    151034      7056   2482061   no data   no data  --
4607.71/1154.10	c  N st    98   3896836       537      2330         0    114597      7056   1539051   no data   no data  --
4721.13/1182.43	c  N st    99   3969720       537      2330         0    100842      7056   1186472   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368771-1305402668/watcher-3368771-1305402668 -o /tmp/evaluation-result-3368771-1305402668/solver-3368771-1305402668 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368771-1305402668.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.08 8.09 8.09 5/241 8329
/proc/meminfo: memFree=23989948/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 411 0 0 0 1 0 0 0 25 0 4 0 651867519 52465664 352 33554432000 4194304 4650419 140733259536608 18446744073709551615 46922074466226 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 12809 352 303 112 0 7774 0
[pid=8329/tid=8330] ppid=8327 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651867520 52465664 352 33554432000 4194304 4650419 140733259536608 18446744073709551615 46922074466226 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651867520 52465664 352 33554432000 4194304 4650419 140733259536608 18446744073709551615 46922074466226 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651867520 52465664 352 33554432000 4194304 4650419 140733259536608 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.058927 s]
/proc/loadavg: 8.08 8.09 8.09 5/241 8329
/proc/meminfo: memFree=23989948/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=347800 CPUtime=0.21 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 1561 0 0 0 21 0 0 0 18 0 4 0 651867519 356147200 1409 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363592 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 86950 1409 390 112 0 81915 0
[pid=8329/tid=8330] ppid=8327 vsize=347800 CPUtime=0.05 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 357 0 0 0 5 0 0 0 18 0 4 0 651867520 356147200 1409 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=347800 CPUtime=0.05 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 323 0 0 0 5 0 0 0 18 0 4 0 651867520 356147200 1409 33554432000 4194304 4650419 140733259536608 18446744073709551615 4333569 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=347800 CPUtime=0.04 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 195 0 0 0 4 0 0 0 25 0 4 0 651867520 356147200 1409 33554432000 4194304 4650419 140733259536608 18446744073709551615 4328292 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 347800

[startup+0.158908 s]
/proc/loadavg: 8.08 8.09 8.09 5/241 8329
/proc/meminfo: memFree=23989948/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=347932 CPUtime=0.62 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 2018 0 0 0 61 1 0 0 18 0 4 0 651867519 356282368 1866 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 86983 1866 393 112 0 81948 0
[pid=8329/tid=8330] ppid=8327 vsize=347932 CPUtime=0.15 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 466 0 0 0 15 0 0 0 18 0 4 0 651867520 356282368 1866 33554432000 4194304 4650419 140733259536608 18446744073709551615 4328286 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=347932 CPUtime=0.15 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 437 0 0 0 15 0 0 0 18 0 4 0 651867520 356282368 1866 33554432000 4194304 4650419 140733259536608 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=347932 CPUtime=0.14 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 310 0 0 0 14 0 0 0 25 0 4 0 651867520 356282368 1866 33554432000 4194304 4650419 140733259536608 18446744073709551615 4513998 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 347932

[startup+0.300883 s]
/proc/loadavg: 8.08 8.09 8.09 5/241 8329
/proc/meminfo: memFree=23989948/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=349244 CPUtime=1.18 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 2908 0 0 0 117 1 0 0 18 0 4 0 651867519 357625856 2179 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 87311 2179 393 112 0 82276 0
[pid=8329/tid=8330] ppid=8327 vsize=349244 CPUtime=0.29 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 692 0 0 0 29 0 0 0 18 0 4 0 651867520 357625856 2179 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=349244 CPUtime=0.29 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 659 0 0 0 29 0 0 0 18 0 4 0 651867520 357625856 2179 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=349244 CPUtime=0.28 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 544 0 0 0 28 0 0 0 25 0 4 0 651867520 357625856 2179 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 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) 349244

[startup+0.70081 s]
/proc/loadavg: 8.08 8.09 8.09 5/241 8329
/proc/meminfo: memFree=23989948/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=349976 CPUtime=2.78 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 4465 0 0 0 277 1 0 0 18 0 4 0 651867519 358375424 2858 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 87494 2858 393 112 0 82459 0
[pid=8329/tid=8330] ppid=8327 vsize=349976 CPUtime=0.69 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1089 0 0 0 69 0 0 0 18 0 4 0 651867520 358375424 2858 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=349976 CPUtime=0.69 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1029 0 0 0 69 0 0 0 18 0 4 0 651867520 358375424 2858 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=349976 CPUtime=0.68 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 941 0 0 0 68 0 0 0 25 0 4 0 651867520 358375424 2858 33554432000 4194304 4650419 140733259536608 18446744073709551615 4339796 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) 349976

[startup+1.50067 s]
/proc/loadavg: 8.16 8.10 8.09 9/245 8333
/proc/meminfo: memFree=23979384/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=353132 CPUtime=5.97 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 8777 0 0 0 595 2 0 0 20 0 4 0 651867519 361607168 4762 33554432000 4194304 4650419 140733259536608 18446744073709551615 4439120 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 88283 4763 395 112 0 83248 0
[pid=8329/tid=8330] ppid=8327 vsize=353132 CPUtime=1.49 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1879 0 0 0 149 0 0 0 20 0 4 0 651867520 361607168 4763 33554432000 4194304 4650419 140733259536608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=353132 CPUtime=1.49 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1809 0 0 0 149 0 0 0 20 0 4 0 651867520 361607168 4763 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=353132 CPUtime=1.47 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 1669 0 0 0 147 0 0 0 25 0 4 0 651867520 361607168 4763 33554432000 4194304 4650419 140733259536608 18446744073709551615 4332020 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) 353132

[startup+3.10037 s]
/proc/loadavg: 8.16 8.10 8.09 5/240 8334
/proc/meminfo: memFree=24286324/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=350476 CPUtime=12.36 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 17235 0 0 0 1232 4 0 0 25 0 4 0 651867519 358887424 10166 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 87619 10166 395 112 0 82584 0
[pid=8329/tid=8330] ppid=8327 vsize=350476 CPUtime=3.09 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 4014 0 0 0 308 1 0 0 25 0 4 0 651867520 358887424 10166 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=350476 CPUtime=3.09 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 4432 0 0 0 308 1 0 0 25 0 4 0 651867520 358887424 10166 33554432000 4194304 4650419 140733259536608 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=350476 CPUtime=3.06 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 4039 0 0 0 306 0 0 0 25 0 4 0 651867520 358887424 10166 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 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) 350476

[startup+6.30079 s]
/proc/loadavg: 8.15 8.10 8.09 9/245 8364
/proc/meminfo: memFree=24244136/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=351276 CPUtime=25.14 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 25484 0 0 0 2509 5 0 0 25 0 4 0 651867519 359706624 13062 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 87819 13062 395 112 0 82784 0
[pid=8329/tid=8330] ppid=8327 vsize=351276 CPUtime=6.29 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 7132 0 0 0 628 1 0 0 25 0 4 0 651867520 359706624 13062 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=351276 CPUtime=6.29 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 6162 0 0 0 628 1 0 0 25 0 4 0 651867520 359706624 13062 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=351276 CPUtime=6.24 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 5326 0 0 0 624 0 0 0 25 0 4 0 651867520 359706624 13062 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 351276

[startup+12.7006 s]
/proc/loadavg: 8.13 8.10 8.09 9/245 8364
/proc/meminfo: memFree=24191332/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=367284 CPUtime=50.69 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 40316 0 0 0 5060 9 0 0 25 0 4 0 651867519 376098816 18711 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 91821 18711 395 112 0 86786 0
[pid=8329/tid=8330] ppid=8327 vsize=367284 CPUtime=12.68 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 10951 0 0 0 1266 2 0 0 25 0 4 0 651867520 376098816 18711 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=367284 CPUtime=12.69 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 9972 0 0 0 1267 2 0 0 25 0 4 0 651867520 376098816 18711 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=367284 CPUtime=12.59 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 8374 0 0 0 1258 1 0 0 25 0 4 0 651867520 376098816 18711 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 367284

[startup+25.5003 s]
/proc/loadavg: 8.11 8.10 8.09 9/245 8364
/proc/meminfo: memFree=24138396/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=376348 CPUtime=101.8 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 61606 0 0 0 10163 17 0 0 25 0 4 0 651867519 385380352 27521 33554432000 4194304 4650419 140733259536608 18446744073709551615 4334357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 94087 27521 395 112 0 89052 0
[pid=8329/tid=8330] ppid=8327 vsize=376348 CPUtime=25.49 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 17371 0 0 0 2545 4 0 0 25 0 4 0 651867520 385380352 27521 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=376348 CPUtime=25.48 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 15846 0 0 0 2544 4 0 0 25 0 4 0 651867520 385380352 27521 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=376348 CPUtime=25.3 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 12320 0 0 0 2527 3 0 0 25 0 4 0 651867520 385380352 27521 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 376348

[startup+51.1006 s]
/proc/loadavg: 8.20 8.12 8.10 9/245 8365
/proc/meminfo: memFree=24088608/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=387620 CPUtime=204.02 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 90129 0 0 0 20378 24 0 0 25 0 4 0 651867519 396922880 34010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 96905 34010 395 112 0 91870 0
[pid=8329/tid=8330] ppid=8327 vsize=387620 CPUtime=51.09 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 26558 0 0 0 5102 7 0 0 25 0 4 0 651867520 396922880 34010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4307242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=387620 CPUtime=51.09 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 24311 0 0 0 5102 7 0 0 25 0 4 0 651867520 396922880 34010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=387620 CPUtime=50.71 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 15191 0 0 0 5068 3 0 0 25 0 4 0 651867520 396922880 34010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4307238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 387620

[startup+102.309 s]
/proc/loadavg: 8.14 8.11 8.09 9/245 8366
/proc/meminfo: memFree=24039200/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=389948 CPUtime=408.48 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 135180 0 0 0 40808 40 0 0 25 0 4 0 651867519 399306752 39120 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 97487 39120 395 112 0 92452 0
[pid=8329/tid=8330] ppid=8327 vsize=389948 CPUtime=102.3 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 40629 0 0 0 10218 12 0 0 25 0 4 0 651867520 399306752 39120 33554432000 4194304 4650419 140733259536608 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=389948 CPUtime=102.3 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 35525 0 0 0 10218 12 0 0 25 0 4 0 651867520 399306752 39120 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=389948 CPUtime=101.55 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 21747 0 0 0 10150 5 0 0 25 0 4 0 651867520 399306752 39120 33554432000 4194304 4650419 140733259536608 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 389948

[startup+162.3 s]

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

[pid=8329] ppid=8327 vsize=640620 CPUtime=2564.6 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 413609 0 0 0 256293 167 0 0 25 0 4 0 651867519 655994880 88116 33554432000 4194304 4650419 140733259536608 18446744073709551615 4310590 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 160155 88116 395 112 0 155120 0
[pid=8329/tid=8330] ppid=8327 vsize=640620 CPUtime=642.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 124809 0 0 0 64180 51 0 0 25 0 4 0 651867520 655994880 88116 33554432000 4194304 4650419 140733259536608 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=640620 CPUtime=642.31 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 111254 0 0 0 64183 48 0 0 25 0 4 0 651867520 655994880 88116 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=640620 CPUtime=637.64 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 66722 0 0 0 63736 28 0 0 25 0 4 0 651867520 655994880 88116 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2564.6
Current children cumulated vsize (KiB) 640620

[startup+702.301 s]
/proc/loadavg: 8.04 8.03 8.05 9/245 8421
/proc/meminfo: memFree=23643096/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=641028 CPUtime=2804.14 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 441777 0 0 0 280234 180 0 0 25 0 4 0 651867519 656412672 96185 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 160257 96185 395 112 0 155222 0
[pid=8329/tid=8330] ppid=8327 vsize=641028 CPUtime=702.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 132735 0 0 0 70176 55 0 0 25 0 4 0 651867520 656412672 96185 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=641028 CPUtime=702.31 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 117684 0 0 0 70180 51 0 0 25 0 4 0 651867520 656412672 96185 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=641028 CPUtime=697.2 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 71625 0 0 0 69689 31 0 0 25 0 4 0 651867520 656412672 96185 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.14
Current children cumulated vsize (KiB) 641028

[startup+762.31 s]
/proc/loadavg: 8.04 8.04 8.05 10/245 8425
/proc/meminfo: memFree=23631652/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=628900 CPUtime=3043.76 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 465658 0 0 0 304184 192 0 0 25 0 4 0 651867519 643993600 96010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 157225 96010 395 112 0 152190 0
[pid=8329/tid=8330] ppid=8327 vsize=628900 CPUtime=762.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 139791 0 0 0 76173 58 0 0 25 0 4 0 651867520 643993600 96010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=628900 CPUtime=762.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 121431 0 0 0 76179 53 0 0 25 0 4 0 651867520 643993600 96010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4360445 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=628900 CPUtime=756.77 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 77157 0 0 0 75643 34 0 0 25 0 4 0 651867520 643993600 96010 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.76
Current children cumulated vsize (KiB) 628900

[startup+822.301 s]
/proc/loadavg: 8.29 8.13 8.08 10/245 8428
/proc/meminfo: memFree=23610964/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=641680 CPUtime=3283.29 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 489332 0 0 0 328125 204 0 0 25 0 4 0 651867519 657080320 98585 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366194 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 160420 98585 395 112 0 155385 0
[pid=8329/tid=8330] ppid=8327 vsize=641680 CPUtime=822.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 146136 0 0 0 82169 62 0 0 25 0 4 0 651867520 657080320 98585 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=641680 CPUtime=822.31 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 127644 0 0 0 82175 56 0 0 25 0 4 0 651867520 657080320 98585 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=641680 CPUtime=816.33 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 81445 0 0 0 81597 36 0 0 25 0 4 0 651867520 657080320 98585 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.29
Current children cumulated vsize (KiB) 641680

[startup+882.301 s]
/proc/loadavg: 8.10 8.10 8.07 10/245 8429
/proc/meminfo: memFree=23563580/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=694828 CPUtime=3522.85 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 509560 0 0 0 352068 217 0 0 25 0 4 0 651867519 711503872 104236 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 173707 104236 395 112 0 168672 0
[pid=8329/tid=8330] ppid=8327 vsize=694828 CPUtime=882.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 154475 0 0 0 88165 66 0 0 25 0 4 0 651867520 711503872 104236 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=694828 CPUtime=882.31 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 130661 0 0 0 88173 58 0 0 25 0 4 0 651867520 711503872 104236 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=694828 CPUtime=875.89 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 86225 0 0 0 87550 39 0 0 25 0 4 0 651867520 711503872 104236 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.85
Current children cumulated vsize (KiB) 694828

[startup+942.301 s]
/proc/loadavg: 8.04 8.08 8.07 10/245 8431
/proc/meminfo: memFree=23536280/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=694944 CPUtime=3762.43 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 530548 0 0 0 376016 227 0 0 25 0 4 0 651867519 711622656 108831 33554432000 4194304 4650419 140733259536608 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 173736 108831 395 112 0 168701 0
[pid=8329/tid=8330] ppid=8327 vsize=694944 CPUtime=942.32 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 160529 0 0 0 94162 70 0 0 25 0 4 0 651867520 711622656 108831 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=694944 CPUtime=942.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 135959 0 0 0 94172 60 0 0 25 0 4 0 651867520 711622656 108831 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=694944 CPUtime=935.46 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 90981 0 0 0 93504 42 0 0 25 0 4 0 651867520 711622656 108831 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.43
Current children cumulated vsize (KiB) 694944

[startup+1002.3 s]
/proc/loadavg: 8.21 8.11 8.08 9/245 8432
/proc/meminfo: memFree=23530792/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=695144 CPUtime=4002 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 547825 0 0 0 399964 236 0 0 25 0 4 0 651867519 711827456 107476 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 173786 107476 395 112 0 168751 0
[pid=8329/tid=8330] ppid=8327 vsize=695144 CPUtime=1002.31 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 167378 0 0 0 100158 73 0 0 25 0 4 0 651867520 711827456 107476 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=695144 CPUtime=1002.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 139213 0 0 0 100170 62 0 0 25 0 4 0 651867520 711827456 107476 33554432000 4194304 4650419 140733259536608 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=695144 CPUtime=995.03 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 94918 0 0 0 99458 45 0 0 25 0 4 0 651867520 711827456 107476 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002
Current children cumulated vsize (KiB) 695144

[startup+1062.3 s]
/proc/loadavg: 8.18 8.12 8.08 10/245 8434
/proc/meminfo: memFree=23499996/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=724872 CPUtime=4241.57 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 567552 0 0 0 423911 246 0 0 25 0 4 0 651867519 742268928 116525 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 181218 116525 395 112 0 176183 0
[pid=8329/tid=8330] ppid=8327 vsize=724872 CPUtime=1062.32 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 175541 0 0 0 106156 76 0 0 25 0 4 0 651867520 742268928 116525 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=724872 CPUtime=1062.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 141068 0 0 0 106170 62 0 0 25 0 4 0 651867520 742268928 116525 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=724872 CPUtime=1054.6 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 99292 0 0 0 105413 47 0 0 25 0 4 0 651867520 742268928 116525 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.57
Current children cumulated vsize (KiB) 724872

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.09 11/245 8436
/proc/meminfo: memFree=23464620/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=730416 CPUtime=4481.15 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 588450 0 0 0 447858 257 0 0 25 0 4 0 651867519 747945984 116415 33554432000 4194304 4650419 140733259536608 18446744073709551615 4333569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 182604 116415 395 112 0 177569 0
[pid=8329/tid=8330] ppid=8327 vsize=730416 CPUtime=1122.32 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 181205 0 0 0 112153 79 0 0 25 0 4 0 651867520 747945984 116415 33554432000 4194304 4650419 140733259536608 18446744073709551615 4334293 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=730416 CPUtime=1122.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 147672 0 0 0 112167 65 0 0 25 0 4 0 651867520 747945984 116415 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=730416 CPUtime=1114.16 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 100991 0 0 0 111368 48 0 0 25 0 4 0 651867520 747945984 116415 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.15
Current children cumulated vsize (KiB) 730416

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 8.09 10/245 8437
/proc/meminfo: memFree=23466476/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=730648 CPUtime=4720.71 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 605688 0 0 0 471805 266 0 0 25 0 4 0 651867519 748183552 116167 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 182662 116167 395 112 0 177627 0
[pid=8329/tid=8330] ppid=8327 vsize=730648 CPUtime=1182.32 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 186356 0 0 0 118150 82 0 0 25 0 4 0 651867520 748183552 116167 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=730648 CPUtime=1182.32 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 153564 0 0 0 118164 68 0 0 25 0 4 0 651867520 748183552 116167 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=730648 CPUtime=1173.73 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 100997 0 0 0 117325 48 0 0 25 0 4 0 651867520 748183552 116167 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.71
Current children cumulated vsize (KiB) 730648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.26 8.15 8.10 10/245 8438
/proc/meminfo: memFree=23458040/32951124 swapFree=61559568/67111528
[pid=8329] ppid=8327 vsize=730696 CPUtime=4800.22 cores=1,3,5,7
/proc/8329/stat : 8329 (strangenight1-m) R 8327 8329 7898 0 -1 4202496 610935 0 0 0 479752 270 0 0 25 0 4 0 651867519 748232704 117772 33554432000 4194304 4650419 140733259536608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8329/statm: 182674 117772 395 112 0 177639 0
[pid=8329/tid=8330] ppid=8327 vsize=730696 CPUtime=1202.24 cores=1,3,5,7
/proc/8329/task/8330/stat : 8330 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 188744 0 0 0 120141 83 0 0 25 0 4 0 651867520 748232704 117772 33554432000 4194304 4650419 140733259536608 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8329/tid=8331] ppid=8327 vsize=730696 CPUtime=1202.24 cores=1,3,5,7
/proc/8329/task/8331/stat : 8331 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 154869 0 0 0 120155 69 0 0 25 0 4 0 651867520 748232704 117772 33554432000 4194304 4650419 140733259536608 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=730696 CPUtime=1193.48 cores=1,3,5,7
/proc/8329/task/8332/stat : 8332 (strangenight1-m) R 8327 8329 7898 0 -1 4202560 101056 0 0 0 119300 48 0 0 25 0 4 0 651867520 748232704 117772 33554432000 4194304 4650419 140733259536608 18446744073709551615 4360465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 730696

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.25
CPU time (s): 4800.28
CPU user time (s): 4797.55
CPU system time (s): 2.72658
CPU usage (%): 399.276
Max. virtual memory (cumulated for all children) (KiB): 835328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.55
system time used= 2.72659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610937
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= 403
involuntary context switches= 30322

runsolver used 2.40863 second user time and 6.35503 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 21:51:08
IDJOB=3368771
IDBENCH=82780
IDSOLVER=1846
FILE ID=node109/3368771-1305402668
RUNJOBID= node109-1305401463-8214
PBS_JOBID= 13324470
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368771-1305402668/watcher-3368771-1305402668 -o /tmp/evaluation-result-3368771-1305402668/solver-3368771-1305402668 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368771-1305402668.cnf

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

MD5SUM BENCH= 9ba8ad6ebe939ddb75efcc3aec0126e6
RANDOM SEED=282161020

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23990228 kB
Buffers:        230624 kB
Cached:        2259440 kB
SwapCached:      28404 kB
Active:         422632 kB
Inactive:      8322840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23990228 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:     6232956 kB
Mapped:          18180 kB
Slab:           122016 kB
PageTables:      31476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18276380 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= 73216 MiB
End job on node109 at 2011-05-14 22:11:12