Trace number 3368751

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.35 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S1831593686-090.SATISFIABLE.cnf
MD5SUM7dd850f670e1c9ea63e995ef24dddf5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06399
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368751-1305402180.cnf'
0.00/0.01	c -- header says num vars:            800
0.00/0.01	c -- header says num clauses:        3408
0.00/0.01	c -- clauses added:            0 learnts,         3408 normals,            0 xors
0.00/0.01	c -- vars added        800
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       800      3408         0         0     10224         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3408/3408 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    800 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     27  v-fix:    0  time:  0.02 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:     339 undec:      88 neg:     373
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       773      3394         0         0     10373         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4919       773      3394         0      4879     10373    159756   no data   no data  --
3.57/0.90	c  N st    10     11303       773      3394         0      4513     10373    100640   no data   no data  --
3.57/0.90	c  N st    11     17050       773      3394         0     10217     10373    293031   no data   no data  --
5.16/1.30	c  F st    12     25001       773      3394         0     12499     10373    380725   no data   no data  --
5.16/1.30	c  N st    12     25001       773      3394         0     12499     10373    380725   no data   no data  --
5.96/1.50	c  N dy    18     30000       773      3394         0     10752     10373    290824   no data   no data  --
5.96/1.50	c  S st    18     30000       773      3394         0     10752     10373    290824   no data   no data  --
5.96/1.53	c  S st    18     30501       773      3394         0     11253     10373    306157   no data   no data  --
5.96/1.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.96/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
5.96/1.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.55/1.94	c lits-rem:        74  cl-subs:      183  v-elim:      0  v-fix:    0  time:  1.58 s
7.55/1.95	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.04
7.55/1.95	c calculated reachability. Time: 0.00
7.55/1.95	c  N dy    18     30501       773      3394         0     11070     10373    298214   no data   no data  --
8.38/2.20	c  N dy    29     34528       773      3394         0     15079     10373    430216     22.36     23.82  --
9.55/2.45	c  N dy    45     38870       773      3394         0     11531     10373    234413     22.01     23.55  --
10.75/2.71	c  N dy    65     42996       773      3394         0     15630     10373    363017     22.03     23.23  --
11.55/2.91	c  S st    69     45752       773      3394         0      9473     10373    133561     21.64     19.57  --
11.55/2.94	c  S st    69     46260       773      3394         0      9981     10373    148868     21.64   no data  --
11.55/2.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.55/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
11.55/2.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.95/3.06	c lits-rem:        19  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.46 s
11.95/3.06	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
11.95/3.06	c vivif2 --  cl tried     9970 cl shrink        0 lits rem          0 time: 0.01
11.95/3.07	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.03
11.95/3.07	c calculated reachability. Time: 0.00
11.95/3.07	c  N dy    69     46260       773      3394         0      9970     10373    148453     21.64   no data  --
13.18/3.31	c  N dy    78     50348       773      3394         0     14035     10373    276208     21.48     24.78  --
14.33/3.66	c  N dy    89     55532       773      3394         0     19167     10373    437743     21.16     22.37  --
15.53/3.91	c  N dy   111     59647       773      3394         0     13361     10373    227030     21.19     22.64  --
16.33/4.17	c  N dy   140     63759       773      3394         0     17459     10373    358416     21.34     22.59  --
17.91/4.50	c  N dy   171     67869       773      3394         0     21552     10373    493427     21.54     23.94  --
18.31/4.61	c  S st   176     69393       773      3394         0     12129     10373    156254     21.52   no data  --
18.31/4.64	c  S st   176     69897       773      3394         0     12633     10373    171847     21.52   no data  --
18.31/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.31/4.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.31/4.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.31/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.31/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
18.31/4.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.11/4.83	c lits-rem:        21  cl-subs:       26  v-elim:      0  v-fix:    0  time:  0.73 s
19.11/4.83	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
19.11/4.84	c vivif2 --  cl tried    12607 cl shrink        0 lits rem          0 time: 0.00
19.11/4.85	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.04
19.11/4.85	c calculated reachability. Time: 0.00
19.11/4.85	c  N dy   176     69897       773      3394         0     12607     10373    170847     21.52   no data  --
20.32/5.18	c  N dy   188     74870       773      3394         0     17553     10373    329033     21.44     22.59  --
21.96/5.58	c  N dy   215     79771       773      3394         0     22417     10373    484764     21.52     22.69  --
23.51/5.95	c  N dy   243     84860       773      3394         0     15555     10373    241917     21.61     22.86  --
24.31/6.14	c  F st   255     87500       773      3394         0     18178     10373    323672     21.60   no data  --
25.11/6.39	c  N st   260     90796       773      3394         0     21459     10373    433889     21.60   no data  --
27.09/6.86	c  N dy   283     96631       773      3394         0     14345     10373    173826     21.62     23.79  --
29.09/7.32	c  N dy   307    103040       773      3394         0     20707     10373    376549     21.59     22.96  --
29.49/7.48	c  S st   311    104846       773      3394         0     22493     10373    431399     21.56   no data  --
29.89/7.53	c  S st   311    105351       773      3394         0     22998     10373    445882     21.56   no data  --
29.89/7.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.89/7.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.89/7.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.89/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
29.89/7.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.46/8.91	c lits-rem:       207  cl-subs:      229  v-elim:      0  v-fix:    0  time:  5.38 s
35.46/8.91	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
35.46/8.91	c vivif2 --  cl tried    22769 cl shrink        0 lits rem          0 time: 0.02
35.46/8.93	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.08
35.46/8.93	c calculated reachability. Time: 0.00
35.46/8.93	c  N dy   311    105351       773      3394         0     22769     10373    437059     21.56   no data  --
37.86/9.56	c  N dy   347    112494       773      3394         0     15965     10373    202167     21.61     22.88  --
40.25/10.13	c  N dy   380    119721       773      3394         0     23145     10373    429027     21.61     24.59  --
43.48/10.93	c  N dy   426    127393       773      3394         0     15866     10373    170239     21.66     22.86  --
46.24/11.62	c  N dy   461    136007       773      3394         0     24435     10373    447148     21.66     23.14  --
49.83/12.52	c  N dy   498    144999       773      3394         0     17471     10373    192504     21.64     22.80  --
52.67/13.27	c  N dy   530    154339       773      3394         0     26750     10373    491036     21.59     23.39  --
54.21/13.66	c  S st   546    158028       773      3394         0     30405     10373    606055     21.59   no data  --
54.61/13.73	c  S st   546    158534       773      3394         0     30911     10373    621720     21.59   no data  --
54.61/13.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.61/13.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.61/13.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
54.61/13.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.61/13.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.61/13.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
54.61/13.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.39/15.93	c lits-rem:       330  cl-subs:      350  v-elim:      0  v-fix:    0  time:  8.64 s
63.39/15.93	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
63.39/15.93	c vivif2 --  cl tried    30561 cl shrink        0 lits rem          0 time: 0.03
63.39/15.96	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.11
63.39/15.96	c calculated reachability. Time: 0.00
63.39/15.96	c  N dy   546    158534       773      3394         0     30561     10373    608071     21.59   no data  --
67.38/16.90	c  N dy   595    168871       773      3394         0     23945     10373    376780     21.61     23.14  --
71.76/18.07	c  N dy   657    179718       773      3394         0     34741     10373    721382     21.65     22.85  --
76.15/19.17	c  N dy   714    191190       773      3394         0     28232     10373    489891     21.67     22.93  --
82.14/20.63	c  N dy   779    203577       773      3394         0     21670     10373    253393     21.71     23.07  --
87.76/22.02	c  N dy   854    217096       773      3394         0     35126     10373    692023     21.75     22.96  --
93.70/23.54	c  N dy   940    230971       773      3394         0     29039     10373    461195     21.81     22.99  --
96.88/24.32	c  S st   964    237802       773      3394         0     35822     10373    681209     21.80     21.05  --
97.28/24.41	c  S st   964    238309       773      3394         0     36329     10373    697311     21.80   no data  --
97.28/24.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.28/24.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
97.28/24.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
97.28/24.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.28/24.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.28/24.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
97.28/24.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
107.25/26.93	c lits-rem:       591  cl-subs:      356  v-elim:      0  v-fix:    0  time:  9.92 s
107.25/26.93	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
107.25/26.94	c vivif2 --  cl tried    35973 cl shrink        0 lits rem          0 time: 0.03
107.25/26.98	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.13
107.25/26.98	c calculated reachability. Time: 0.00
107.25/26.98	c  N dy   964    238309       773      3394         0     35973     10373    683111     21.80   no data  --
114.43/28.71	c  N dy  1044    253831       773      3394         0     30535     10373    485551     21.82     23.09  --
122.45/30.80	c  N dy  1097    270178       773      3394         0     24904     10373    278851     21.78     22.97  --
130.79/32.88	c  N dy  1180    287532       773      3394         0     42166     10373    842116     21.81     23.02  --
139.56/35.10	c  N dy  1251    306035       773      3394         0     37677     10373    660648     21.79     23.27  --
139.99/35.13	c  F st  1252    306253       773      3394         0     37895     10373    667257     21.79     21.11  --
142.76/35.82	c Decided on static restart strategy
153.92/38.67	c  N st  1262    334562       773      3394         0     42125     10373   1073765     21.79   no data  --
166.73/41.84	c  N st  1264    357464       773      3394         0     39996     10373   1048833     21.79   no data  --
166.73/41.84	c  S st  1264    357464       773      3394         0     39996     10373   1048833     21.79   no data  --
167.08/41.95	c  S st  1264    357966       773      3394         0     40496     10373   1063893     21.79   no data  --
167.08/41.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
167.08/41.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
167.08/41.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
167.48/42.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.48/42.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.48/42.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
167.48/42.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.87/43.18	c lits-rem:       265  cl-subs:     1195  v-elim:      0  v-fix:    0  time:  4.70 s
171.87/43.18	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
171.87/43.20	c vivif2 --  cl tried    39301 cl shrink        0 lits rem          0 time: 0.04
172.26/43.24	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.17
172.26/43.24	c calculated reachability. Time: 0.00
172.26/43.24	c  N st  1264    357966       773      3394         0     39301     10373   1018818     21.79   no data  --
195.00/48.92	c  N st  1265    390358       773      3394         0     45519     10373   1240315     21.79   no data  --
230.10/57.76	c  N st  1266    438947       773      3394         0     39241     10373    902513     21.79   no data  --
283.94/71.24	c  N st  1267    511829       773      3394         0     52851     10373   1362036     21.79   no data  --
301.09/75.59	c  N st  1268    536950       773      3394         0     47000     10373   1089700     21.79   no data  --
301.09/75.59	c  S st  1268    536950       773      3394         0     47000     10373   1089700     21.79   no data  --
301.89/75.72	c  S st  1268    537453       773      3394         0     47503     10373   1105375     21.79   no data  --
301.89/75.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
301.89/75.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.89/75.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
301.89/75.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.89/75.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.89/75.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
301.89/75.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
308.27/77.38	c lits-rem:        79  cl-subs:     1271  v-elim:      0  v-fix:    0  time:  6.36 s
308.27/77.38	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
308.27/77.39	c vivif2 --  cl tried    46232 cl shrink        0 lits rem          0 time: 0.05
308.67/77.44	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.22
308.67/77.45	c calculated reachability. Time: 0.00
308.67/77.45	c  N st  1268    537453       773      3394         0     46232     10373   1052420     21.79   no data  --
433.51/108.80	c  N st  1269    701437       773      3394         0     40231     10373    685899     21.79   no data  --
514.86/129.19	c  N st  1270    806179       773      3394         0     69636     10373   1692256     21.79   no data  --
514.86/129.19	c  S st  1270    806179       773      3394         0     69636     10373   1692256     21.79   no data  --
515.66/129.38	c  S st  1270    806682       773      3394         0     70139     10373   1707887     21.79   no data  --
515.66/129.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
515.66/129.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
516.06/129.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
516.06/129.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
516.06/129.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
516.06/129.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
516.06/129.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
537.60/134.85	c lits-rem:       213  cl-subs:     2318  v-elim:      0  v-fix:    0  time: 21.39 s
537.60/134.85	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
537.60/134.87	c vivif2 --  cl tried    67821 cl shrink        0 lits rem          0 time: 0.08
538.00/134.96	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.38
538.00/134.97	c calculated reachability. Time: 0.00
538.00/134.97	c  N st  1270    806682       773      3394         0     67821     10373   1623154     21.79   no data  --
764.52/191.71	c  F st  1271   1071875       773      3394         0     83934     10373   2102166     21.79   no data  --
764.52/191.71	c  N st  1271   1071875       773      3394         0     83934     10373   2102166     21.79   no data  --
784.46/196.70	c  N dy  1326   1094629       773      3394         0     62096     10373   1140939     21.77     23.23  --
805.61/202.01	c  N dy  1436   1114704       773      3394         0     82064     10373   1791621     21.81     22.97  --
826.34/207.25	c  N dy  1527   1134767       773      3394         0     56392     10373    842170     21.82     23.09  --
846.32/212.23	c  N dy  1647   1154861       773      3394         0     76376     10373   1490649     21.86     27.17  --
871.41/218.51	c  N dy  1717   1176071       773      3394         0     50773     10373    606635     21.83     23.14  --
890.61/223.32	c  N dy  1798   1196073       773      3394         0     70653     10373   1253921     21.82     23.73  --
906.51/227.31	c  S st  1864   1210025       773      3394         0     84530     10373   1710270     21.83     22.23  --
907.31/227.54	c  S st  1864   1210530       773      3394         0     85035     10373   1726378     21.83   no data  --
907.31/227.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
907.31/227.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
907.31/227.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
907.74/227.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
907.74/227.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
907.74/227.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
907.74/227.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
918.88/230.41	c lits-rem:       316  cl-subs:      771  v-elim:      0  v-fix:    0  time: 11.04 s
918.88/230.41	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
918.88/230.43	c vivif2 --  cl tried    84264 cl shrink        0 lits rem          0 time: 0.08
919.28/230.55	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.48
919.28/230.55	c calculated reachability. Time: 0.00
919.28/230.55	c  N dy  1864   1210530       773      3394         0     84264     10373   1696549     21.83   no data  --
946.79/237.41	c  N dy  1921   1238059       773      3394         0     63891     10373    971735     21.71     23.23  --
970.32/243.35	c  N dy  2041   1258943       773      3394         0     84650     10373   1645396     21.73     23.02  --
996.23/249.86	c  N dy  2177   1281063       773      3394         0     57959     10373    753242     21.77     23.21  --
1015.78/254.79	c  N dy  2274   1301085       773      3394         0     77859     10373   1400678     21.79     22.97  --
1042.90/261.50	c  N dy  2370   1321295       773      3394         0     97940     10373   2055976     21.81     22.99  --
1062.04/266.30	c  N dy  2485   1341337       773      3394         0     68199     10373   1051767     21.83     23.05  --
1085.58/272.27	c  N dy  2597   1361497       773      3394         0     88235     10373   1709764     21.86     23.24  --
1111.50/278.78	c  N dy  2691   1382561       773      3394         0     58502     10373    699963     21.86     23.08  --
1132.24/283.96	c  N dy  2807   1402889       773      3394         0     78729     10373   1357033     21.89     23.17  --
1159.77/290.86	c  N dy  2890   1422932       773      3394         0     98622     10373   2002754     21.89     25.92  --
1180.90/296.19	c  N dy  2983   1442956       773      3394         0     66858     10373    939823     21.90     26.39  --
1204.44/302.05	c  N dy  3092   1463140       773      3394         0     86932     10373   1587929     21.92     23.17  --
1233.95/309.40	c  N dy  3203   1483186       773      3394         0     54170     10373    493299     21.95     23.15  --
1252.30/314.02	c  N dy  3287   1503274       773      3394         0     74124     10373   1144135     21.95     26.64  --
1277.02/320.26	c  N dy  3362   1523330       773      3394         0     94013     10373   1781108     21.94     23.10  --
1304.14/327.02	c  N dy  3458   1543638       773      3394         0     60543     10373    675392     21.94     23.26  --
1324.52/332.16	c  N dy  3570   1563677       773      3394         0     80465     10373   1333898     21.96     24.82  --
1352.00/339.07	c  N dy  3671   1583732       773      3394         0    100403     10373   1991644     21.98     23.30  --
1378.72/345.70	c  N dy  3789   1605826       773      3394         0     67707     10373    882977     22.00     23.66  --
1401.85/351.52	c  N dy  3912   1625918       773      3394         0     87672     10373   1547870     22.02     24.44  --
1432.57/359.22	c  N dy  3987   1646471       773      3394         0    108077     10373   2204676     22.02     23.22  --
1454.10/364.61	c  N dy  4098   1666547       773      3394         0     72396     10373    999852     22.03     24.46  --
1479.22/370.99	c  N dy  4181   1686745       773      3394         0     92488     10373   1659701     22.03     23.35  --
1512.34/379.21	c  N dy  4295   1706824       773      3394         0    112459     10373   2317422     22.05     24.73  --
1516.73/380.32	c  S st  4316   1710532       773      3394         0     59469     10373    546210     22.05   no data  --
1517.13/380.46	c  S st  4316   1711036       773      3394         0     59970     10373    562024     22.05   no data  --
1517.13/380.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1517.13/380.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1517.13/380.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1517.13/380.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1517.13/380.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1517.13/380.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
1517.13/380.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1526.33/382.77	c lits-rem:       213  cl-subs:       64  v-elim:      0  v-fix:    0  time:  9.03 s
1526.33/382.77	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
1526.33/382.78	c vivif2 --  cl tried    59906 cl shrink        0 lits rem          0 time: 0.04
1526.74/382.84	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.26
1526.74/382.85	c calculated reachability. Time: 0.00
1526.74/382.85	c  N dy  4316   1711036       773      3394         0     59906     10373    559471     22.05   no data  --
1546.63/387.89	c  N dy  4413   1731148       773      3394         0     79884     10373   1216677     22.06     23.35  --
1575.74/395.19	c  N dy  4542   1751867       773      3394         0    100490     10373   1897828     22.09     23.29  --
1607.25/403.03	c  N dy  4639   1772744       773      3394         0     63586     10373    646977     22.09     23.30  --
1629.19/408.50	c  N dy  4754   1793206       773      3394         0     83917     10373   1312272     22.10     23.27  --
1656.32/415.36	c  N dy  4838   1813246       773      3394         0    103804     10373   1953128     22.10     23.69  --
1686.22/422.84	c  N dy  4926   1833326       773      3394         0     65121     10373    673438     22.11     27.35  --
1710.59/428.95	c  N dy  5018   1853775       773      3394         0     85453     10373   1331944     22.11     23.29  --
1739.66/436.22	c  N dy  5129   1873810       773      3394         0    105387     10373   1992704     22.13     28.75  --
1768.78/443.58	c  N dy  5207   1893881       773      3394         0     65697     10373    661646     22.12     24.11  --
1791.12/449.13	c  N dy  5306   1913902       773      3394         0     85581     10373   1307893     22.13     23.45  --
1819.84/456.33	c  N dy  5393   1934115       773      3394         0    105641     10373   1970516     22.13     23.45  --
1853.73/464.84	c  N dy  5481   1957480       773      3394         0     68203     10373    708021     22.13     23.46  --
1876.88/470.67	c  N dy  5591   1977663       773      3394         0     88276     10373   1364655     22.14     23.31  --
1908.01/478.45	c  N dy  5656   1998867       773      3394         0    109315     10373   2052250     22.13     23.38  --
1939.88/486.41	c  N dy  5769   2019074       773      3394         0     67839     10373    677532     22.14     23.43  --
1963.02/492.28	c  N dy  5876   2039598       773      3394         0     88212     10373   1344257     22.15     23.36  --
1992.12/499.53	c  N dy  5948   2059656       773      3394         0    108137     10373   1991116     22.14     23.89  --
2025.64/507.96	c  N dy  6028   2079732       773      3394         0     65499     10373    572154     22.14     23.45  --
2047.57/513.42	c  N dy  6137   2099779       773      3394         0     85433     10373   1229918     22.15     23.87  --
2076.68/520.72	c  N dy  6235   2120052       773      3394         0    105575     10373   1900817     22.16     23.34  --
2113.78/530.01	c  N dy  6332   2140945       773      3394         0    126327     10373   2584758     22.17     23.55  --
2136.56/535.78	c  N dy  6466   2160994       773      3394         0     82672     10373   1116247     22.19     23.45  --
2164.43/542.75	c  N dy  6544   2181085       773      3394         0    102656     10373   1780018     22.19     23.95  --
2201.12/551.92	c  N dy  6649   2201183       773      3394         0    122628     10373   2430429     22.20     23.38  --
2216.67/555.84	c  S st  6686   2211036       773      3394         0     67799     10373    588331     22.20   no data  --
2217.47/556.01	c  S st  6686   2211540       773      3394         0     68303     10373    604546     22.20   no data  --
2217.47/556.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2217.47/556.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2217.47/556.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
2217.47/556.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2217.47/556.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2217.47/556.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
2217.47/556.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2226.64/558.39	c lits-rem:       127  cl-subs:      161  v-elim:      0  v-fix:    0  time:  9.27 s
2226.64/558.39	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
2227.04/558.40	c vivif2 --  cl tried    68142 cl shrink        0 lits rem          0 time: 0.04
2227.04/558.48	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.31
2227.04/558.48	c calculated reachability. Time: 0.00
2227.04/558.48	c  N dy  6686   2211540       773      3394         0     68142     10373    598825     22.20   no data  --
2248.58/563.82	c  N dy  6741   2231612       773      3394         0     88066     10373   1260261     22.19     23.39  --
2278.49/571.34	c  N dy  6841   2251653       773      3394         0    107968     10373   1910293     22.19     23.72  --
2313.99/580.21	c  N dy  6915   2271707       773      3394         0    127851     10373   2561613     22.19     23.50  --
2339.11/586.50	c  N dy  6991   2291789       773      3394         0     82275     10373   1034221     22.19     24.07  --
2366.63/593.48	c  N dy  7091   2311875       773      3394         0    102210     10373   1684492     22.20     23.69  --
2402.53/602.41	c  N dy  7206   2332218       773      3394         0    122454     10373   2364403     22.21     23.61  --
2436.82/611.07	c  N dy  7329   2352840       773      3394         0     76408     10373    822104     22.22     23.41  --
2462.75/617.54	c  N dy  7423   2373147       773      3394         0     96584     10373   1487135     22.22     23.52  --
2497.05/626.12	c  N dy  7545   2393253       773      3394         0    116577     10373   2147088     22.24     23.47  --
2536.93/636.18	c  N dy  7648   2413352       773      3394         0     68975     10373    544682     22.25     23.53  --
2560.46/642.05	c  N dy  7760   2433426       773      3394         0     88943     10373   1201217     22.25     27.09  --
2591.57/649.87	c  N dy  7888   2453674       773      3394         0    109072     10373   1867448     22.27     23.46  --
2627.90/658.96	c  N dy  7975   2473956       773      3394         0    129205     10373   2526059     22.27     23.57  --
2663.76/667.94	c  N dy  8093   2498552       773      3394         0     85072     10373   1042741     22.27     23.56  --
2694.06/675.56	c  N dy  8172   2521276       773      3394         0    107615     10373   1773633     22.26     23.44  --
2729.97/684.57	c  N dy  8277   2541444       773      3394         0    127657     10373   2439602     22.27     23.74  --
2763.50/693.00	c  N dy  8376   2561869       773      3394         0     78401     10373    800066     22.28     23.63  --
2789.83/699.60	c  N dy  8474   2581882       773      3394         0     98306     10373   1458055     22.28     23.48  --
2820.94/707.36	c  N dy  8545   2601903       773      3394         0    118139     10373   2096984     22.28     24.09  --
2865.56/718.52	c  N dy  8653   2624020       773      3394         0    140124     10373   2825000     22.29     23.48  --
2889.90/724.66	c  N dy  8725   2644345       773      3394         0     89790     10373   1143102     22.28     23.48  --
2920.61/732.38	c  N dy  8841   2664415       773      3394         0    109744     10373   1805844     22.30     23.51  --
2962.08/742.71	c  N dy  8937   2686283       773      3394         0    131424     10373   2516885     22.30     23.51  --
2997.17/751.59	c  N dy  9020   2706340       773      3394         0     79848     10373    796078     22.30     23.50  --
3003.57/753.19	c  S st  9054   2711541       773      3394         0     85019     10373    968027     22.30   no data  --
3004.37/753.40	c  S st  9054   2712041       773      3394         0     85519     10373    984490     22.30   no data  --
3004.37/753.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3004.37/753.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3004.80/753.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
3004.80/753.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3004.80/753.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3004.80/753.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
3004.80/753.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3020.32/757.34	c lits-rem:       693  cl-subs:      312  v-elim:      0  v-fix:    0  time: 15.41 s
3020.32/757.34	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
3020.32/757.35	c vivif2 --  cl tried    85207 cl shrink        0 lits rem          0 time: 0.06
3020.71/757.46	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.42
3020.71/757.46	c calculated reachability. Time: 0.00
3020.71/757.46	c  N dy  9054   2712041       773      3394         0     85207     10373    971992     22.30   no data  --
3048.24/764.37	c  N dy  9139   2732143       773      3394         0    105162     10373   1624605     22.30     24.81  --
3088.91/774.53	c  N dy  9213   2755473       773      3394         0    128297     10373   2373332     22.30     23.54  --
3129.19/784.61	c  N dy  9295   2775814       773      3394         0     76012     10373    648147     22.30     23.56  --
3153.52/790.72	c  N dy  9376   2795869       773      3394         0     95948     10373   1312128     22.30     23.48  --
3183.44/798.21	c  N dy  9399   2815944       773      3394         0    115812     10373   1955093     22.28     23.65  --
3222.12/807.92	c  N dy  9511   2836015       773      3394         0    135764     10373   2618115     22.29     27.78  --
3258.82/817.16	c  N dy  9625   2856147       773      3394         0     82313     10373    825527     22.30     23.50  --
3285.98/823.94	c  N dy  9719   2876318       773      3394         0    102355     10373   1495938     22.30     23.48  --
3320.24/832.55	c  N dy  9831   2896347       773      3394         0    122273     10373   2162076     22.31     27.68  --
3361.31/842.84	c  N dy  9919   2916548       773      3394         0    142329     10373   2820249     22.32     23.57  --
3393.62/850.93	c  N dy 10027   2936918       773      3394         0     88078     10373    995443     22.32     23.61  --
3422.33/858.19	c  N dy 10105   2957306       773      3394         0    108307     10373   1654370     22.32     24.00  --
3464.61/868.78	c  N dy 10211   2980645       773      3394         0    131480     10373   2425030     22.32     23.66  --
3508.89/879.86	c  N dy 10296   3000736       773      3394         0     75944     10373    564763     22.33     23.72  --
3534.41/886.23	c  N dy 10424   3020739       773      3394         0     95840     10373   1224765     22.34     25.14  --
3565.51/894.04	c  N dy 10504   3040763       773      3394         0    115698     10373   1874447     22.33     23.74  --
3619.75/907.69	c  N dy 10604   3069491       773      3394         0    144217     10373   2809375     22.33     23.62  --
3657.25/917.04	c  N dy 10703   3092639       773      3394         0     90741     10373   1022396     22.33     23.69  --
3691.95/925.70	c  N dy 10780   3115996       773      3394         0    113915     10373   1781262     22.33     23.57  --
3731.83/935.70	c  N dy 10884   3136306       773      3394         0    134082     10373   2445228     22.33     23.52  --
3775.70/946.74	c  N dy 10954   3156387       773      3394         0    153954     10373   3085215     22.33     23.72  --
3802.02/953.33	c  N dy 11036   3176406       773      3394         0     96433     10373   1187961     22.33     24.10  --
3837.92/962.39	c  N dy 11163   3196608       773      3394         0    116517     10373   1863315     22.34     23.60  --
3870.21/970.40	c  S st 11245   3212041       773      3394         0    131831     10373   2363816     22.34     19.78  --
3871.81/970.81	c  S st 11245   3212545       773      3394         0    132334     10373   2380668     22.34   no data  --
3871.81/970.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3871.81/970.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3872.21/970.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.31
3872.21/970.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3872.21/970.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3872.21/970.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
3872.21/970.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3907.71/979.87	c lits-rem:       252  cl-subs:     1332  v-elim:      0  v-fix:    0  time: 35.40 s
3907.71/979.87	c vivif2 --  cl tried     3394 cl shrink        0 lits rem          0 time: 0.00
3908.11/979.90	c vivif2 --  cl tried   131002 cl shrink        0 lits rem          0 time: 0.13
3908.54/980.11	c asymm  cl-useful: 0/3394/3394 lits-rem:0 time: 0.82
3908.95/980.11	c calculated reachability. Time: 0.00
3908.95/980.11	c  N dy 11245   3212545       773      3394         0    131002     10373   2330018     22.34   no data  --
3953.17/991.29	c  N dy 11334   3232736       773      3394         0    151064     10373   2989696     22.35     23.53  --
3985.08/999.21	c  N dy 11411   3252879       773      3394         0     92600     10373   1023941     22.35     23.85  --
4015.79/1006.95	c  N dy 11489   3272935       773      3394         0    112473     10373   1660471     22.34     25.58  --
4053.73/1016.46	c  N dy 11556   3293636       773      3394         0    133013     10373   2327460     22.34     23.69  --
4099.55/1027.97	c  N dy 11675   3313657       773      3394         0    152929     10373   2992399     22.35     25.18  --
4140.23/1038.19	c  N dy 11788   3337803       773      3394         0     97496     10373   1159609     22.35     23.62  --
4176.91/1047.31	c  N dy 11842   3360838       773      3394         0    120331     10373   1909956     22.34     23.67  --
4217.20/1057.43	c  N dy 11965   3380898       773      3394         0    140287     10373   2578100     22.35     23.73  --
4264.65/1069.31	c  N dy 12062   3401081       773      3394         0    160340     10373   3241013     22.35     23.72  --
4291.78/1076.14	c  N dy 12162   3421109       773      3394         0     99827     10373   1214669     22.36     25.72  --
4325.31/1084.55	c  N dy 12277   3441186       773      3394         0    119786     10373   1882770     22.36     24.62  --
4359.99/1093.20	c  N dy 12297   3461219       773      3394         0    139602     10373   2537823     22.35     23.56  --
4405.84/1104.76	c  N dy 12373   3481273       773      3394         0    159494     10373   3179120     22.35     25.56  --
4440.94/1113.51	c  N dy 12491   3504067       773      3394         0    100739     10373   1223711     22.35     23.69  --
4475.63/1122.27	c  N dy 12586   3525038       773      3394         0    121547     10373   1910695     22.36     23.69  --
4515.92/1132.36	c  N dy 12682   3545147       773      3394         0    141505     10373   2565442     22.36     23.55  --
4575.38/1147.23	c  N dy 12755   3573532       773      3394         0     87275     10373    739244     22.35     23.64  --
4603.67/1154.36	c  N dy 12849   3593616       773      3394         0    107207     10373   1396381     22.35     24.78  --
4638.36/1163.07	c  N dy 12935   3613618       773      3394         0    127059     10373   2053967     22.36     23.65  --
4683.03/1174.21	c  N dy 13023   3634769       773      3394         0    148055     10373   2745298     22.36     23.54  --
4731.69/1186.42	c  N dy 13119   3654876       773      3394         0     84642     10373    632272     22.36     23.54  --
4760.79/1193.72	c  N dy 13230   3675594       773      3394         0    105215     10373   1304195     22.37     23.62  --
4797.09/1202.86	c  N dy 13329   3695831       773      3394         0    125320     10373   1967254     22.37     23.74  --

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-3368751-1305402180/watcher-3368751-1305402180 -o /tmp/evaluation-result-3368751-1305402180/solver-3368751-1305402180 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368751-1305402180.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.43 7.93 8.00 2/343 15829
/proc/meminfo: memFree=25804608/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 412 0 0 0 2 0 0 0 22 0 4 0 651818491 52465664 352 33554432000 4194304 4650419 140737216849280 18446744073709551615 47133511341992 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 12809 352 303 112 0 7774 0
[pid=15829/tid=15833] ppid=15826 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 4 0 651818491 52465664 352 33554432000 4194304 4650419 140737216849280 18446744073709551615 47133511342002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651818491 52465664 352 33554432000 4194304 4650419 140737216849280 18446744073709551615 47133511342002 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651818491 52465664 352 33554432000 4194304 4650419 140737216849280 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.080232 s]
/proc/loadavg: 7.43 7.93 8.00 2/343 15829
/proc/meminfo: memFree=25804608/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=282956 CPUtime=0.29 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 1930 0 0 0 29 0 0 0 18 0 4 0 651818491 289746944 1781 33554432000 4194304 4650419 140737216849280 18446744073709551615 230808826565 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 70739 1781 390 112 0 65704 0
[pid=15829/tid=15833] ppid=15826 vsize=282956 CPUtime=0.07 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 435 0 0 0 7 0 0 0 18 0 4 0 651818491 289746944 1781 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=282956 CPUtime=0.07 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 399 0 0 0 7 0 0 0 18 0 4 0 651818491 289746944 1781 33554432000 4194304 4650419 140737216849280 18446744073709551615 4334276 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=282956 CPUtime=0.06 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 274 0 0 0 6 0 0 0 25 0 4 0 651818491 289746944 1781 33554432000 4194304 4650419 140737216849280 18446744073709551615 4333646 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282956

[startup+0.100228 s]
/proc/loadavg: 7.43 7.93 8.00 2/343 15829
/proc/meminfo: memFree=25804608/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=282956 CPUtime=0.37 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 2028 0 0 0 37 0 0 0 18 0 4 0 651818491 289746944 1879 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 70739 1879 391 112 0 65704 0
[pid=15829/tid=15833] ppid=15826 vsize=282956 CPUtime=0.09 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 462 0 0 0 9 0 0 0 18 0 4 0 651818491 289746944 1879 33554432000 4194304 4650419 140737216849280 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=282956 CPUtime=0.09 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 425 0 0 0 9 0 0 0 18 0 4 0 651818491 289746944 1879 33554432000 4194304 4650419 140737216849280 18446744073709551615 4315564 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=282956 CPUtime=0.08 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 299 0 0 0 8 0 0 0 25 0 4 0 651818491 289746944 1879 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282956

[startup+0.300192 s]
/proc/loadavg: 7.43 7.93 8.00 2/343 15829
/proc/meminfo: memFree=25804608/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=284508 CPUtime=1.17 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 3351 0 0 0 117 0 0 0 18 0 4 0 651818491 291336192 2412 33554432000 4194304 4650419 140737216849280 18446744073709551615 4333403 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 71127 2412 393 112 0 66092 0
[pid=15829/tid=15833] ppid=15826 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 790 0 0 0 29 0 0 0 18 0 4 0 651818491 291336192 2412 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 761 0 0 0 29 0 0 0 18 0 4 0 651818491 291336192 2412 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=284508 CPUtime=0.28 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 633 0 0 0 28 0 0 0 25 0 4 0 651818491 291336192 2412 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284508

[startup+0.70112 s]
/proc/loadavg: 7.43 7.93 8.00 2/343 15829
/proc/meminfo: memFree=25804608/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=285596 CPUtime=2.77 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 5312 0 0 0 277 0 0 0 18 0 4 0 651818491 292450304 3192 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 71399 3193 393 112 0 66364 0
[pid=15829/tid=15833] ppid=15826 vsize=285596 CPUtime=0.69 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 1271 0 0 0 69 0 0 0 18 0 4 0 651818491 292450304 3193 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=285596 CPUtime=0.69 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 1245 0 0 0 69 0 0 0 18 0 4 0 651818491 292450304 3193 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=285596 CPUtime=0.68 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 1128 0 0 0 68 0 0 0 25 0 4 0 651818491 292450304 3193 33554432000 4194304 4650419 140737216849280 18446744073709551615 4303919 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285596

[startup+1.50098 s]
/proc/loadavg: 7.55 7.95 8.01 9/354 15841
/proc/meminfo: memFree=25778340/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=287104 CPUtime=5.96 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 9242 0 0 0 596 0 0 0 20 0 4 0 651818491 293994496 3835 33554432000 4194304 4650419 140737216849280 18446744073709551615 4329570 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 71776 3835 394 112 0 66741 0
[pid=15829/tid=15833] ppid=15826 vsize=287104 CPUtime=1.49 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 2270 0 0 0 149 0 0 0 19 0 4 0 651818491 293994496 3835 33554432000 4194304 4650419 140737216849280 18446744073709551615 4316038 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=287104 CPUtime=1.49 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 2259 0 0 0 149 0 0 0 19 0 4 0 651818491 293994496 3835 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=287104 CPUtime=1.47 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 2015 0 0 0 147 0 0 0 25 0 4 0 651818491 293994496 3835 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287104

[startup+3.10068 s]
/proc/loadavg: 7.55 7.95 8.01 9/354 15841
/proc/meminfo: memFree=25738412/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=273756 CPUtime=12.35 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 19604 0 0 0 1233 2 0 0 25 0 4 0 651818491 280326144 12181 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 68439 12181 395 112 0 63404 0
[pid=15829/tid=15833] ppid=15826 vsize=273756 CPUtime=3.09 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 4508 0 0 0 309 0 0 0 25 0 4 0 651818491 280326144 12181 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=273756 CPUtime=3.08 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 5274 0 0 0 308 0 0 0 25 0 4 0 651818491 280326144 12181 33554432000 4194304 4650419 140737216849280 18446744073709551615 4476213 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=273756 CPUtime=3.05 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 4450 0 0 0 305 0 0 0 25 0 4 0 651818491 280326144 12181 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 273756

[startup+6.3011 s]
/proc/loadavg: 7.55 7.95 8.01 9/354 15841
/proc/meminfo: memFree=25670916/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=291804 CPUtime=25.11 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 27767 0 0 0 2508 3 0 0 25 0 4 0 651818491 298807296 18543 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 72951 18543 395 112 0 67916 0
[pid=15829/tid=15833] ppid=15826 vsize=291804 CPUtime=6.29 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 7062 0 0 0 629 0 0 0 25 0 4 0 651818491 298807296 18543 33554432000 4194304 4650419 140737216849280 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=291804 CPUtime=6.28 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 7464 0 0 0 628 0 0 0 25 0 4 0 651818491 298807296 18543 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=291804 CPUtime=6.21 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 6312 0 0 0 621 0 0 0 25 0 4 0 651818491 298807296 18543 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 291804

[startup+12.7009 s]
/proc/loadavg: 7.62 7.95 8.01 9/354 15841
/proc/meminfo: memFree=25629548/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=305160 CPUtime=50.63 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 38558 0 0 0 5057 6 0 0 25 0 4 0 651818491 312483840 21071 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363337 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 76290 21071 395 112 0 71255 0
[pid=15829/tid=15833] ppid=15826 vsize=305160 CPUtime=12.69 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 9364 0 0 0 1268 1 0 0 25 0 4 0 651818491 312483840 21072 33554432000 4194304 4650419 140737216849280 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=305160 CPUtime=12.69 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 10234 0 0 0 1267 2 0 0 25 0 4 0 651818491 312483840 21072 33554432000 4194304 4650419 140737216849280 18446744073709551615 4333812 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=305160 CPUtime=12.54 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 8650 0 0 0 1253 1 0 0 25 0 4 0 651818491 312483840 21072 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365422 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 305160

[startup+25.5006 s]
/proc/loadavg: 7.68 7.95 8.01 9/354 15841
/proc/meminfo: memFree=25592220/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=306000 CPUtime=101.67 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 61357 0 0 0 10157 10 0 0 25 0 4 0 651818491 313344000 24178 33554432000 4194304 4650419 140737216849280 18446744073709551615 4439212 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 76500 24178 395 112 0 71465 0
[pid=15829/tid=15833] ppid=15826 vsize=306000 CPUtime=25.49 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 15103 0 0 0 2547 2 0 0 25 0 4 0 651818491 313344000 24178 33554432000 4194304 4650419 140737216849280 18446744073709551615 4334040 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=306000 CPUtime=25.48 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 16463 0 0 0 2546 2 0 0 25 0 4 0 651818491 313344000 24178 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=306000 CPUtime=25.18 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 13898 0 0 0 2516 2 0 0 25 0 4 0 651818491 313344000 24178 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 306000

[startup+51.1009 s]
/proc/loadavg: 7.79 7.96 8.00 9/354 15842
/proc/meminfo: memFree=25521340/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=308888 CPUtime=203.77 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 99944 0 0 0 20356 21 0 0 25 0 4 0 651818491 316301312 35300 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 77222 35300 395 112 0 72187 0
[pid=15829/tid=15833] ppid=15826 vsize=308888 CPUtime=51.09 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 23500 0 0 0 5104 5 0 0 25 0 4 0 651818491 316301312 35300 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=308888 CPUtime=51.08 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 25859 0 0 0 5104 4 0 0 25 0 4 0 651818491 316301312 35300 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=308888 CPUtime=50.48 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 22310 0 0 0 5043 5 0 0 25 0 4 0 651818491 316301312 35301 33554432000 4194304 4650419 140737216849280 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 308888

[startup+102.314 s]
/proc/loadavg: 7.98 7.99 8.01 9/354 15843
/proc/meminfo: memFree=25402152/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=312820 CPUtime=408.02 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 136936 0 0 0 40767 35 0 0 25 0 4 0 651818491 320327680 48339 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 78205 48339 395 112 0 73170 0
[pid=15829/tid=15833] ppid=15826 vsize=312820 CPUtime=102.3 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 28582 0 0 0 10224 6 0 0 25 0 4 0 651818491 320327680 48339 33554432000 4194304 4650419 140737216849280 18446744073709551615 4439653 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=312820 CPUtime=102.3 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 33957 0 0 0 10223 7 0 0 25 0 4 0 651818491 320327680 48339 33554432000 4194304 4650419 140737216849280 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=312820 CPUtime=101.08 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 31377 0 0 0 10099 9 0 0 25 0 4 0 651818491 320327680 48339 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 312820

[startup+162.301 s]

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

[pid=15829] ppid=15826 vsize=505496 CPUtime=2561.69 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 289629 0 0 0 256049 120 0 0 25 0 4 0 651818491 517627904 97184 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 126374 97184 395 112 0 121339 0
[pid=15829/tid=15833] ppid=15826 vsize=505496 CPUtime=642.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 40804 0 0 0 64218 14 0 0 25 0 4 0 651818491 517627904 97184 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=505496 CPUtime=642.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 89949 0 0 0 64194 37 0 0 25 0 4 0 651818491 517627904 97184 33554432000 4194304 4650419 140737216849280 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=505496 CPUtime=634.72 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 51675 0 0 0 63451 21 0 0 25 0 4 0 651818491 517627904 97184 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.69
Current children cumulated vsize (KiB) 505496

[startup+702.301 s]
/proc/loadavg: 8.13 8.09 8.03 9/354 15859
/proc/meminfo: memFree=24976648/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=563636 CPUtime=2800.95 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 297757 0 0 0 279970 125 0 0 25 0 4 0 651818491 577163264 97589 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 140909 97589 395 112 0 135874 0
[pid=15829/tid=15833] ppid=15826 vsize=563636 CPUtime=702.31 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 41431 0 0 0 70216 15 0 0 25 0 4 0 651818491 577163264 97589 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=563636 CPUtime=702.3 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 94229 0 0 0 70190 40 0 0 25 0 4 0 651818491 577163264 97589 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=563636 CPUtime=694.01 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 52286 0 0 0 69379 22 0 0 25 0 4 0 651818491 577163264 97589 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.95
Current children cumulated vsize (KiB) 563636

[startup+762.314 s]
/proc/loadavg: 8.13 8.10 8.04 9/354 15861
/proc/meminfo: memFree=24966288/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=576064 CPUtime=3040.3 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 307996 0 0 0 303898 132 0 0 25 0 4 0 651818491 589889536 96379 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 144016 96379 395 112 0 138981 0
[pid=15829/tid=15833] ppid=15826 vsize=576064 CPUtime=762.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 43807 0 0 0 76216 16 0 0 25 0 4 0 651818491 589889536 96380 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=576064 CPUtime=762.32 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 97860 0 0 0 76189 43 0 0 25 0 4 0 651818491 589889536 96380 33554432000 4194304 4650419 140737216849280 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=576064 CPUtime=753.31 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 53194 0 0 0 75309 22 0 0 25 0 4 0 651818491 589889536 96380 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.3
Current children cumulated vsize (KiB) 576064

[startup+822.301 s]
/proc/loadavg: 8.12 8.11 8.04 9/354 15862
/proc/meminfo: memFree=24963116/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=553508 CPUtime=3279.55 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 329190 0 0 0 327812 143 0 0 25 0 4 0 651818491 566792192 92318 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 138377 92318 395 112 0 133342 0
[pid=15829/tid=15833] ppid=15826 vsize=553508 CPUtime=822.31 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 49349 0 0 0 82212 19 0 0 25 0 4 0 651818491 566792192 92318 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=553508 CPUtime=822.3 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 103728 0 0 0 82185 45 0 0 25 0 4 0 651818491 566792192 92318 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=553508 CPUtime=812.59 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 59365 0 0 0 81233 26 0 0 25 0 4 0 651818491 566792192 92318 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.55
Current children cumulated vsize (KiB) 553508

[startup+882.301 s]
/proc/loadavg: 8.04 8.09 8.03 9/354 15864
/proc/meminfo: memFree=24965668/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=542200 CPUtime=3518.84 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 354117 0 0 0 351729 155 0 0 25 0 4 0 651818491 555212800 92444 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 135550 92444 395 112 0 130515 0
[pid=15829/tid=15833] ppid=15826 vsize=542200 CPUtime=882.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 55850 0 0 0 88209 23 0 0 25 0 4 0 651818491 555212800 92444 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=542200 CPUtime=882.3 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 110497 0 0 0 88183 47 0 0 25 0 4 0 651818491 555212800 92444 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=542200 CPUtime=871.88 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 65762 0 0 0 87159 29 0 0 25 0 4 0 651818491 555212800 92444 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.84
Current children cumulated vsize (KiB) 542200

[startup+942.301 s]
/proc/loadavg: 8.01 8.07 8.03 9/354 15866
/proc/meminfo: memFree=24946636/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=578696 CPUtime=3758.15 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 376951 0 0 0 375646 169 0 0 25 0 4 0 651818491 592584704 96770 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 144674 96770 395 112 0 139639 0
[pid=15829/tid=15833] ppid=15826 vsize=578696 CPUtime=942.31 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 62358 0 0 0 94205 26 0 0 25 0 4 0 651818491 592584704 96770 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=578696 CPUtime=942.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 116904 0 0 0 94180 51 0 0 25 0 4 0 651818491 592584704 96770 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=578696 CPUtime=931.18 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 71936 0 0 0 93085 33 0 0 25 0 4 0 651818491 592584704 96770 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 578696

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.03 9/354 15867
/proc/meminfo: memFree=24931300/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=668208 CPUtime=3997.44 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 401986 0 0 0 399562 182 0 0 25 0 4 0 651818491 684244992 104960 33554432000 4194304 4650419 140737216849280 18446744073709551615 4367245 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 167052 104960 395 112 0 162017 0
[pid=15829/tid=15833] ppid=15826 vsize=668208 CPUtime=1002.31 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 66855 0 0 0 100202 29 0 0 25 0 4 0 651818491 684244992 104960 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=668208 CPUtime=1002.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 121962 0 0 0 100176 55 0 0 25 0 4 0 651818491 684244992 104960 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=668208 CPUtime=990.47 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 82324 0 0 0 99010 37 0 0 25 0 4 0 651818491 684244992 104960 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.44
Current children cumulated vsize (KiB) 668208

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 8.03 9/354 15869
/proc/meminfo: memFree=24913864/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=668924 CPUtime=4236.75 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 421769 0 0 0 423480 195 0 0 25 0 4 0 651818491 684978176 103333 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 167231 103333 395 112 0 162196 0
[pid=15829/tid=15833] ppid=15826 vsize=668924 CPUtime=1062.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 70944 0 0 0 106200 32 0 0 25 0 4 0 651818491 684978176 103333 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=668924 CPUtime=1062.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 129980 0 0 0 106172 59 0 0 25 0 4 0 651818491 684978176 103333 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=668924 CPUtime=1049.77 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 87485 0 0 0 104936 41 0 0 25 0 4 0 651818491 684978176 103333 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.75
Current children cumulated vsize (KiB) 668924

[startup+1122.3 s]
/proc/loadavg: 8.04 8.06 8.03 9/354 15879
/proc/meminfo: memFree=24885980/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=693496 CPUtime=4476.03 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 442918 0 0 0 447395 208 0 0 25 0 4 0 651818491 710139904 107532 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 173374 107532 395 112 0 168339 0
[pid=15829/tid=15833] ppid=15826 vsize=693496 CPUtime=1122.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 75330 0 0 0 112196 36 0 0 25 0 4 0 651818491 710139904 107532 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=693496 CPUtime=1122.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 135721 0 0 0 112168 63 0 0 25 0 4 0 651818491 710139904 107532 33554432000 4194304 4650419 140737216849280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=693496 CPUtime=1109.05 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 93843 0 0 0 110861 44 0 0 25 0 4 0 651818491 710139904 107532 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.03
Current children cumulated vsize (KiB) 693496

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.03 9/354 15881
/proc/meminfo: memFree=24797720/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=706652 CPUtime=4715.35 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 465792 0 0 0 471313 222 0 0 25 0 4 0 651818491 723611648 109847 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 176663 109847 395 112 0 171628 0
[pid=15829/tid=15833] ppid=15826 vsize=706652 CPUtime=1182.32 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 81606 0 0 0 118192 40 0 0 25 0 4 0 651818491 723611648 109847 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=706652 CPUtime=1182.31 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 142740 0 0 0 118164 67 0 0 25 0 4 0 651818491 723611648 109847 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=706652 CPUtime=1168.35 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 98829 0 0 0 116788 47 0 0 25 0 4 0 651818491 723611648 109847 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.35
Current children cumulated vsize (KiB) 706652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.06 8.06 8.02 5/350 15883
/proc/meminfo: memFree=25369112/32951124 swapFree=40554400/67111528
[pid=15829] ppid=15826 vsize=694480 CPUtime=4800.3 cores=1,3,5,7
/proc/15829/stat : 15829 (strangenight1-m) R 15826 15829 15499 0 -1 4202496 471405 0 0 0 479803 227 0 0 25 0 4 0 651818491 711147520 107607 33554432000 4194304 4650419 140737216849280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15829/statm: 173620 107607 395 112 0 168585 0
[pid=15829/tid=15833] ppid=15826 vsize=694480 CPUtime=1203.63 cores=1,3,5,7
/proc/15829/task/15833/stat : 15833 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 82723 0 0 0 120322 41 0 0 25 0 4 0 651818491 711147520 107608 33554432000 4194304 4650419 140737216849280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15829/tid=15834] ppid=15826 vsize=694480 CPUtime=1203.62 cores=1,3,5,7
/proc/15829/task/15834/stat : 15834 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 144212 0 0 0 120294 68 0 0 25 0 4 0 651818491 711147520 107608 33554432000 4194304 4650419 140737216849280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15829/tid=15835] ppid=15826 vsize=694480 CPUtime=1189.38 cores=1,3,5,7
/proc/15829/task/15835/stat : 15835 (strangenight1-m) R 15826 15829 15499 0 -1 4202560 101403 0 0 0 118889 49 0 0 25 0 4 0 651818491 711147520 107608 33554432000 4194304 4650419 140737216849280 18446744073709551615 4367384 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 694480

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): 1203.64
CPU time (s): 4800.35
CPU user time (s): 4798.06
CPU system time (s): 2.28765
CPU usage (%): 398.821
Max. virtual memory (cumulated for all children) (KiB): 706652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.28765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471406
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= 219
involuntary context switches= 36870

runsolver used 3.70544 second user time and 10.5684 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 21:43:00
IDJOB=3368751
IDBENCH=82760
IDSOLVER=1846
FILE ID=node104/3368751-1305402180
RUNJOBID= node104-1305402180-15814
PBS_JOBID= 13324492
Free space on /tmp= 73396 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S1831593686-090.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368751-1305402180/watcher-3368751-1305402180 -o /tmp/evaluation-result-3368751-1305402180/solver-3368751-1305402180 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368751-1305402180.cnf

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

MD5SUM BENCH= 7dd850f670e1c9ea63e995ef24dddf5f
RANDOM SEED=1550461299

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25804896 kB
Buffers:        293476 kB
Cached:        2377700 kB
SwapCached:     122128 kB
Active:         925860 kB
Inactive:      5953756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25804896 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           12520 kB
Writeback:           0 kB
AnonPages:     4099424 kB
Mapped:          10484 kB
Slab:           117644 kB
PageTables:      84668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74809420 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= 73388 MiB
End job on node104 at 2011-05-14 22:03:06