Trace number 3367245

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-2-mt (fixed)? (TO) 4800.39 1203.46

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications 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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367245-1305390140.cnf'
1.97/0.51	c -- clauses added:            0 learnts,       226752 normals,            0 xors
1.97/0.51	c -- vars added      69553
1.97/0.51	c Parsing time:  0.10 s
1.97/0.51	c  N st     0         0     69553    133736     92373         0    585954         0   no data   no data
1.97/0.51	c asymm  cl-useful: 2/133736/133736 lits-rem:6 time: 0.14
1.97/0.51	c Flit:    12 Blit:    101 bXBeca:    0 bXProp: 5504 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.18
1.97/0.51	c Cleaning up after failed var search:     0.00 s 
1.97/0.51	c Replacing     5504 vars Replaced    69987 lits Time:     0.03 s 
1.97/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.97/0.85	c bin-w-bin subsume rem           10 bins  time:  0.01 s
1.97/0.85	c subs with bin:       78  lits-rem:        52  v-fix:    0  time:  0.02 s
1.97/0.85	c Subs w/ non-existent bins:     12 l-rem:      8 v-fix:     0 done:  63684 time:  0.04 s
1.97/0.85	c Removed useless bin:       2  fixed:     0  props:   1.67M  time:  0.03 s
5.22/1.36	c lits-rem:         0  cl-subs:     5601  v-elim:  21228  v-fix:    0  time:  0.22 s
5.22/1.36	c Finding binary XORs  T:     0.01 s  found:       0
5.22/1.36	c Finding non-binary XORs:     0.05 s (found:   23090, avg size: 3.0)
5.22/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   8762 locsubst:    58 time:   0.03
5.22/1.36	c calculated reachability. Time: 0.00
5.22/1.36	c Calc default polars -  time:   0.00 s pos:    8309 undec:   35956 neg:   25288
5.22/1.36	c =========================================================================================
5.22/1.36	c types(t): F = full restart, N = normal restart
5.22/1.36	c types(t): S = simplification begin/end, E = solution found
5.22/1.36	c restart types(rt): st = static, dy = dynamic
5.22/1.36	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.22/1.36	c  B st     0         0     33694     56266     23417         0    267373         0   no data   no data
5.22/1.36	c Decided on static restart strategy
17.54/4.44	c  N st     8      4914     33686     56266     23605      4590    267373    199933   no data   no data
74.57/18.74	c  N st    10     11296     33676     56266     24302     10713    267373    979186   no data   no data
82.94/20.82	c Finding binary XORs  T:     0.01 s  found:      41
125.60/31.59	c  N st    11     17041     33666     56184     24322     16288    267119   1670195   no data   no data
195.40/49.00	c  F st    12     25000     33657     56184     24712     15517    267119    891859   no data   no data
195.40/49.05	c Replacing       94 vars Replaced    18861 lits Time:     0.05 s 
195.80/49.10	c  N st    12     25000     33561     56103     24500     15478    266510    890527   no data   no data
195.80/49.11	c Finding binary XORs  T:     0.01 s  found:      28
233.69/58.62	c Decided on static restart strategy
233.69/58.62	c  N st    18     30000     33561     56103     24689     20321    266510   1259672   no data   no data
233.69/58.62	c  S st    18     30000     33561     56103     24689     20321    266510   1259672   no data   no data
233.69/58.69	c  S st    18     30505     33561     56103     24712     20794    266510   1265713   no data   no data
234.09/58.71	c x-sub:    25 x-cut:      0 vfix:      0 v-elim:    242 locsubst:    12 time:   0.02
234.49/58.89	c Flit:     0 Blit:     13 bXBeca:    0 bXProp:   98 Bins:   9754 BRemL:   2893 BRemN:     18 P:  3.3M T:  0.17
234.89/58.91	c Replacing      139 vars Replaced    11213 lits Time:     0.02 s 
234.89/58.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.89/58.93	c bin-w-bin subsume rem          277 bins  time:  0.00 s
234.89/58.94	c subs with bin:     1760  lits-rem:        16  v-fix:    0  time:  0.01 s
234.89/58.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33153 time:  0.01 s
234.89/58.97	c Removed useless bin:      27  fixed:     0  props:   0.46M  time:  0.01 s
235.29/59.03	c lits-rem:         0  cl-subs:       78  v-elim:   4538  v-fix:    0  time:  0.05 s
235.29/59.06	c subs with bin:       71  lits-rem:      3187  v-fix:    0  time:  0.01 s
236.08/59.24	c lits-rem:      2455  cl-subs:     1387  v-elim:      0  v-fix:    0  time:  0.18 s
236.51/59.32	c asymm  cl-useful: 0/58705/58705 lits-rem:0 time: 0.08
236.51/59.33	c calculated reachability. Time: 0.00
236.51/59.33	c  N st    18     30505     28615     58705     16791     13363    249713    247451   no data   no data
254.48/63.84	c Finding binary XORs  T:     0.01 s  found:      35
287.54/72.15	c  N st    20     37616     28615     58705     18687     20341    249713   1007473   no data   no data
317.46/79.64	c  N st    21     44015     28615     58705     18695     15714    249713    275325   no data   no data
317.46/79.65	c Finding binary XORs  T:     0.01 s  found:      16
327.44/82.14	c  S st    22     45758     28615     58705     21005     17421    249713    467200   no data   no data
327.84/82.21	c  S st    22     46262     28615     58705     21005     17914    249713    474139   no data   no data
327.84/82.22	c x-sub:     9 x-cut:      0 vfix:      0 v-elim:     65 locsubst:    15 time:   0.01
328.24/82.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   47 Bins:    215 BRemL:   2826 BRemN:      6 P:  2.5M T:  0.17
328.24/82.40	c Replacing      103 vars Replaced     2347 lits Time:     0.01 s 
328.66/82.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
328.66/82.42	c bin-w-bin subsume rem         1259 bins  time:  0.00 s
328.66/82.43	c subs with bin:       30  lits-rem:         4  v-fix:    0  time:  0.01 s
328.66/82.44	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  28447 time:  0.01 s
328.66/82.45	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
328.66/82.47	c lits-rem:         0  cl-subs:       79  v-elim:     35  v-fix:    0  time:  0.02 s
328.66/82.50	c subs with bin:       20  lits-rem:       701  v-fix:    0  time:  0.02 s
329.08/82.56	c lits-rem:       399  cl-subs:      221  v-elim:      0  v-fix:    0  time:  0.06 s
329.08/82.57	c vivif2 --  cl tried    58583 cl shrink        0 lits rem          0 time: 0.00
329.08/82.58	c vivif2 --  cl tried    17014 cl shrink     1615 lits rem       2405 time: 0.01
329.42/82.66	c asymm  cl-useful: 2/58583/58583 lits-rem:2 time: 0.08
329.42/82.67	c calculated reachability. Time: 0.00
329.42/82.67	c  N st    22     46262     28412     58583     16857     17012    248794    316803   no data   no data
427.15/107.18	c  N st    23     60659     28412     58583     16860     31175    248794   1719802   no data   no data
479.41/120.23	c  N st    24     69394     28412     58583     16907     25124    248794    517875   no data   no data
479.41/120.23	c  S st    24     69394     28412     58583     16907     25124    248794    517875   no data   no data
479.80/120.32	c  S st    24     69896     28412     58583     16995     25614    248794    524798   no data   no data
479.80/120.34	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    26 time:   0.01
480.21/120.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   37 Bins:    181 BRemL:    216 BRemN:      2 P:  2.7M T:  0.16
480.61/120.51	c Replacing       50 vars Replaced      841 lits Time:     0.01 s 
480.61/120.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
480.61/120.52	c bin-w-bin subsume rem           92 bins  time:  0.00 s
480.61/120.53	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.01 s
480.61/120.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28361 time:  0.01 s
480.61/120.55	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
480.61/120.58	c lits-rem:         0  cl-subs:       20  v-elim:     16  v-fix:    0  time:  0.02 s
481.01/120.62	c subs with bin:        6  lits-rem:       184  v-fix:    0  time:  0.02 s
481.80/120.89	c lits-rem:      2120  cl-subs:     1096  v-elim:      0  v-fix:    0  time:  0.27 s
481.80/120.90	c vivif2 --  cl tried    58553 cl shrink        0 lits rem          0 time: 0.00
482.23/120.92	c vivif2 --  cl tried    24512 cl shrink     1463 lits rem       2208 time: 0.02
482.23/121.01	c asymm  cl-useful: 1/58553/58553 lits-rem:3 time: 0.09
482.64/121.01	c calculated reachability. Time: 0.00
482.64/121.01	c  N st    24     69896     28345     58552     16793     24512    248587    496499   no data   no data
665.70/166.96	c  F st    25     87501     28345     58552     16793     41812    248587   2892383   no data   no data
665.70/166.99	c  N st    25     87501     28345     58552     16793     41812    248587   2892383   no data   no data
666.10/167.01	c Finding binary XORs  T:     0.01 s  found:      51
701.20/175.87	c Decided on static restart strategy
720.34/180.67	c  N st    32     95541     28345     58552     17263     31925    248587    941947   no data   no data
798.16/200.20	c  N st    34    104844     28345     58552     17286     41110    248587   2334938   no data   no data
798.16/200.20	c  S st    34    104844     28345     58552     17286     41110    248587   2334938   no data   no data
798.92/200.30	c  S st    34    105351     28345     58552     17293     41610    248587   2341991   no data   no data
798.92/200.32	c x-sub:    13 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     8 time:   0.02
799.72/200.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   52 Bins:    116 BRemL:    287 BRemN:      0 P:  3.0M T:  0.18
799.72/200.51	c Replacing      107 vars Replaced     1638 lits Time:     0.01 s 
799.72/200.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
799.72/200.53	c bin-w-bin subsume rem          170 bins  time:  0.00 s
799.72/200.54	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
799.72/200.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28238 time:  0.01 s
799.72/200.56	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
800.12/200.60	c lits-rem:         0  cl-subs:       57  v-elim:     49  v-fix:    0  time:  0.04 s
800.92/200.81	c subs with bin:       11  lits-rem:       325  v-fix:    0  time:  0.11 s
811.73/203.52	c lits-rem:      4322  cl-subs:      998  v-elim:      0  v-fix:    0  time:  2.71 s
811.73/203.53	c vivif2 --  cl tried    58405 cl shrink        0 lits rem          0 time: 0.00
812.08/203.66	c vivif2 --  cl tried    40600 cl shrink     7917 lits rem      18937 time: 0.13
812.48/203.77	c asymm  cl-useful: 1/58405/58405 lits-rem:3 time: 0.10
812.48/203.77	c calculated reachability. Time: 0.00
812.48/203.77	c  N st    34    105351     28189     58404     16652     40600    247420   2233328   no data   no data
840.01/210.61	c  N st    35    114950     28189     58404     16652     29802    247420    559870   no data   no data
962.47/241.36	c  N st    36    129349     28189     58404     16656     43969    247420   2556238   no data   no data
1134.79/284.59	c  N st    37    150945     28189     58404     16693     43076    247420   2212055   no data   no data
1208.59/303.03	c  S st    38    158026     28189     58404     16715     50033    247420   3116141   no data   no data
1208.99/303.15	c  S st    38    158531     28189     58404     16715     50527    247420   3124144   no data   no data
1208.99/303.17	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    22 time:   0.02
1209.79/303.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:     58 BRemL:     66 BRemN:      0 P:  3.3M T:  0.19
1209.79/303.37	c Replacing       16 vars Replaced      182 lits Time:     0.01 s 
1209.79/303.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1209.79/303.39	c bin-w-bin subsume rem           14 bins  time:  0.00 s
1210.19/303.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1210.19/303.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28173 time:  0.01 s
1210.19/303.42	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1210.19/303.47	c lits-rem:         0  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.04 s
1211.38/303.72	c subs with bin:        9  lits-rem:       172  v-fix:    0  time:  0.14 s
1224.19/306.99	c lits-rem:      6448  cl-subs:     1740  v-elim:      0  v-fix:    0  time:  3.27 s
1224.54/307.00	c vivif2 --  cl tried    58398 cl shrink        0 lits rem          0 time: 0.01
1224.94/307.17	c vivif2 --  cl tried    48778 cl shrink     8770 lits rem      19329 time: 0.16
1225.34/307.28	c asymm  cl-useful: 1/58398/58398 lits-rem:3 time: 0.11
1225.34/307.29	c calculated reachability. Time: 0.00
1225.34/307.29	c  N st    38    158531     28171     58397     16680     48778    247359   2880450   no data   no data
1712.40/429.37	c  N st    39    207119     28171     58397     16680     48910    247359   1696111   no data   no data
1712.40/429.38	c Finding binary XORs  T:     0.01 s  found:       1
1992.83/499.60	c  N st    40    237796     28171     58397     17033     53740    247359   3108209   no data   no data
1992.83/499.60	c  S st    40    237796     28171     58397     17033     53740    247359   3108209   no data   no data
1993.22/499.71	c  S st    40    238299     28171     58397     17069     54238    247359   3116238   no data   no data
1993.22/499.73	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      2 locsubst:     2 time:   0.02
1994.02/499.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    130 BRemL:    286 BRemN:      0 P:  3.4M T:  0.20
1994.02/499.95	c Replacing        2 vars Replaced      877 lits Time:     0.02 s 
1994.02/499.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1994.02/499.97	c bin-w-bin subsume rem           32 bins  time:  0.00 s
1994.02/499.98	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
1994.02/499.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28167 time:  0.01 s
1994.42/500.00	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1994.42/500.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1995.62/500.33	c subs with bin:       23  lits-rem:       301  v-fix:    0  time:  0.18 s
2009.21/503.73	c lits-rem:      6113  cl-subs:     1082  v-elim:      0  v-fix:    0  time:  3.39 s
2009.21/503.74	c vivif2 --  cl tried    58395 cl shrink        0 lits rem          0 time: 0.00
2009.97/503.91	c vivif2 --  cl tried    53133 cl shrink     9161 lits rem      26860 time: 0.17
2010.37/504.03	c asymm  cl-useful: 0/58395/58395 lits-rem:0 time: 0.12
2010.37/504.03	c calculated reachability. Time: 0.00
2010.37/504.03	c  N st    40    238299     28167     58395     16879     53133    247314   2948458   no data   no data
2185.49/547.97	c  F st    41    306250     28167     58395     16879     68039    247314   3462837   no data   no data
2185.89/548.01	c  N st    41    306250     28167     58395     16879     68039    247314   3462837   no data   no data
2209.83/554.03	c Decided on static restart strategy
2429.61/609.18	c  N st    51    334554     28167     58395     16991     67783    247314   2809399   no data   no data
2747.92/688.99	c  N st    53    357448     28167     58395     16994     60795    247314   2555190   no data   no data
2747.92/689.00	c  S st    53    357448     28167     58395     16994     60795    247314   2555190   no data   no data
2748.72/689.10	c  S st    53    357953     28167     58395     16997     61292    247314   2562418   no data   no data
2748.72/689.12	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2749.52/689.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    197 BRemL:    173 BRemN:      0 P:  3.4M T:  0.19
2749.52/689.33	c Replacing        1 vars Replaced      127 lits Time:     0.02 s 
2749.52/689.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2749.52/689.35	c bin-w-bin subsume rem           17 bins  time:  0.00 s
2749.52/689.36	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
2749.52/689.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28166 time:  0.01 s
2749.52/689.38	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
2749.92/689.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2750.74/689.64	c subs with bin:        2  lits-rem:        31  v-fix:    0  time:  0.14 s
2758.28/691.58	c lits-rem:      3790  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  1.92 s
2758.28/691.58	c vivif2 --  cl tried    58393 cl shrink        0 lits rem          0 time: 0.01
2759.08/691.72	c vivif2 --  cl tried    60102 cl shrink     7320 lits rem      29247 time: 0.14
2759.52/691.85	c asymm  cl-useful: 0/58393/58393 lits-rem:0 time: 0.12
2759.52/691.86	c calculated reachability. Time: 0.00
2759.52/691.86	c  N st    53    357953     28166     58393     17002     60102    247307   2364468   no data   no data
3179.52/797.15	c  N st    54    390345     28166     58393     17005     61149    247307    887984   no data   no data
3179.52/797.16	c Finding binary XORs  T:     0.01 s  found:       0
3619.09/907.36	c  N st    55    438933     28166     58393     17012     77809    247307   2380873   no data   no data
4331.93/1086.05	c  N st    56    511816     28166     58393     17147     84154    247307   4869615   no data   no data
4388.17/1100.15	c  N st    57    536930     28166     58393     17259     74154    247307   1013130   no data   no data
4388.17/1100.15	c  S st    57    536930     28166     58393     17259     74154    247307   1013130   no data   no data
4388.97/1100.32	c  S st    57    537432     28166     58393     17260     74643    247307   1022403   no data   no data
4388.97/1100.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4389.77/1100.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:    125 BRemN:      0 P:  3.8M T:  0.21
4389.77/1100.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4389.77/1100.57	c bin-w-bin subsume rem           42 bins  time:  0.00 s
4389.77/1100.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4389.77/1100.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28166 time:  0.01 s
4390.17/1100.60	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
4390.17/1100.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4390.57/1100.72	c subs with bin:       38  lits-rem:       129  v-fix:    0  time:  0.04 s
4394.16/1101.67	c lits-rem:      3959  cl-subs:     3122  v-elim:      0  v-fix:    0  time:  0.95 s
4394.16/1101.68	c vivif2 --  cl tried    58393 cl shrink        0 lits rem          0 time: 0.01
4394.56/1101.73	c vivif2 --  cl tried    71483 cl shrink     3956 lits rem       5801 time: 0.05
4394.96/1101.87	c asymm  cl-useful: 0/58393/58393 lits-rem:0 time: 0.14
4394.96/1101.88	c calculated reachability. Time: 0.00
4394.96/1101.88	c  N st    57    537432     28166     58393     17106     71483    247307    963760   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-3367245-1305390140/watcher-3367245-1305390140 -o /tmp/evaluation-result-3367245-1305390140/solver-3367245-1305390140 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367245-1305390140.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.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 650611060 52396032 347 33554432000 4194304 4580107 140736307940176 18446744073709551615 47977576884146 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 12792 347 299 95 0 7774 0
[pid=16804/tid=16805] ppid=16802 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650611060 52396032 347 33554432000 4194304 4580107 140736307940176 18446744073709551615 47977576884140 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650611060 52396032 347 33554432000 4194304 4580107 140736307940176 18446744073709551615 47977576884146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650611060 52396032 347 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0975789 s]
/proc/loadavg: 7.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=358480 CPUtime=0.34 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) D 16802 16804 16708 0 -1 4202496 35584 0 0 0 27 7 0 0 18 0 4 0 650611060 367083520 27201 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476356129 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 89686 28413 338 95 0 84668 0
[pid=16804/tid=16805] ppid=16802 vsize=358876 CPUtime=0.1 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) D 16802 16804 16708 0 -1 4202560 9236 0 0 0 8 2 0 0 18 0 4 0 650611060 367489024 28719 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476355781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=360708 CPUtime=0.09 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) D 16802 16804 16708 0 -1 4202560 9222 0 0 0 7 2 0 0 18 0 4 0 650611060 369364992 29079 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476356129 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=360708 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 9209 0 0 0 7 1 0 0 18 0 4 0 650611060 369364992 29191 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476738231 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 358480

[startup+0.509795 s]
/proc/loadavg: 7.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=370240 CPUtime=1.97 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) D 16802 16804 16708 0 -1 4202496 45793 0 0 0 188 9 0 0 18 0 4 0 650611060 379125760 37401 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476738231 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 92593 37603 365 95 0 87575 0
[pid=16804/tid=16805] ppid=16802 vsize=372084 CPUtime=0.49 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 12424 0 0 0 47 2 0 0 18 0 4 0 650611060 381014016 38572 33554432000 4194304 4580107 140736307940176 18446744073709551615 4401482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=372216 CPUtime=0.49 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11949 0 0 0 47 2 0 0 18 0 4 0 650611060 381149184 39367 33554432000 4194304 4580107 140736307940176 18446744073709551615 239476356129 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=372216 CPUtime=0.48 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 10852 0 0 0 47 1 0 0 18 0 4 0 650611060 381149184 39371 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293110 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 370240

[startup+0.671218 s]
/proc/loadavg: 7.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=408196 CPUtime=5.22 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 78072 0 0 0 508 14 0 0 18 0 4 0 650611060 417992704 61428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316844 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 102049 61428 380 95 0 97031 0
[pid=16804/tid=16805] ppid=16802 vsize=408196 CPUtime=1.3 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 19742 0 0 0 127 3 0 0 19 0 4 0 650611060 417992704 61428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=408196 CPUtime=1.29 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 23274 0 0 0 125 4 0 0 19 0 4 0 650611060 417992704 61428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=408196 CPUtime=1.29 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11096 0 0 0 128 1 0 0 19 0 4 0 650611060 417992704 61428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320539 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 408196

[startup+1.42552 s]
/proc/loadavg: 7.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=408196 CPUtime=5.62 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 78101 0 0 0 548 14 0 0 19 0 4 0 650611060 417992704 61457 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293691 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 102049 61457 380 95 0 97031 0
[pid=16804/tid=16805] ppid=16802 vsize=408196 CPUtime=1.41 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 19751 0 0 0 137 4 0 0 19 0 4 0 650611060 417992704 61457 33554432000 4194304 4580107 140736307940176 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=408196 CPUtime=1.39 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 23276 0 0 0 135 4 0 0 19 0 4 0 650611060 417992704 61457 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=408196 CPUtime=1.39 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11102 0 0 0 138 1 0 0 19 0 4 0 650611060 417992704 61457 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 408196

[startup+1.5255 s]
/proc/loadavg: 7.85 7.67 6.22 6/355 16804
/proc/meminfo: memFree=23296584/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=408196 CPUtime=6.02 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 78130 0 0 0 588 14 0 0 19 0 4 0 650611060 417992704 61486 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 102049 61486 380 95 0 97031 0
[pid=16804/tid=16805] ppid=16802 vsize=408196 CPUtime=1.51 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 19758 0 0 0 147 4 0 0 19 0 4 0 650611060 417992704 61486 33554432000 4194304 4580107 140736307940176 18446744073709551615 4323013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=408196 CPUtime=1.49 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 23280 0 0 0 145 4 0 0 19 0 4 0 650611060 417992704 61486 33554432000 4194304 4580107 140736307940176 18446744073709551615 4292913 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=408196 CPUtime=1.49 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11106 0 0 0 148 1 0 0 19 0 4 0 650611060 417992704 61486 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316705 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 408196

[startup+3.10121 s]
/proc/loadavg: 8.10 7.73 6.24 9/359 16808
/proc/meminfo: memFree=23044832/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=408196 CPUtime=12.32 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 79959 0 0 0 1217 15 0 0 22 0 4 0 650611060 417992704 63081 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 102049 63081 380 95 0 97031 0
[pid=16804/tid=16805] ppid=16802 vsize=408196 CPUtime=3.08 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 19951 0 0 0 304 4 0 0 22 0 4 0 650611060 417992704 63081 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316709 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=408196 CPUtime=3.05 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 24485 0 0 0 301 4 0 0 22 0 4 0 650611060 417992704 63081 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294986 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=408196 CPUtime=3.07 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11436 0 0 0 306 1 0 0 25 0 4 0 650611060 417992704 63081 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 408196

[startup+6.30059 s]
/proc/loadavg: 8.09 7.73 6.25 9/359 16809
/proc/meminfo: memFree=23037664/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=408196 CPUtime=25.07 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 80861 0 0 0 2492 15 0 0 25 0 4 0 650611060 417992704 63983 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316680 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 102049 63983 380 95 0 97031 0
[pid=16804/tid=16805] ppid=16802 vsize=408196 CPUtime=6.28 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 20171 0 0 0 624 4 0 0 25 0 4 0 650611060 417992704 63983 33554432000 4194304 4580107 140736307940176 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=408196 CPUtime=6.21 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 24709 0 0 0 617 4 0 0 25 0 4 0 650611060 417992704 63983 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=408196 CPUtime=6.26 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 11711 0 0 0 625 1 0 0 25 0 4 0 650611060 417992704 63983 33554432000 4194304 4580107 140736307940176 18446744073709551615 4322504 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 408196

[startup+12.7004 s]
/proc/loadavg: 8.08 7.74 6.26 9/359 16809
/proc/meminfo: memFree=23028120/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=506644 CPUtime=50.6 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 82115 0 0 0 5044 16 0 0 25 0 4 0 650611060 518803456 65237 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321100 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 126661 65237 380 95 0 121643 0
[pid=16804/tid=16805] ppid=16802 vsize=506644 CPUtime=12.68 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 20448 0 0 0 1264 4 0 0 25 0 4 0 650611060 518803456 65237 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320565 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=506644 CPUtime=12.53 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 25042 0 0 0 1249 4 0 0 25 0 4 0 650611060 518803456 65237 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=506644 CPUtime=12.67 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 12011 0 0 0 1265 2 0 0 25 0 4 0 650611060 518803456 65237 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 506644

[startup+25.5009 s]
/proc/loadavg: 8.06 7.75 6.29 9/359 16809
/proc/meminfo: memFree=22999236/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=481144 CPUtime=101.66 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 185914 0 0 0 10138 28 0 0 25 0 4 0 650611060 492691456 65428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4295103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 120286 65428 381 95 0 115268 0
[pid=16804/tid=16805] ppid=16802 vsize=481144 CPUtime=25.49 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 20868 0 0 0 2544 5 0 0 25 0 4 0 650611060 492691456 65428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=481144 CPUtime=25.19 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 26584 0 0 0 2514 5 0 0 25 0 4 0 650611060 492691456 65428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=481144 CPUtime=25.47 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 113015 0 0 0 2535 12 0 0 25 0 4 0 650611060 492691456 65428 33554432000 4194304 4580107 140736307940176 18446744073709551615 4317525 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 481144

[startup+51.101 s]
/proc/loadavg: 8.18 7.80 6.34 9/359 16810
/proc/meminfo: memFree=23007328/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=422284 CPUtime=203.78 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 193733 0 0 0 20346 32 0 0 25 0 4 0 650611060 432418816 65007 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316592 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 105571 65007 381 95 0 100553 0
[pid=16804/tid=16805] ppid=16802 vsize=422284 CPUtime=51.09 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 23077 0 0 0 5103 6 0 0 25 0 4 0 650611060 432418816 65007 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=422284 CPUtime=50.51 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 27975 0 0 0 5045 6 0 0 25 0 4 0 650611060 432418816 65007 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316784 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=422284 CPUtime=51.07 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 115278 0 0 0 5094 13 0 0 25 0 4 0 650611060 432418816 65007 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 422284

[startup+102.313 s]
/proc/loadavg: 8.22 7.86 6.44 9/359 16811
/proc/meminfo: memFree=22918968/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=580356 CPUtime=408.05 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 251337 0 0 0 40758 47 0 0 25 0 4 0 650611060 594284544 85500 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 145089 85500 381 95 0 140071 0
[pid=16804/tid=16805] ppid=16802 vsize=580356 CPUtime=102.3 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 30793 0 0 0 10221 9 0 0 25 0 4 0 650611060 594284544 85500 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=580356 CPUtime=101.15 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 38400 0 0 0 10106 9 0 0 25 0 4 0 650611060 594284544 85500 33554432000 4194304 4580107 140736307940176 18446744073709551615 4318418 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=580356 CPUtime=102.28 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 144493 0 0 0 10209 19 0 0 25 0 4 0 650611060 594284544 85500 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316446 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 580356

[startup+162.301 s]

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

[pid=16804] ppid=16802 vsize=1055620 CPUtime=2801.37 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 449303 0 0 0 280007 130 0 0 25 0 4 0 650611060 1080954880 163532 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316446 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 263905 163532 381 95 0 258887 0
[pid=16804/tid=16805] ppid=16802 vsize=1055620 CPUtime=702.3 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 56673 0 0 0 70210 20 0 0 25 0 4 0 650611060 1080954880 163532 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1055620 CPUtime=694.54 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 78104 0 0 0 69426 28 0 0 25 0 4 0 650611060 1080954880 163532 33554432000 4194304 4580107 140736307940176 18446744073709551615 4295023 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1055620 CPUtime=702.22 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 214684 0 0 0 70173 49 0 0 25 0 4 0 650611060 1080954880 163532 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2801.37
Current children cumulated vsize (KiB) 1055620

[startup+762.313 s]
/proc/loadavg: 8.24 8.10 7.28 10/359 16920
/proc/meminfo: memFree=22827532/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=944892 CPUtime=3040.76 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 464874 0 0 0 303938 138 0 0 25 0 4 0 650611060 967569408 166246 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 236223 166246 381 95 0 231205 0
[pid=16804/tid=16805] ppid=16802 vsize=944892 CPUtime=762.32 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 58825 0 0 0 76210 22 0 0 25 0 4 0 650611060 967569408 166246 33554432000 4194304 4580107 140736307940176 18446744073709551615 4295465 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=944892 CPUtime=753.89 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 83623 0 0 0 75358 31 0 0 25 0 4 0 650611060 967569408 166246 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=944892 CPUtime=762.22 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 219439 0 0 0 76172 50 0 0 25 0 4 0 650611060 967569408 166246 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293048 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.76
Current children cumulated vsize (KiB) 944892

[startup+822.301 s]
/proc/loadavg: 8.23 8.11 7.33 9/359 16921
/proc/meminfo: memFree=22188800/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=926164 CPUtime=3280.03 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 485655 0 0 0 327858 145 0 0 25 0 4 0 650611060 948391936 174832 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 231541 174832 381 95 0 226523 0
[pid=16804/tid=16805] ppid=16802 vsize=926164 CPUtime=822.31 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 68842 0 0 0 82207 24 0 0 25 0 4 0 650611060 948391936 174832 33554432000 4194304 4580107 140736307940176 18446744073709551615 4295465 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=926164 CPUtime=813.22 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 88152 0 0 0 81289 33 0 0 25 0 4 0 650611060 948391936 174832 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=926164 CPUtime=822.2 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 223939 0 0 0 82167 53 0 0 25 0 4 0 650611060 948391936 174832 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 926164

[startup+882.301 s]
/proc/loadavg: 8.22 8.12 7.39 10/359 16923
/proc/meminfo: memFree=21701088/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=926412 CPUtime=3519.37 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 496406 0 0 0 351786 151 0 0 25 0 4 0 650611060 948645888 179938 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 231603 179938 381 95 0 226585 0
[pid=16804/tid=16805] ppid=16802 vsize=926412 CPUtime=882.31 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 69451 0 0 0 88206 25 0 0 25 0 4 0 650611060 948645888 179938 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294144 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=926412 CPUtime=872.56 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 90091 0 0 0 87221 35 0 0 25 0 4 0 650611060 948645888 179938 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=926412 CPUtime=882.19 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 228708 0 0 0 88164 55 0 0 25 0 4 0 650611060 948645888 179938 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.37
Current children cumulated vsize (KiB) 926412

[startup+942.301 s]
/proc/loadavg: 8.28 8.15 7.44 9/359 16955
/proc/meminfo: memFree=23997572/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=996088 CPUtime=3758.72 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 508714 0 0 0 375714 158 0 0 25 0 4 0 650611060 1019994112 172782 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 249022 172782 381 95 0 244004 0
[pid=16804/tid=16805] ppid=16802 vsize=996088 CPUtime=942.31 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 73871 0 0 0 94204 27 0 0 25 0 4 0 650611060 1019994112 172782 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=996088 CPUtime=931.91 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 90526 0 0 0 93156 35 0 0 25 0 4 0 650611060 1019994112 172782 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293125 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=996088 CPUtime=942.18 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 233685 0 0 0 94161 57 0 0 25 0 4 0 650611060 1019994112 172782 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.72
Current children cumulated vsize (KiB) 996088

[startup+1002.3 s]
/proc/loadavg: 8.18 8.13 7.47 9/359 16986
/proc/meminfo: memFree=23819608/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1200048 CPUtime=3998.04 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 524189 0 0 0 399641 163 0 0 25 0 4 0 650611060 1228849152 185152 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 300012 185154 381 95 0 294994 0
[pid=16804/tid=16805] ppid=16802 vsize=1200048 CPUtime=1002.32 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 76836 0 0 0 100203 29 0 0 25 0 4 0 650611060 1228849152 185154 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320971 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1200048 CPUtime=991.25 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 93342 0 0 0 99090 35 0 0 25 0 4 0 650611060 1228849152 185154 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1200048 CPUtime=1002.17 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 242114 0 0 0 100158 59 0 0 25 0 4 0 650611060 1228849152 185154 33554432000 4194304 4580107 140736307940176 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3998.04
Current children cumulated vsize (KiB) 1200048

[startup+1062.3 s]
/proc/loadavg: 8.06 8.11 7.50 9/359 16988
/proc/meminfo: memFree=23708676/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1132460 CPUtime=4237.39 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 545610 0 0 0 423567 172 0 0 25 0 4 0 650611060 1159639040 193841 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316487 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 283115 193841 381 95 0 278097 0
[pid=16804/tid=16805] ppid=16802 vsize=1132460 CPUtime=1062.32 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 78642 0 0 0 106202 30 0 0 25 0 4 0 650611060 1159639040 193841 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1132460 CPUtime=1050.6 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 98166 0 0 0 105023 37 0 0 25 0 4 0 650611060 1159639040 193841 33554432000 4194304 4580107 140736307940176 18446744073709551615 4317100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1132460 CPUtime=1062.16 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 252042 0 0 0 106154 62 0 0 25 0 4 0 650611060 1159639040 193841 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4237.39
Current children cumulated vsize (KiB) 1132460

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 7.54 9/359 16989
/proc/meminfo: memFree=23657444/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1020020 CPUtime=4476.73 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 561899 0 0 0 447493 180 0 0 25 0 4 0 650611060 1044500480 198172 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 255005 198172 381 95 0 249987 0
[pid=16804/tid=16805] ppid=16802 vsize=1020020 CPUtime=1122.33 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 80942 0 0 0 112201 32 0 0 25 0 4 0 650611060 1044500480 198172 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316705 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1020020 CPUtime=1109.95 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 102533 0 0 0 110955 40 0 0 25 0 4 0 650611060 1044500480 198172 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1020020 CPUtime=1122.15 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 256852 0 0 0 112151 64 0 0 25 0 4 0 650611060 1044500480 198172 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.73
Current children cumulated vsize (KiB) 1020020

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 7.57 9/359 16991
/proc/meminfo: memFree=23648120/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1020264 CPUtime=4716.08 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 572482 0 0 0 471422 186 0 0 25 0 4 0 650611060 1044750336 186992 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316561 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 255066 186992 381 95 0 250048 0
[pid=16804/tid=16805] ppid=16802 vsize=1020264 CPUtime=1182.33 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 82859 0 0 0 118200 33 0 0 25 0 4 0 650611060 1044750336 186992 33554432000 4194304 4580107 140736307940176 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1020264 CPUtime=1169.3 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 104027 0 0 0 116889 41 0 0 25 0 4 0 650611060 1044750336 186992 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1020264 CPUtime=1182.14 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 261857 0 0 0 118147 67 0 0 25 0 4 0 650611060 1044750336 186992 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.08
Current children cumulated vsize (KiB) 1020264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.09 8.10 7.58 9/359 16991
/proc/meminfo: memFree=23606696/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1077496 CPUtime=4800.31 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 574275 0 0 0 479845 186 0 0 25 0 4 0 650611060 1103355904 188785 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321016 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 269374 188785 381 95 0 264356 0
[pid=16804/tid=16805] ppid=16802 vsize=1077496 CPUtime=1203.45 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 82859 0 0 0 120312 33 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1077496 CPUtime=1190.18 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 104027 0 0 0 118977 41 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316552 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1077496 CPUtime=1203.26 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 262858 0 0 0 120259 67 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1077496

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

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

[startup+1203.41 s]
/proc/loadavg: 8.09 8.10 7.58 9/359 16991
/proc/meminfo: memFree=23606696/32950928 swapFree=67056568/67111528
[pid=16804] ppid=16802 vsize=1077496 CPUtime=4800.31 cores=1,3,5,7
/proc/16804/stat : 16804 (strangenight2-m) R 16802 16804 16708 0 -1 4202496 574275 0 0 0 479845 186 0 0 25 0 4 0 650611060 1103355904 188785 33554432000 4194304 4580107 140736307940176 18446744073709551615 4321016 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16804/statm: 269374 188785 381 95 0 264356 0
[pid=16804/tid=16805] ppid=16802 vsize=1077496 CPUtime=1203.45 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 82859 0 0 0 120312 33 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16804/tid=16806] ppid=16802 vsize=1077496 CPUtime=1190.18 cores=1,3,5,7
/proc/16804/task/16806/stat : 16806 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 104027 0 0 0 118977 41 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4316552 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16804/tid=16807] ppid=16802 vsize=1077496 CPUtime=1203.26 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (strangenight2-m) R 16802 16804 16708 0 -1 4202560 262858 0 0 0 120259 67 0 0 25 0 4 0 650611060 1103355904 188786 33554432000 4194304 4580107 140736307940176 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1077496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.46
CPU time (s): 4800.39
CPU user time (s): 4798.49
CPU system time (s): 1.90071
CPU usage (%): 398.881
Max. virtual memory (cumulated for all children) (KiB): 1257508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.49
system time used= 1.90071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574277
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= 3220
involuntary context switches= 34499

runsolver used 3.76743 second user time and 9.46756 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 18:22:20
IDJOB=3367245
IDBENCH=70829
IDSOLVER=1844
FILE ID=node148/3367245-1305390140
RUNJOBID= node148-1305389192-16727
PBS_JOBID= 13324440
Free space on /tmp= 72820 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367245-1305390140/watcher-3367245-1305390140 -o /tmp/evaluation-result-3367245-1305390140/solver-3367245-1305390140 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367245-1305390140.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=602365948

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      23296864 kB
Buffers:        311292 kB
Cached:        4585308 kB
SwapCached:       8488 kB
Active:        6015608 kB
Inactive:      3282940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23296864 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            9768 kB
Writeback:           0 kB
AnonPages:     4398724 kB
Mapped:          27676 kB
Slab:           258544 kB
PageTables:      31992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 86293380 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= 72824 MiB
End job on node148 at 2011-05-14 18:42:25